Bianca Procopio
997be35815
Merge branch 'v3' of https://github.com/cpvalente/ontime into bp/edit-multiple-events
2024-04-07 16:28:13 -06:00
Ary
f9b1880e88
Fix to cuesheet table header not resizing ( #852 )
2024-04-06 17:40:03 +02:00
Alex Christoffer Rasmussen
8a1474e8d6
Improve error handling in server ( #812 )
...
* add functions to convert all errors to `ErrorResponse` type
* replace all `{ message: error.toString() }` with `toErrorResponse(error)`
* refactor: all controllers to to use getErrorMessage and add types to the Response
* 404 for nonexistent api routes
2024-04-05 23:06:40 +02:00
Carlos Valente
d432f1e3ff
Typescript null ( #869 )
...
* refactor: improve null checking
* fix: return result of mutation
2024-04-05 12:07:26 +02:00
Ary
9f207dd39a
Fix: Removed updatedAt from project list ( #853 )
2024-04-03 21:35:18 +02:00
Alex Christoffer Rasmussen
8b8b3347fb
fix: Sheet import error when user doesn't have correct permissions for the sheet ( #865 )
...
* refactor: better throw error message
* fix: await verify so wa catch the potential error
* fix: catch and display error about varification
* fix: don't block the Authenticate with a spinner
* center spinner
* propper boolean
2024-04-03 14:18:04 +02:00
Carlos Valente
01c2ef4c4d
V3 feedback ( #866 )
...
* refactor: rename settings panel
* style: typo
* style: fix blackout position
* fix: offset time in time-to-end
* refactor: operator is protected
* style: tweaks to pincode
* refactor: close params editor on submit
* refactor: same navigation in all pages
* refactor: use cached response
2024-04-02 22:45:03 +02:00
Carlos Valente
10852eecdd
Rundown modes ( #864 )
...
* refactor: simplify settings
* refactor: quick add around selection
* refactor: no action menu in delay block
* refactor: no action menu in event block
* style: context menu dark
* refactor: context menu actions
2024-04-02 20:09:27 +02:00
Bianca Procopio
e221543dc7
initial setup for edit multiple events
2024-03-31 14:45:08 -06:00
Alex Christoffer Rasmussen
01000f8837
feat: chaching for static react files ( #862 )
...
* set immutable tag for static route
* captur more server timings in NODE_ENV === 'development'
2024-03-31 22:07:42 +02:00
Carlos Valente
9a03e4850a
Navigation3 ( #860 )
2024-03-31 21:18:24 +02:00
Alex Christoffer Rasmussen
6bb3fb2931
fix: editor setting path ( #859 )
2024-03-29 17:09:18 +01:00
Alex Christoffer Rasmussen
a86496ed27
fix: customFields was not persisted on import and force Custom Field keys to be lower case ( #849 )
...
* refactor: force Custom Field keys to be lower case
* fix: customFields was not persisted on import
2024-03-28 13:51:32 +01:00
Carlos Valente
df8b76305e
Alpha 3 cleanup ( #857 )
2024-03-28 13:35:36 +01:00
Carlos Valente
ce14aabcd7
Navigation ( #850 )
2024-03-27 21:02:40 +01:00
Alex Christoffer Rasmussen
f5e9a2549e
Improve spreadsheet import flow ( #839 )
...
* feat: add dropdown to worksheet selection
* feat: move revoke to separate button
* refactor: extract excel flow to separate controller and service
* chore: show spinner when uploading sheet and disable the other option
* chore: don't show "success" when canceling the import
* chore: export boolean types properly to sheets
v3.0.0-alpha.3
2024-03-22 21:33:11 +01:00
Carlos Valente
f4692db021
refactor: allow transition from roll to playback ( #847 )
2024-03-22 13:32:36 +01:00
Carlos Valente
dddb11ff40
refactor: granular updates to rundown ( #848 )
2024-03-22 13:21:49 +01:00
Carlos Valente
6178ed1e4e
Apply project ( #843 )
2024-03-22 12:52:55 +01:00
Carlos Valente
8c5aaa0901
fix: account for midnight rollover ( #846 )
2024-03-22 08:04:23 +01:00
Carlos Valente
b06ab15190
refactor: save object on restore ( #842 )
2024-03-21 22:10:54 +01:00
Ary
a48be0f017
Fix to lastLoadedProject being null ( #830 )
2024-03-21 21:08:45 +01:00
Alex Christoffer Rasmussen
c2280da61f
fix: uncaught error in http integration ( #837 )
2024-03-21 21:07:39 +01:00
Carlos Valente
fe30752130
refactor: follow in run mode ( #840 )
2024-03-21 21:07:15 +01:00
Alex Christoffer Rasmussen
a20d63451b
fix: use cross-env to allow windows to build local docker ( #838 )
2024-03-21 00:12:17 +01:00
Carlos Valente
93622e9aeb
fix: prevent calculation with no timer ( #835 )
2024-03-20 12:52:32 +01:00
Carlos Valente
1568af97fc
chore: bump node version in docker ( #834 )
2024-03-19 21:55:37 +01:00
Carlos Valente
4bb836b6f2
End pause ( #832 )
...
* refactor: trigger ahead
* refactor: refresh often
* fix: handle empty rundown updates
* fix: handle falsy values
* style: avoid overlap of components
* refactor: freeze end option
2024-03-19 18:04:05 +01:00
Carlos Valente
8156da03d5
Quick options ( #814 )
...
* refactor: link start is quick option
* refactor: add default duration
* chore: use last time by default
2024-03-19 17:23:32 +01:00
Carlos Valente
dfade25a7c
feat: url navigation for settings ( #821 )
2024-03-18 20:36:02 +01:00
Carlos Valente
4b21745fc7
refactor: download files from interface ( #831 )
2024-03-18 20:27:58 +01:00
Carlos Valente
a91a8a6358
refactor: simplify time-to-end ( #828 )
...
* refactor: simplify time-to-end
* refactor: rundown metadata
* refactor: handle overflow in UI
* refactor: show gaps between days
---------
Co-authored-by: Alex Christoffer Rasmussen <ac@omnivox.dk >
2024-03-18 17:24:11 +01:00
Carlos Valente
4e6b833e10
refactor: obfuscated pincode in transit
2024-03-18 13:40:59 +01:00
Alex Christoffer Rasmussen
3fdb1bd1c8
partial ws update for demo ( #813 )
...
* partial ws update
* extract more of the timer formatting
2024-03-18 12:01:36 +01:00
Carlos Valente
4148a3835b
style: clarify state of external message
2024-03-17 19:46:48 +01:00
Carlos Valente
4fb9c42aef
refactor: skip expected end if not playing
2024-03-17 19:46:25 +01:00
Carlos Valente
dd0dcfc2a2
fix: reset focus when deleting selected
2024-03-17 19:46:10 +01:00
Carlos Valente
d41d1b054d
fix: reset focus when deleting all
2024-03-17 19:46:10 +01:00
Carlos Valente
8b6e06150a
fix: update cache on delete-all ( #827 )
2024-03-17 19:45:34 +01:00
Carlos Valente
a9e0e2b091
refactor: tweaks to chakra theme config ( #824 )
2024-03-16 09:42:06 +01:00
Carlos Valente
0a8155b6e3
Param nav ( #822 )
...
* refactor: remove unused
* refactor: simplify logic
2024-03-15 16:52:33 +01:00
Carlos Valente
118c29e5c2
refactor: filter sentry errors ( #816 )
2024-03-15 16:13:26 +01:00
Carlos Valente
105f395e6e
refactor: migrate fullscreen to mantine ( #819 )
2024-03-14 18:32:07 +01:00
Carlos Valente
12d9e5922c
Alpha revision ( #811 )
...
* style: less space for direction button
* chore: cleanup unused
* refactor: prevent CSS pollution
* refactor: force render on swatch
* refactor: force render on swatch
* refactor: improve import of blocks and skip import
* chore: remove unused
* chore: clarify effect
* chore: updata dataset
* fix: integrations not triggering
* chore: remove unused
* fix: onair derives from playback
* fix: gap day after
v3.0.0-alpha.2
2024-03-12 21:30:16 +01:00
Carlos Valente
63983fc39a
Alpha release ( #810 )
...
* fix: path to resources
* docs: rename aliases > url presets
v3.0.0-apha.1
2024-03-09 22:44:35 +01:00
Carlos Valente
41af3b7466
Sheets revision ( #809 )
...
* refactor: poll for authentication
* refactor: show success card
2024-03-09 21:39:11 +01:00
Carlos Valente
78b386742e
Settings style ( #808 )
2024-03-09 10:56:14 +01:00
Carlos Valente
ad71793cf3
Url presets ( #807 )
2024-03-08 23:10:43 +01:00
Carlos Valente
10d7273ec0
Skip fixes ( #805 )
...
* refactor: resolve current in time-to-end
* refactor: recalculate on skip
* Alpha tweaks (#806 )
* style: small tweaks to interface
* refactor: simplify quick add
2024-03-08 19:54:18 +01:00
Carlos Valente
6dc2bebeee
Time to end ( #804 )
2024-03-07 22:10:21 +01:00