-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: Remove two trpc.viewer.public.event
calls & use EventTypeRepository in RSCs
#20536
Draft
hbjORbj
wants to merge
37
commits into
main
Choose a base branch
from
perf/move-public-event-to-eventType-router
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+107
−79
Draft
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ac68838
refactor [user]/[type] server logic
hbjORbj b32a680
refactor useSlot
hbjORbj 71939a6
refactor
hbjORbj 9cec7ea
fix
hbjORbj b6cf29b
fix OG images
hbjORbj 8396418
fix
hbjORbj 5365d9d
remove event repository
hbjORbj 851eaa1
remove publicViewer router event
hbjORbj 7fd35a7
add getPublicEvent to eventTypes router
hbjORbj f396b32
Merge remote-tracking branch 'origin/main' into perf/move-public-even…
hbjORbj b5c2010
fix type checks
hbjORbj 938fdb7
fix
hbjORbj c53a93a
fix
hbjORbj acbe1f5
Merge branch 'main' into perf/move-public-event-to-eventType-router
hbjORbj 9bf3106
fix
hbjORbj cc279b3
refactor
hbjORbj 2669bb1
fix
hbjORbj 2199919
Merge remote-tracking branch 'origin/main' into perf/move-public-even…
hbjORbj 0421aed
fix
hbjORbj 8f844bb
fix
hbjORbj c10f7c5
Merge branch 'main' into perf/move-public-event-to-eventType-router
hbjORbj 99eb053
Merge branch 'main' into perf/move-public-event-to-eventType-router
hbjORbj 0990134
Merge remote-tracking branch 'origin/main' into perf/move-public-even…
hbjORbj 620c90f
wip
hbjORbj 38726d0
remove
hbjORbj 905f6dc
fix types
hbjORbj 05f07e9
restore
hbjORbj ae08f17
revert
hbjORbj bcd5171
revert
hbjORbj 16c31ff
fix
hbjORbj 629ba64
fix
hbjORbj 307eb9e
fix
hbjORbj 53d7a11
fix
hbjORbj 1f482db
fix
hbjORbj fff5daa
fix
hbjORbj 6390f1a
fix type check
hbjORbj ccbe18f
Merge remote-tracking branch 'origin/main' into perf/move-public-even…
hbjORbj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing
trpc.viewer.public.event
call