Alex Christoffer Rasmussen
0cd2ca4191
update API - part 1 ( #709 )
...
* api: `test-ontime` -> `version`
* api: `ontime-poll` -> `poll`
* api: `start-next` -> `startnext`
* api: `start-next` -> `startnext`
---------
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
Co-authored-by: Carlos Valente <carlosvalente@pm.me >
2024-01-23 08:43:00 +01:00
Carlos Valente
cb8ba776e2
Event editor continue ( #722 )
...
* refactor: remove info panel
* feat: editor panel
* wip: event info in drawer
* chore: update tests
* chore: add scss to processor
2024-01-22 16:23:11 +01:00
Carlos Valente
fc5800bc21
remove info panel ( #721 )
...
* refactor: remove info panel
* chore: update tests
2024-01-19 14:08:32 +01:00
Carlos Valente
3c1be1fc10
fix: issue with loosing cursor position on message ( #719 )
2024-01-17 23:16:22 +01:00
Carlos Valente
a2950442d8
refactor: runtime service ( #715 )
...
* refactor: rename PlaybackService > RuntimeService
* refactor: stateful runtime service
* refactor: merge event loading
* refactor: roll is part of state mutation
2024-01-16 19:54:40 +01:00
Carlos Valente
7f63cde7a5
feat: multiple selection ( #703 )
...
feat: multiple event selection
---------
Co-authored-by: asharonbaltazar <asharonbaltazar@outlook.com >
Co-authored-by: Alex <ac@omnivox.dk >
2024-01-12 13:07:56 +01:00
cv
229fff05a4
Merge remote-tracking branch 'origin/master' into v3
2024-01-12 10:05:10 +01:00
Carlos Valente
71092afc02
ontime release ( #694 )
...
* chore: version bump
---------
Co-authored-by: arc-alex <ac@omnivox.dk >
2024-01-10 20:50:19 +01:00
Alex Christoffer Rasmussen
5b7045e6a5
chore: remove unused deepmerge ( #705 )
2024-01-10 19:30:34 +01:00
Alex Christoffer Rasmussen
9611722a6d
fix: use background-color: transparent; for overlap indicators ( #699 )
2024-01-09 16:42:50 +01:00
Carlos Valente
b4e73ff6b5
Refactor/time formatting ( #696 )
...
* chore: upgrade related dependencies
* fix: skip sentry on dev
* refactor: unify time formatting
* refactor: display default format for page
2024-01-09 15:30:11 +01:00
Carlos Valente
9031051465
Revert "style: align delay to clock"
...
This reverts commit 3fb862628c .
2024-01-08 22:55:57 +01:00
Carlos Valente
a15a9671d2
Revert "chore: cleanup utils"
...
This reverts commit ecd13fdc5a .
2024-01-08 22:55:47 +01:00
Carlos Valente
ecd13fdc5a
chore: cleanup utils
2024-01-08 22:51:38 +01:00
Carlos Valente
3fb862628c
style: align delay to clock
2024-01-08 22:48:25 +01:00
Carlos Valente
1f3133d4f3
chore: upgrade deps ( #698 )
2024-01-08 17:31:04 +01:00
Alex Christoffer Rasmussen
c0fb865959
feat: google sheets( #579 )
...
---------
Co-authored-by: Carlos Valente <carlosvalente@pm.me >
2024-01-08 15:51:58 +01:00
Alex Christoffer Rasmussen
64573aff8a
refactor: update lower third ( #665 )
...
* init
* auto in out
* fix in out animation and other options
* move some constants to css override
* dont show block if text source is empty
* select trigger
* adjust the animation
* remove the old one and replace it in the router
* return null from useEffect when there is no timer to clear
* typo: manuel -> manual
* fix: delay is excluding transition in time
* rename to top and bottom
* change font size to px and increese the default
* sharper animation timning
* fix: dont need state for options
* fix: e2e test for lower third
* deafault to ffffff00 key color
* typo: scss naming
* style: all white default bg key
* style: add default values to src options
* style: `white-space: nowrap;`
* style: start out animation a bit early
* style: browser tab title
* fix: checking the correct default values in ViewParamsEditor
* fix: defaultValues save improved by @asharonbaltazar
* lint: capitalize enum names
* fix: memoize options
* fix: searchParams test
* fix: readability of `topText` and `bottomText` and memoize them
* fix: enum naming upper case
* refactor: remove cx import
* refactor: try to simplify is else flow
2024-01-07 23:23:25 +01:00
Carlos Valente
655e9e8fb5
refactor: migrate logs ( #673 )
2024-01-06 21:48:20 +01:00
Carlos Valente
bac2dc6b87
feat: create project list ( #671 )
2024-01-06 21:38:16 +01:00
Carlos Valente
c889d00e6b
fix: focus cursor ( #695 )
...
* fix: prevent cursor from removing focus
2024-01-06 09:10:42 +01:00
Carlos Valente
3753d51d85
chore: cleanup
2024-01-05 21:57:47 +01:00
Carlos Valente
cb23b83b9d
Merge remote-tracking branch 'origin/master' into v3
2024-01-05 21:55:16 +01:00
Oliver Herrmann
068ec800f4
add localdocker build commands ( #638 )
2024-01-05 21:04:52 +01:00
Alex Christoffer Rasmussen
1a8b35a5ea
feat: show overlap ( #633 )
...
* feat: show spacing or overlap
2024-01-05 21:04:16 +01:00
Carlos Valente
3d9a9a2226
wip: overview ( #688 )
...
* wip: overview
2024-01-01 22:06:23 +01:00
Carlos Valente
9a4d659b04
improvement: hide seconds ( #675 )
...
* feat: optional timer seconds
2023-12-31 12:13:05 +01:00
Fabian Posenau
a5d8b91f34
add fields to import modal ( #685 )
...
Co-authored-by: Fabian Posenau <fabian@fphome.de >
2023-12-30 22:11:06 +01:00
Carlos Valente
5409c0ac6e
refactor: stabilise actionHandler ( #683 )
2023-12-30 21:13:51 +01:00
Fabian Posenau
3998b8927d
Warning and danger per event ( #677 )
...
* feat: warning and danger per event
---------
Co-authored-by: Fabian Posenau <fabian@fphome.de >
2023-12-30 20:56:57 +01:00
Fabian Posenau
09f2874784
Fix Visual bug on rundown ( #678 )
...
* fix: bug with draw order on past rundown items
---------
Co-authored-by: Fabian Posenau <fabian@fphome.de >
2023-12-29 20:18:05 +01:00
Alex Christoffer Rasmussen
96280e5932
Feat: reorder events with alt+ctrl + arrow up/down ( #645 )
...
* fix: key guard
* feat: reorder events
* refactor: return index from the getEvent functions
2023-12-28 13:41:43 +01:00
Alex Christoffer Rasmussen
b2c01a141a
Studio clock ( #663 )
...
* refactor: trim rundown shows only upcoming
* style: small tweaks
---------
Co-authored-by: Carlos Valente <carlosvalente@pm.me >
2023-12-28 13:25:45 +01:00
Carlos Valente
a463cb491b
feat: app settings ( #658 )
...
* feat: app settings
* refactor: cleanup routes
* style: smaller base font
* chore: migrate about modal
* fix: import links
2023-12-25 21:25:09 +01:00
Carlos Valente
8afffb9870
style: fix missing overrides ( #666 )
...
* style: fix missing overrides
* style: fix recover idle colour
2023-12-22 21:05:23 +01:00
Carlos Valente
062dc0c914
refactor: pass HTTP to integration controller ( #652 )
...
* refactor: pass HTTP to integration controller
* refactor: deprecate onair control
* refactor: remove playback router
2023-12-19 21:44:43 +01:00
Carlos Valente
3144888eb1
chore: add italian to languages ( #656 )
2023-12-19 10:05:09 +01:00
Carlos Valente
820eacde91
refactor: prevent accidental edit in operator view ( #659 )
...
* refactor: prevent accidental edit in operator view
2023-12-19 10:05:09 +01:00
Matteo Gheza
6886a3236f
Add italian client translation ( #655 )
...
* Add Italian client translation
2023-12-19 10:05:09 +01:00
Carlos Valente
bb541c551f
chore: upgrade build deps ( #661 )
...
* chore: upgrade build dependencies
* chore: add bundle analysis script
* chore: upgrade sentry deps
* chore: upgrade node types
* docs: declare new engine versions
2023-12-19 10:03:59 +01:00
Carlos Valente
33575c551a
refactor: improve typing on transform ( #626 )
...
* refactor: improve typing on transform
* chore: use placeholder for data errors
2023-12-19 10:03:25 +01:00
Carlos Valente
3173fb57fc
chore: add italian to languages ( #656 )
2023-12-18 15:07:48 +01:00
Carlos Valente
7d33019f53
refactor: prevent accidental edit in operator view ( #659 )
...
* refactor: prevent accidental edit in operator view
2023-12-18 15:07:30 +01:00
Matteo Gheza
6526b32d4c
Add italian client translation ( #655 )
...
* Add Italian client translation
2023-12-17 20:59:05 +01:00
Carlos Valente
3196bd7802
chore: version bump
2023-12-17 20:57:49 +01:00
Carlos Valente
ce0657cc6d
style: smaller base font
2023-12-17 20:56:58 +01:00
Carlos Valente
44c2b1b5e3
refactor: cleanup routes
2023-12-17 20:56:42 +01:00
Carlos Valente
5a2f711eab
refactor: cleanup sentry errors ( #653 )
2023-12-13 22:12:54 +01:00
Carlos Valente
da829dc09f
Release preparations ( #642 )
...
* chore: version bump
2023-12-11 22:06:19 +01:00
Carlos Valente
c4d65dbe5f
fix: display correct end time in backstage ( #635 )
2023-12-10 19:12:29 +01:00