Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9002d79
fix(mobile): improve auth page mobile styling with proper margins and…
JacksonR64 Jun 19, 2025
f309030
fix(calendar): improve add to calendar card responsive design and layout
JacksonR64 Jun 19, 2025
9376854
feat(calendar): move disconnect to user dropdown and improve UX
JacksonR64 Jun 19, 2025
daf5645
feat(nav): add admin/staff role badges to navigation bar
JacksonR64 Jun 19, 2025
cc02d83
fix(refund): correct price display showing amounts 100x larger
JacksonR64 Jun 19, 2025
da3da8a
feat(nav): restrict Create Event to staff/admin and reorder navigation
JacksonR64 Jun 19, 2025
7017712
feat(nav): implement optimistic UI for auth loading state
JacksonR64 Jun 19, 2025
1e5c95b
feat(cards): improve event card description consistency and layout
JacksonR64 Jun 19, 2025
5f60538
fix(auth): improve authentication session handling and resolve redire…
JacksonR64 Jun 19, 2025
075265d
fix(typescript): resolve boolean type assignment in middleware
JacksonR64 Jun 19, 2025
2122c6b
fix(e2e): resolve CI pipeline failures for E2E and smoke tests
JacksonR64 Jun 19, 2025
e7dc982
fix(mobile): disable zoom and horizontal scrolling for better UX
JacksonR64 Jun 20, 2025
4603c05
feat(events): add Free and Soon badges with improved color scheme
JacksonR64 Jun 20, 2025
61cf4b6
fix(ui): improve dark mode compatibility and navigation layout
JacksonR64 Jun 20, 2025
84fb84b
refactor(events): improve event detail layout and reduce redundancy
JacksonR64 Jun 20, 2025
1564510
feat(homepage): implement past events toggle functionality
JacksonR64 Jun 20, 2025
d6877c4
feat(forms): enhance event creation form layout and usability
JacksonR64 Jun 20, 2025
7c091f9
chore: remove unused favicon and add cursor ignore file
JacksonR64 Jun 20, 2025
80e5b5a
fix(ui): standardize logo size across navigation and footer
JacksonR64 Jun 20, 2025
fa4e59c
Merge branch 'main' into feat/past-events-toggle
JacksonR64 Jun 20, 2025
0a885f9
fix(lint): remove unused imports and variables in EventForm
JacksonR64 Jun 20, 2025
601360e
fix(syntax): resolve JSX parsing error in EventForm component
JacksonR64 Jun 20, 2025
7262300
fix(accessibility): resolve lighthouse accessibility issues to improv…
JacksonR64 Jun 20, 2025
b687c04
feat(auth): add comprehensive input validation and security utilities
JacksonR64 Jun 20, 2025
7de8a8e
fix(security): enforce production encryption key requirement
JacksonR64 Jun 20, 2025
37589ac
feat(auth): add rate limiting and input validation to OAuth endpoints
JacksonR64 Jun 20, 2025
64418e6
feat(security): enhance security headers and authentication protection
JacksonR64 Jun 20, 2025
d71ea6a
docs(security): add comprehensive security improvements documentation
JacksonR64 Jun 20, 2025
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
1 change: 1 addition & 0 deletions .cursorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
Loading
Loading