Carlos Valente
cc48ac8fd3
fix: start does not reflow when playback starts
2026-03-27 21:27:49 +01:00
Carlos Valente
1849b4d39f
Deps migration ( #1988 )
...
* chore: migrate eslint to oxlint
* chore: migrate prettier to oxfmt
* chore: migrate typescript
* chore: toThrow should have a expected value
* chore: cast test value as Day
* chore: small title fix
* chore: mocks should be hoisted
* chore: incorrect async useage
* chore: test should be inside description
* chore: test sohuld include an expeced
* chore: oxfmt
---------
Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain >
2026-03-08 16:22:12 +01:00
Carlos Valente
88f21e2186
refactor: improve timer styling in playback controls
2026-02-23 20:19:49 +01:00
Carlos Valente
da02ecd113
feat: editor layout
2026-02-08 11:20:09 +01:00
Carlos Valente
166160dda9
chore: upgrade client dependencies
2025-12-22 16:57:52 +01:00
Carlos Valente
2f3cf9825a
refactor(css): migrate use of deprecated import in messagecontrol
2025-12-21 13:32:12 +01:00
Carlos Valente
972f9e35fd
refactor: create separation between editor wrapper and contents
2025-12-21 13:32:12 +01:00
Alex Christoffer Rasmussen
f223766445
feat: pip for timer preview ( #1862 )
...
---------
Co-authored-by: Shobhit Nagpal <74096450+Shobhit-Nagpal@users.noreply.github.com >
Co-authored-by: Carlos Valente <carlosvalente@pm.me >
2025-11-20 18:00:16 +01:00
Carlos Valente
0e3b3bcf9a
refactor: consistent time formatting for 12h mode
2025-11-09 06:44:24 +01:00
mdavies1
6f708df6f6
feat: lock extracted rundown panels
2025-10-31 19:23:08 +01:00
Carlos Valente
f1a8db9649
feat: timer overview shows waiting timer
2025-08-06 21:40:19 +02:00
Carlos Valente
1e1f547ce1
breaking: convert offset > over-under
...
change offset direction and relabel to over-under
2025-07-14 11:39:16 +02:00
Carlos Valente
445cc9e845
feat: time to next flag
2025-07-14 11:39:16 +02:00
Carlos Valente
637454f73d
feat: add flag property
2025-07-14 11:38:27 +02:00
Carlos Valente
2aac4cb06d
refactor: remove deprecated views
2025-07-12 18:41:17 +02:00
Carlos Valente
d24d5c1365
refactor: freeze is view option
2025-07-12 18:41:17 +02:00
Carlos Valente
4d419c0877
refactor: style tweaks and bug fixes
...
- italic and bold for rundown metadata entries
- allow deleting groups
- make groups in order
- correct style for milestones
- open playing groups
- style tweaks
2025-07-12 18:41:17 +02:00
Carlos Valente
e1e8410ba4
refactor: migrate UI components and remove chakra
...
migrate pin page
migrate copy tag
migrate pin input
migrate dropdown menus
migrate radio buttons
migrate switch
migrate select
migrate textarea
migrate colour picker
migrate select
migrate context menu
migrate viewparams
remove chakra
2025-07-11 08:43:38 +02:00
Carlos Valente
6f34e1006b
refactor: migrate project data
2025-07-08 20:14:49 +02:00
Carlos Valente
9281c0b51d
refactor: update app menu links
2025-07-08 16:34:23 +02:00
Carlos Valente
17a7d035bf
refactor: style cleanups and migrations
...
fix: close modal with button
refactor: small type improvements
refactor: migrate time inputs
refactor: migrate tooltips
refactor: prevent component resizing
2025-07-07 18:22:10 +02:00
Carlos Valente
6facd6a666
refactor: improve editor and cuesheet headers
...
- consistent behaviour for app mode
- improve navigation
2025-07-07 18:22:10 +02:00
Carlos Valente
5600235ba1
refactor: restructure settings
...
refactor: migrate react components
2025-07-04 15:32:33 +02:00
Carlos Valente
84b73fc02a
refactor: migrate related components
2025-07-04 08:55:46 +02:00
Carlos Valente
d06b5af538
refactor: upgrade base-ui
2025-07-03 08:46:21 +02:00
Carlos Valente
bf8ed8d017
feat: implement multiple aux timers
2025-06-25 06:06:00 +02:00
Carlos Valente
984dcb0181
refactor: expose editor panels in small device
2025-06-23 15:37:27 +02:00
Carlos Valente
b991627cb7
refactor: editor responsive navigation
2025-06-23 15:37:27 +02:00
Carlos Valente
269091986a
refactor: extract navigation elements
2025-06-23 15:37:27 +02:00
Carlos Valente
3cd6cd2f55
refactor: rename external message to secondary message
2025-06-22 11:20:53 +02:00
Alex Christoffer Rasmussen
8e994fb0df
Refactor: ms for api calls ( #1593 )
...
* use ms for api calls
* change it in UI
* update comment
* rename variables
* refactor: addtime api logic
2025-06-09 14:12:55 +02:00
Carlos Valente
4bc271208e
refactor: improve synchronisation of external text
2025-04-15 21:25:33 +02:00
asharonbaltazar
d81f5fcfe1
chore(ui): update icons package ( #1556 )
...
* chore: add new icons package and remove the old one
* chore: update and consolidate imports
* chore: missed import
2025-03-25 16:36:47 -04:00
Carlos Valente
8adca908b3
refactor: improve links inside editor
2025-02-28 19:21:48 +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
2f2c26ed00
chore: rename time-to-end to count-to-end
2024-12-20 21:24:34 +01:00
Carlos Valente
1061ed2a0e
refactor: improve fallback timer consistency
2024-12-20 15:27:57 +01:00
Carlos Valente
0f3feca7ab
refactor: extract time-to-end
2024-12-16 21:59:38 +01:00
Carlos Valente
7e4cf6ffce
refactor: improve time added display
2024-12-01 21:06:33 +01:00
Carlos Valente
fb6896de76
refactor: show timer clock in preview
2024-11-07 21:39:04 +01:00
Carlos Valente
9ba94288a1
refactor: remove style override
2024-11-01 15:42:32 +01:00
Carlos Valente
0d8c186c77
feat: add time type none
2024-11-01 15:40:42 +01:00
Carlos Valente
b1bff22b84
refactor: improve visibility of time-to-end
2024-10-29 20:02:23 +01:00
Carlos Valente
83b9fde45e
refactor: improve visibility of extract element
2024-10-29 20:02:23 +01:00
Carlos Valente
dd4a165b08
refactor: add nif to navigation
2024-10-19 20:33:20 +02:00
Carlos Valente
213f516f71
refactor: message does not have negative style
2024-10-09 19:18:47 +02:00
Carlos Valente
8a5cef79a8
refactor: simplify secondary styles
2024-09-27 20:14:58 +02:00
Carlos Valente
4d8bea2940
feat: timer preview
2024-09-27 20:14:58 +02:00
Alex Christoffer Rasmussen
ee1b5b7fdd
Keep offset when taking over playback with roll v2 ( #1184 )
...
* pass on offset
* account for offset in roll
* prevent roll from overtime
* add test
2024-08-26 18:09:03 +02:00
Carlos Valente
9a9a0eb7cf
refactor: use timer phase while waiting
2024-06-08 13:47:26 +02:00