Carlos Valente
cf08bfc796
refactor: type improvements ( #751 )
2024-01-31 14:42:33 +01:00
Carlos Valente
7eb9ee8d03
refactor: flatten state mutations ( #750 )
2024-01-31 14:02:27 +01:00
Carlos Valente
ec8952be56
chore: organise delay and rundown utils ( #749 )
2024-01-30 21:26:37 +01:00
Carlos Valente
6a5020424b
refactor: improve typing in backend ( #748 )
2024-01-30 21:12:19 +01:00
Carlos Valente
39711c1edd
refactor: time-to-end always updates ( #739 )
2024-01-30 12:35:54 +01:00
Ary
3c83f4d15b
Project manager ( #697 )
...
* Project manager: Load, Rename, Duplicate (#712 )
* Project Manager: Create, Delete (#723 )
2024-01-29 14:06:33 +01:00
Carlos Valente
4c77d26a71
style: tweaks to editor ( #738 )
2024-01-28 22:42:19 +01:00
Carlos Valente
5de40e8679
fix: update timer on hot reload ( #741 )
2024-01-27 22:54:03 +01:00
Carlos Valente
32d70b3cd5
chore: split vendor bundle ( #740 )
2024-01-27 22:30:23 +01:00
Carlos Valente
86cec56a3d
refactor: allow import of blocks and skip import ( #735 )
2024-01-27 15:08:01 +01:00
Carlos Valente
f6557a9814
style: editor tweaks ( #736 )
...
* style: menu tweaks
* style: editor tweaks
* style: freeze
2024-01-26 14:47:27 +01:00
Carlos Valente
c146954a2f
refactor: excel cleanup ( #734 )
...
* refactor: remove import of project data from excel
2024-01-26 12:55:35 +01:00
Carlos Valente
2df3d376ad
feat: many timers ( #706 )
...
* wip: create simple timer class
* refactor: service to manage extra timers
* wip:ui for controlling the extra timer
---------
Co-authored-by: arc-alex <ac@omnivox.dk >
2024-01-25 16:51:20 +01:00
Carlos Valente
74e1ae609c
refactor: update timers ( #729 )
...
* refactor: remove duplication
* refactor: previous times
* refactor: event patching
2024-01-25 13:36:45 +01:00
Carlos Valente
e748bff0dd
chore: upload screenshots to artifacts ( #730 )
2024-01-24 21:56:01 +01:00
Carlos Valente
b4ad533e6a
refactor: cleanup store ( #727 )
...
* refactor: isolate clock
* refactor: isolate private
* refactor: remove duplicate
* chore: rename loaded > runtime
* fix: handle no events loaded
2024-01-24 00:20:10 +01:00
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
c7328a33f6
chore: fail tests that contain unhandled errors ( #724 )
2024-01-22 14:15:23 +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
Alex Christoffer Rasmussen
ee121bcfcb
change all ExcelImportMaps to lowercase ( #716 )
...
* fix: change all ExcelImportMaps to lowercase (#716 )
2024-01-16 19:35:16 +01:00
Alex Christoffer Rasmussen
4234334fbb
fix: test - go to Edit mode befor tying to click Event options button ( #708 )
2024-01-13 12:45:23 +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
Alex Rohleder
f965db148c
refactor: setup global timer state ( #629 )
...
* refactor: setup global timer state
---------
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
Co-authored-by: Carlos Valente <carlosvalente@pm.me >
2024-01-12 13:03:58 +01:00
cv
e6bb52ad9c
chore: cleanup merge
2024-01-12 10:17:12 +01:00
cv
6d067f3d3a
chore: cleanup merge
2024-01-12 10:13:49 +01:00
cv
506f9a868b
chore: cleanup merge
2024-01-12 10:13:40 +01:00
cv
adb8981191
chore: cleanup merge
2024-01-12 10:12:01 +01:00
cv
a0b3e56896
chore: cleanup merge
2024-01-12 10:05:51 +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 >
v2.28.13
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
7cc4364a63
chore: upgrade nanoid to v5 ( #704 )
2024-01-10 19:28:34 +01:00
Alex Christoffer Rasmussen
b1ba47a80f
Fix/external path ( #702 )
...
* leave styles as is but move other external to `external` folder
2024-01-09 22:57:06 +01:00
Alex Christoffer Rasmussen
9611722a6d
fix: use background-color: transparent; for overlap indicators ( #699 )
2024-01-09 16:42:50 +01:00
Alex Christoffer Rasmussen
92cefa1331
refactor: errors from integrationcontroller ( #700 )
...
* refactor: these functions don't throw, test the return success and then throw
* refactor: no need to catch and re-throw
2024-01-09 16:01:17 +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
Ary
65a5aaa665
Keep several project files in user folder - Steps 5A-E ( #684 )
2024-01-06 21:24:48 +01:00
Carlos Valente
c889d00e6b
fix: focus cursor ( #695 )
...
* fix: prevent cursor from removing focus
2024-01-06 09:10:42 +01:00