Commit Graph

80 Commits

Author SHA1 Message Date
af9fa3bd9b fix for if availabilities aren't available 2024-05-20 09:11:08 -05:00
7e803cc8e3 fix for if availabilities aren't available 2024-05-20 09:07:54 -05:00
339d4c7923 Merge branch 'duplicate-checking' 2024-05-20 09:07:30 -05:00
58825b5bcd reloads the page on lineup save
realized that the duplicates come from saving the lineup more than once. this occurs when initially no one has an eventlineupentry, it gets one on save, but the front end is not updated on save, so it keeps creating entrires on save. simple fix is to refresh the page on save. "better" solution would be to have the front end update on save, but that's longer to implement. i started this by having `postEventLineup` return the newly fetched lineupentries.
2024-05-20 09:06:53 -05:00
03a9ac3aae Merge branch 'eventsheet-development' 2024-05-19 12:35:14 -05:00
da159f2b13 urlencode needs an explicit extended option 2024-05-19 12:34:27 -05:00
c2c192bdc6 add blank lineupsheet 2024-05-19 08:53:26 -05:00
c2b1898b91 styling updates 2024-05-19 08:52:48 -05:00
4ee466e7cb Merge branch 'main' into eventsheet-development 2024-05-14 19:09:33 -05:00
1f2ba45e54 bug fix for initSlots 2024-05-10 17:55:03 -05:00
588c23ec3f refactoring eventsheet 2024-05-10 17:54:45 -05:00
fb0ca76c29 reimplement eventlineup slots, eventsheet refinements
fixed the loop in eventlineup slots so they will show duplicate eventlineupentries if they exist
refined some styling in eventsheet
2024-05-06 16:49:21 -05:00
e4b981d676 reimplement eventlineup slots, eventsheet refinements
fixed the loop in eventlineup slots so they will show duplicate eventlineupentries if they exist

refined some styling in eventsheet
2024-05-06 16:45:56 -05:00
c4c0d0fb7d move eventlineup helpers to separate file 2024-05-06 10:41:44 -05:00
3695cd8975 fix for grouping items with no type
Fixed an error that caused the app to crash when trying to group a bulk set of items when there are items with no "type" property. Items something like "delete request" items had no type.
2024-05-06 10:40:15 -05:00
bcade85182 eventsheet styling improvements 2024-05-06 10:38:52 -05:00
d50f94acc8 update better-sqlite
needed to update better-sqlite to work with node 22 (i think? this fixed it anyways)
2024-05-06 10:36:45 -05:00
cf01bf9fff styling fixes
Fixes for event sheet, added availability bar to event lineup
2024-05-03 07:46:05 -05:00
83e722cdb9 add availability bar to lineup view 2024-05-03 07:41:54 -05:00
dd48aeca8d eventsheet styling fixes 2024-05-03 07:41:29 -05:00
f421089eb9 Merge branch 'main' into docker 2024-03-22 16:05:34 -05:00
d484f8cfdf csrf fix when added lineup 2024-03-22 16:03:57 -05:00
87735f76b5 fix submit to actual submitted lineup 2024-03-22 16:03:46 -05:00
6d4600a858 fix submit animation when there's more than one lineup 2024-03-22 16:03:19 -05:00
5c19a16f8b flags fix 2024-03-22 15:50:33 -05:00
aea6a64b69 add session expiry date (24 hours) 2024-03-22 15:49:52 -05:00
b9ead6770a styling changes 2024-03-22 15:49:17 -05:00
84cc1f651c Merge branch 'main' into docker 2024-03-18 20:22:15 -05:00
a1cb6fcf0a eventlineup enhancments (availability notes, reminders, flags popup) 2024-03-18 20:20:00 -05:00
e459a0688a re-add padding on main content in layout 2024-03-18 20:19:08 -05:00
8e98286f7c eventsheet styling fixes 2024-03-18 20:18:33 -05:00
87fb835590 gamesheet hide logo if not exists 2024-03-18 20:17:59 -05:00
1f897d2b1e styling fix on game sheet (front cover) 2024-03-18 20:17:20 -05:00
8c1b325532 hide "members" section for now, not implemented yet 2024-03-18 20:15:33 -05:00
4b56259b98 fix change game card -> game sheet 2024-03-18 20:14:52 -05:00
16b1402c6f re-add margin for panels of panels 2024-03-18 20:14:24 -05:00
e4f6576847 more fixes for flag set vs. array 2024-03-18 20:13:40 -05:00
2df02e7452 auth fix 2024-03-18 20:12:41 -05:00
99d376af4c re-enable 404 catchall 2024-03-18 20:12:12 -05:00
2b497a0227 fix recent, upcoming date picking 2024-03-18 20:11:52 -05:00
00b270e0f6 fix event sheet (flags using set, not array) 2024-03-18 20:10:54 -05:00
2a2eb07823 cleanup some auth stuff 2024-03-17 10:46:18 -05:00
39e6c2b5af Merge branch 'main' into docker 2024-03-15 19:14:01 -05:00
832fb654ec visual refinements for multi lineups 2024-03-15 19:09:17 -05:00
9f9da4e191 Merge branch 'main' into docker 2024-03-15 14:20:38 -05:00
f2371c6b5a add insert lineup before and after 2024-03-15 14:19:45 -05:00
dc17ca76ba add script_tags helper 2024-03-15 14:19:45 -05:00
d24b2a121e respect environment is development on error message 2024-03-15 14:19:45 -05:00
7c5630c5ba Merge branch 'main' into docker 2024-03-15 08:41:20 -05:00
e4b4345cff refinement for final score table on gamesheet card 2024-03-15 08:41:02 -05:00