Skip to content
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

JUP-47: improve events page #225

Merged
merged 32 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7f41568
extract searchparam into new hook
nl32 Feb 8, 2024
ab6c89e
fix typing for searchParams encoder
nl32 Feb 8, 2024
600aade
make event view setting client side and optimistic from search params
nl32 Feb 9, 2024
c75c947
fix: errors from malformated searchparams
nl32 Feb 9, 2024
897dc49
clean up filters
nl32 Feb 9, 2024
b2136e9
remove list and grid toggle
nl32 Mar 23, 2024
9d6c4e7
Merge branch 'develop' into JUP-47-improve-events-page
nl32 Apr 3, 2024
f67e9fc
fix merge issue
nl32 Apr 3, 2024
f78cd5b
rework date selector
nl32 Apr 3, 2024
08d7dfb
rework eventFilter params
nl32 Apr 16, 2024
8e16020
improve datebrowser buttons
nl32 Apr 16, 2024
3530221
add server action to change date
nl32 Apr 16, 2024
e8d78bf
make eventtimealert client side and dynamic
nl32 Apr 16, 2024
275c8b1
update to next 14, no big changes
nl32 Apr 16, 2024
2cc3120
searchParams drilling, might change
nl32 Apr 16, 2024
366b466
move to server action for date change
nl32 Apr 16, 2024
7069c81
move sidebar to use server actions and add auto submit
nl32 Apr 18, 2024
dc14cfc
Merge branch 'develop' into JUP-47-improve-events-page
nl32 Apr 18, 2024
84f21ef
disable error its fine
nl32 Apr 18, 2024
0dd002b
updated trpc?
nl32 Apr 18, 2024
1a82288
Merge branch 'develop' into JUP-47-improve-events-page
nl32 Apr 19, 2024
142a98c
relocate server actions
nl32 Apr 19, 2024
a78f5a3
move setting filters back to client side
nl32 Apr 24, 2024
3712df3
fix lint issues
nl32 Apr 24, 2024
86f8492
Merge branch 'develop' into JUP-47-improve-events-page
nl32 Aug 19, 2024
7277d20
Merge branch 'develop' into JUP-47-improve-events-page
nl32 Aug 21, 2024
4829159
remove sidebar and improve styling for mobile
nl32 Aug 27, 2024
47635c4
change events page to use new findByDate endpoint
nl32 Aug 27, 2024
c13f559
Remove the event sidebar
nl32 Aug 27, 2024
b54d335
add CODEOWNERS
nl32 Aug 27, 2024
986b9c0
add engineering head
nl32 Aug 27, 2024
1ab87bb
Merge branch 'develop' into JUP-47-improve-events-page
nl32 Aug 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# for now project lead or engineering head should signoff on any prs
* @nl32 @KennethImphean
Loading