Alex Christoffer Rasmussen
99dd4b4d5c
Extract client timeuntil logic ( #1521 )
...
* extract
* add to timeline
* translate Due
* fix timeline page
* begin adding some tests
* spelling
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
* move file
* refactor
* create hook
* refactor
* update test
* spelling
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
* remove translation
* explain isLinkedToLoaded
* add delay to calculation
* add delay value to test
* spelling
---------
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
2025-03-10 22:47:02 +01:00
Carlos Valente
069a003787
refactor: do not send sentry errors if offline
2025-03-08 08:58:04 +01:00
arc-alex
4a16378786
refactor: pad block row with extra columns
2025-03-04 22:01:21 +01:00
Shobhit Nagpal
e5b30770ce
feat: add table navigation to cuesheet table ( #1483 )
...
* refactor: cuesheet table body
* feat: add table navigation
2025-03-04 22:01:21 +01:00
Carlos Valente
4859026989
refactor: op cannot subscribe to image fields
2025-03-03 15:58:52 +01:00
Carlos Valente
8adca908b3
refactor: improve links inside editor
2025-02-28 19:21:48 +01:00
Carlos Valente
bf99646ad5
refactor: restructure directories
2025-02-28 19:21:48 +01:00
Carlos Valente
3bdd8424eb
chore: remove console statement
2025-02-26 21:43:24 +01:00
Carlos Valente
570ff59cfc
feat: add custom field type of image
2025-02-26 21:42:24 +01:00
Carlos Valente
e90161aa33
refactor: consistent logo sizes
2025-02-25 21:25:28 +01:00
Carlos Valente
ba74622569
refactor: use native button
2025-02-23 21:50:01 +01:00
Alex Christoffer Rasmussen
b6507c27a6
Report ( #1469 )
...
* create report service
* write report from runtimeState
* use in UI
* clear report
* update types
* clear all from settings menu
* rearence rightclik menu
* refactor styling
* also report roll events
* ontime/under time is same colour
* refactor reporter
* add target to ontime-refetch
* remove menu
* fectch only on message from server
* memo useGetEventReport
* refactor
* use staleTime
* dont add to menu yet
* implement review
* clear all from menu
* fix merge
* start end show
* combine test for the go button text and action
* add report to menu
* extract csv utility
* report management
* unneeded async
* small refacort of triggerReportEntry
---------
Co-authored-by: Carlos Valente <carlosvalente@pm.me >
2025-02-23 17:02:09 +01:00
Carlos Valente
21877e4bff
refactor: allow redirecting to view
2025-02-22 16:15:24 +01:00
Carlos Valente
b8d7324be0
feat: allow redirecting to preset
2025-02-22 16:15:24 +01:00
Carlos Valente
88b8e83494
Time until ( #1497 )
...
* Timeuntil in UI (#1461 )
* cherry pick EventBlockChip
* pull data down throug components
* add comment
* cleanup css
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
---------
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
* fix: account for running day
* refactor: improve composition
* add partial test
---------
Co-authored-by: Alex Christoffer Rasmussen <ac@omnivox.dk >
2025-02-19 13:17:53 +01:00
Carlos Valente
a5afb32b8a
refactor: show projected time
2025-02-18 14:55:24 +01:00
Carlos Valente
9c41f8ff6b
refactor: public design review
2025-02-18 14:55:24 +01:00
Carlos Valente
946b6717d2
refactor: backstage design review
...
refactor: improve empty state
refactor: review schedule design
- fit as many elements as possible
- expose cycle interval as an option
- stabilise rundown reference
- style tweaks
2025-02-18 14:55:24 +01:00
Carlos Valente
f99ad83049
chore: folder structure
2025-02-18 14:55:24 +01:00
Carlos Valente
86bb739d90
chore: upgrade zustand
2025-02-18 14:14:14 +01:00
Carlos Valente
2c8b6180d7
refactor: show menu only if enabled
2025-02-18 14:14:14 +01:00
Carlos Valente
c65761448d
refactor: simplify import paths
2025-02-17 21:36:18 +01:00
Carlos Valente
c8bf74a719
refactor: migrate chakra alert to custom component
2025-02-17 14:45:23 +01:00
Carlos Valente
f6449a4326
refactor: tweak reusable info component
2025-02-17 14:45:23 +01:00
Carlos Valente
8ac5c0a9a2
Revert "Timeuntil in UI ( #1461 )"
...
This reverts commit 221ff7b3af .
2025-02-12 22:19:18 +01:00
Carlos Valente
6be6e5fd8d
refactor: handle overflow in menulist
2025-02-04 22:35:17 +01:00
Carlos Valente
3d50b8ce49
refactor: simplify navigation lock
2025-02-04 22:35:00 +01:00
Carlos Valente
c3d66f5bd1
fix: maintain locked and token params
2025-02-01 21:34:29 +01:00
Carlos Valente
f0e6231338
refactor: simplify url preset logic
2025-02-01 21:34:29 +01:00
Carlos Valente
430bfb38f2
chore: test is typescript
2025-02-01 21:34:29 +01:00
Alex Christoffer Rasmussen
221ff7b3af
Timeuntil in UI ( #1461 )
...
* cherry pick EventBlockChip
* pull data down throug components
* add comment
* cleanup css
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
---------
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
2025-01-27 16:39:32 +01:00
Carlos Valente
0f57689750
feat: generate authenticated url ( #1471 )
...
* refactor: extract info component
* feat: generate authenticated url
* refactor: add companion select
* refactor: ensure behaviour across environments
2025-01-26 16:51:28 +01:00
Alex Christoffer Rasmussen
d34280c03d
More batch ( #1468 )
...
* batch updates in client
* rearange updating logic
* utilety type
* guard undefinde in affectsLoaded
* fix: pause state not saved to restore point
2025-01-26 13:14:24 +01:00
Carlos Valente
bb1e9072fd
refactor: apply param structure
2025-01-25 18:54:25 +01:00
Carlos Valente
4503d1e411
refactor: param sections are collapsible
2025-01-25 18:54:25 +01:00
Carlos Valente
efe5ac16f2
chore: rename feature elements
...
rename automations > triggers
rename blueprints > automations
chore: add link to documentation
2025-01-24 13:53:17 +01:00
Carlos Valente
2cc434b0e9
refactor: remove legacy service
2025-01-24 13:53:17 +01:00
Carlos Valente
ab4dd300ca
feat: send http
2025-01-24 13:53:17 +01:00
Carlos Valente
8b84963e17
feat: automation UI
...
merge with automation service
2025-01-24 13:53:17 +01:00
Carlos Valente
05e61e7bf8
feat: automation service
2025-01-24 13:53:17 +01:00
Carlos Valente
a8fe4c8e68
refactor: allow both http and https
2025-01-24 13:53:17 +01:00
Carlos Valente
78c2bd79b5
refactor: card content on preload
2025-01-24 13:13:53 +01:00
Carlos Valente
28452d1e38
refactor: allow overriding progress bar phases
2025-01-24 13:13:53 +01:00
Carlos Valente
46790441e0
refactor: review view styles
2025-01-24 13:13:53 +01:00
Carlos Valente
49cae647d6
refactor: larger progress bar
2025-01-24 13:13:53 +01:00
Carlos Valente
30e290c320
refactor: remove unnecessary handler
2025-01-22 20:51:12 +01:00
Carlos Valente
8e3db6c559
refactor: remove dom dependencies
2025-01-22 20:51:12 +01:00
Carlos Valente
b4c7b84f92
refactor: handle trailing slash in URL preset
2025-01-19 19:57:10 +01:00
arc-alex
ce8d534953
feat: optional welcome modal
...
welcome modal is persisted in app state
created endpoints to set the visibility
added UI to support feature
Co-authored-by: Carlos Valente
<34649812+cpvalente@users.noreply.github.com >
2025-01-18 20:24:46 +01:00
Alex Christoffer Rasmussen
e9a7cd0400
More rundown metadata ( #1429 )
...
* add dayOffset to OntimeEvent
* refactor: isNewLatest
* calculate totalDays
* refactor: getTimeFromPrevious
* add gap as dataset in OntimeEvent
* use in ui
* format overlap is just a simple text formatting, big test is not needed
* add new fields where needed
* update apply delay
* show nex day eaven if there is no gap
* create test
* use buildin day offset in timeline
* remove todo
* consistent naming
* make a calculateDayOffset util for rundownCache
* refactor: checkIsNextDay to use dayOffset
* spelling
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
* remove unneeded test
* remove todo
* update test db
* use data-testid
* spelling
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
* update comments
* remove null option
---------
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com >
2025-01-09 13:35:11 +01:00