87b2abbd80
Merge branch 'eventlineup-development'
2024-05-29 16:55:07 -05:00
b0de3fb221
add buttons to move slots
...
build css
2024-05-29 16:48:03 -05:00
149f0a411b
evensheet fix when no availabilities or positions
2024-05-29 16:44:46 -05:00
e6d1d5a697
Merge branch 'simplification'
2024-05-29 16:42:46 -05:00
bf9d0c1a78
simplifications
...
compile css
2024-05-29 16:39:36 -05:00
64fa16740b
enabled
2024-05-27 15:17:27 -05:00
f273677ba7
Merge branch 'eventlineup-availability-reminders'
...
# Conflicts:
# src/public/js/eventlineup.js
2024-05-27 15:11:39 -05:00
ca194d516d
email fixes, tweaks
2024-05-27 15:10:17 -05:00
ed18389bb2
auto restart of debugger
2024-05-27 15:10:17 -05:00
b346710496
fix embed svg (additional classes)
2024-05-27 15:10:16 -05:00
6d1588e80f
statusCode fix
2024-05-27 15:10:16 -05:00
858cb24e3f
cleanup
...
oops missing bracket
cleanup
2024-05-27 15:10:16 -05:00
196eb5f51d
fixed adjacent lineup
2024-05-27 15:10:15 -05:00
07446570c1
add clear lineup/availabilities, availability reminders
2024-05-27 15:04:34 -05:00
a5c47ff9a7
Merge branch 'main' into eventlineup-availability-reminders
2024-05-26 11:44:58 -05:00
aa2ebf0b2e
Merge branch 'fix-adjacent-lineup'
2024-05-26 11:40:36 -05:00
5f02ea4d5c
caddy_data is not external
2024-05-26 11:36:21 -05:00
39380eaf03
persist caddy data, move domain to .env
2024-05-26 11:34:35 -05:00
cb131353dc
Merge branch 'docker'
2024-05-26 10:42:45 -05:00
e1c9a7b81b
cleanup to allow for debugging
2024-05-26 10:42:21 -05:00
c495b265ee
Merge branch 'main' into docker
2024-05-25 19:49:20 -05:00
49864874fc
dev script updates for scss watch
2024-05-24 13:40:59 -05:00
e9fd60e619
404 fix
2024-05-24 13:40:42 -05:00
84da372330
Merge branch 'main' into docker
2024-05-24 10:42:19 -05:00
c696ffb4bc
Merge branch 'eventsheet-development'
2024-05-24 10:42:06 -05:00
a06807b028
fixed adjacent lineup
2024-05-23 08:03:30 -05:00
07be459781
cleanup some styling
2024-05-22 16:47:25 -05:00
769fa60196
incorporating changes for updated svg
2024-05-22 16:09:33 -05:00
d377399c10
incorporating changes for updated svg
2024-05-22 16:07:08 -05:00
fa50ab93dc
incorporate letter sized sheet
...
accessible when url parameter ?sheet_size=letter
2024-05-22 13:41:17 -05:00
73e3afcecc
Merge branch 'main' into docker
2024-05-20 09:11:25 -05:00
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
6b9e6734fe
Merge branch 'main' into docker
2024-05-19 12:35:31 -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
6592f2eeae
Merge branch 'main' into docker
2024-05-10 17:55:15 -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
1c3cafdcda
Merge branch 'main' into docker
2024-05-06 16:51:00 -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
bdb6a77371
begin adding availability reminders
2024-05-06 16:46:29 -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