Carlos Valente
068c72662d
style: alpha4 style tweaks ( #299 )
2023-02-25 17:27:47 +01:00
Carlos Valente
edac1d7f75
V2 fix socket ( #296 )
...
* refactor: rename timer endpoint
* refactor: typescript
* refactor: rename eventData and viewSettings
* refactor: message manager uses event store
2023-02-24 22:47:07 +01:00
Carlos Valente
03552056cb
V2 fix offline ( #294 )
...
* fix: resolve path to UI build in dev
* fix: configure offline fetching
2023-02-23 21:10:41 +01:00
Carlos Valente
70cc071425
V2 integration ( #293 )
...
* feat: integrations and lifecycles
* refactor: prevent issues with start order
2023-02-23 20:22:38 +01:00
Carlos Valente
d8a84ac88d
V2 types ( #291 )
2023-02-20 18:28:54 +01:00
Fabian Posenau
63d763cbaf
Feature/#276/qrcodes ( #289 )
...
* bugfix: wrong format when on 12h format
* update: website link in placeholder
---------
Co-authored-by: Fabian Posenau <fabian@fphome.de >
Co-authored-by: cv <34649812+cpvalente@users.noreply.github.com >
2023-02-19 20:52:42 +01:00
Carlos Valente
df351b8cba
hotfix: resolve data directory ( #288 )
2023-02-17 20:23:00 +01:00
Fabian Posenau
298af3ec5a
Fix : #279 End Message in Minimal Timer ( #286 )
...
* fix: Minimal View #279 end message
---------
Co-authored-by: Fabian Posenau <fabian@fphome.de >
2023-02-16 21:46:40 +01:00
Carlos Valente
de9a7a87fd
V2 monorepo ( #285 )
...
* refactor(project structure): UI
* refactor(project structure): extract utilities
* refactor(project structure): remove unused
* refactor(project structure): electron
* refactor(project structure): server
refactor: migrate to vitest
refactor: monorepo config
* refactor: extract application menu
* refactor: exit process
* refactor: extract tray menu
* chore: electron build
* Added Seconds in studio clock #282
---------
Co-authored-by: Fabian Posenau <fabian@fphome.de >
---------
Co-authored-by: Fabian Posenau <fabian.p99@gmx.de >
Co-authored-by: Fabian Posenau <fabian@fphome.de >
2023-02-14 22:02:15 +01:00
Carlos Valente
3918758d32
v2: roll ( #280 )
...
* ux: delete flow
* style: small tweaks in interface
* refactor: gracefully quit on error
* fix: logic around updating events
* chore: cleanup dictionary
* refactor: improve DX on creating aux files
* fix: safe destructure function return
* refactor: safe handling of falsy timer values
* fix: improve ux on stopping roll mode
* chore: upgrade deps
* feat: roll mode
* refactor: remove unused
2023-01-07 22:44:21 +01:00
Carlos Valente
832c060940
v2: views ( #278 )
...
* config(sentry): instrumentation only in production
* chore: upgrade deps
* refactor: simplify and convert to ts
* refactor: composition and styles
* chore: remove deprecated deps
* ux: close menu on click outside
* style: small tweaks and clarifications
* refactor: retire PiP view
* ux: small tweaks
* style: cleanup deprecated styles
* chore: remove unused
* refactor: remove usages of deprecated fields and improve null timer presentation
* refactor: improve composition of countdown
* style: cleanup overridable styles
* ux: show event overtime status
* style: correct logic in paused timers
2022-12-30 11:41:03 +01:00
Carlos Valente
110d3fb7a3
v2 event timer ( #274 )
...
* lint: cleanup unused
* refactor: rename component to avoid conflict
* style: gap in element row
* refactor: rename playstate -> playback
* refactor: cleanup usages of timer and prepare integration manager
* style: re-arrange button order
* refactor: improve event loading
* feat(timer-service): hot reload
* fix: issue with duration input
* chore: cleanup debug
* refactor: resolve poll from runtime store
* refactor: cleanup merge
* refactor: small improvements in timer hot-reload
2022-12-26 12:58:33 +01:00
cv
062ff7226a
Merge remote-tracking branch 'origin/master' into v-2
2022-12-26 09:47:18 +01:00
Carlos Valente
6f634c36f9
v2 alpha 3 ( #272 )
...
* style: correct background colours
* chore: add folder resolutions to vite
* refactor: add auto refetch to HTTP APIs
* fix: view settings override endpoint
* refactor: memoize callbacks
* fix: reorder reaching wrong data adapter
* refactor: memoize callbacks
* style: presentation cleanup
* fix(delete): prevent flow with deleted event in playback
* refactor: convert to typescript
* refactor: small fixes and typescript conversion
* ux: improve feedback on local changes
* refactor: cleanup props
2022-12-26 09:40:33 +01:00
Carlos Valente
2021d9394d
fix(csv-export): escape special characters ( #268 )
2022-12-11 19:17:41 +01:00
Carlos Valente
1bb67eb82a
V2 sentry ( #267 )
...
* chore: add sentry to frontend
* chore: add sentry to server
* chore: report only in production
* chore: add sentry source maps
2022-12-08 22:34:17 +01:00
Carlos Valente
6720626bd3
v2 event editor ( #265 )
...
* style: add cursor indicator in all blocks
* style: prevent reflows on width
* style: harmonise white range
* ux: focus elements on cursor nav
* ux: prevent focus on indicators
* refactor: convert to typescript
* fix: missing dependency
* chore: add linter rules for dependency arrays
* style: style editable component
* style: tweak input styles
* style: tweak switch styles
* style: style tweaks
2022-12-08 22:22:08 +01:00
Carlos Valente
c56c5a636d
v2: refactor ( #264 )
...
* chore: upgrade dependencies
* chore: remove unused
* fix: issue with missing index data
* fix: discrepancy on counting events
* fix: swapped classes
* fix: prevent attempting load in empty list
* chore: cleanup completed
* chore: remove unused
* refactor: convert to typescript
* refactor: migrate to new endpoints
* refactor: convert to typescript
* fix: prevent issue with undefined process
* fix: small code smells
* fix: issue with missing version variable on build
* refactor: configure retries on data fetching
* style: design review
* fix: prevent cursor out of range
* lint: react query linting
* style: checkbox styles
2022-12-07 09:58:11 +01:00
Carlos Valente
d486d78594
v2 styling ( #263 )
...
* feat: implement progress bar on running event
* refactor: use event action hook
* refactor: align backend data
* style: v2 style tweaks
* style: v2 style tweaks + ts <Info>
* fix: fix delay increment calls
* style: v2 style tweaks + ts <Playback>
* style: v2 style tweaks + ts <EventEditor>
* style: v2 style tweaks + ts <MessageControl>
* fix: naming issue with message control socket endpoint
* chore: upgrade style dependencies
* style: v2 style tweaks + ts <MenuBar>
* style: v2 style tweaks + ts <RundownMenu>
* style: v2 style tweaks + ts <Playback>
* fix: add selected and next information to EventTimer
* style: v2 style tweaks + ts <EventBlock>
* style: v2 style tweaks + ts <DelayBlock>
* style: v2 style tweaks + ts <BlockBlock>
* style: v2 style tweaks + ts <QuickEntry>
* refactor: extract <TextInput> logic
* chore: upgrade build dependencies
* chore: folder structure refactor
* fix: issue with dependency path in electron
* chore: update version in demo db
2022-11-27 14:56:09 +01:00
Carlos Valente
3626b5b357
V2 event block ( #261 )
...
* feat: implement progress bar on running event
* refactor: use event action hook
* refactor: align backend data
2022-11-22 22:53:52 +01:00
cv
b54c7dd454
Merge branch 'v2' of https://github.com/cpvalente/ontime into v2
2022-11-22 22:02:45 +01:00
cv
ed3554d033
refactor: ensure consistent routing
2022-11-22 22:02:25 +01:00
cv
139f466beb
lint: reorder imports
2022-11-22 21:58:02 +01:00
cv
23b1ced3fb
refactor: run test CI on master or manual run
2022-11-22 21:48:34 +01:00
cv
0f5747839c
Merge remote-tracking branch 'origin/master' into v1
2022-11-22 21:47:31 +01:00
Carlos Valente
ff5735fe36
refactor: v2 event loader ( #260 )
...
* refactor: extract jest config
* refactor: rename params in reoder endpoint
* refactor: avoid app exports
* refactor: small code smells
* refactor: run development server
* refactor: extract rundown service and event loader logic
* refactor: rename events > rundown
* refactor: code style
* fix: handle external change of title
* refactor: cleanup dictionary
* refactor: rename MessageService
* refactor: use eventID for operations
* refactor: migrate OSC controller to service
* refactor: migrate Socket controller to service
* refactor: migrate HTTP controller to service
* refactor: extract logic into discrete services
* refactor: remove rundown from event timer
* refactor: remove duplicate
* refactor: remove unused
* chore: update tests
2022-11-22 21:25:55 +01:00
Carlos Valente
c1f87736eb
V2 socket store ( #254 )
...
* refactor: create socket utility
* refactor: ensure a single subscription to topics
* refactor: replace usages of socket object with subscription store handler
2022-11-20 18:08:49 +01:00
Carlos Valente
edd983dfd6
feat: V2 ontime menu ( #259 )
2022-11-20 15:31:07 +01:00
Carlos Valente
2a5ba90530
hotfix: fix object naming error on excel import ( #252 )
2022-11-13 18:57:50 +01:00
Carlos Valente
dfef6d4e79
ux: macOS ( #251 )
v1.9.6
2022-11-12 07:57:12 +01:00
Carlos Valente
b5a521f625
refactor: excel import ( #250 )
...
* refactor: public parsing function
2022-11-09 22:19:33 +01:00
Carlos Valente
b9bc4627df
fix: event card styles are overridable ( #240 )
...
* fix: event card styles are overridable
2022-11-08 20:04:07 +01:00
Carlos Valente
159ba82e00
feat: OSC feedback ( #236 )
...
* feat: add playback status feedback to OSC API
2022-11-03 14:57:53 +01:00
Carlos Valente
c03ed07762
V2 rundown manager ( #237 )
...
* refactor: migrate eventlist > rundown
2022-10-30 21:07:18 +01:00
Carlos Valente
a3f14182a4
V2 message manager ( #234 )
...
* refactor: server run script
* refactor: extract message control feature
* refactor: socket usage for message control feature
* refactor: migrate e2e testing to playwright
* chore: add feature tests
* refactor: add validation on socket controller
* chore: jest tests server logic
* chore: update tests
* chore: run playwright tests on pull_requests
2022-10-29 20:40:38 +02:00
cv
918f8517d2
Merge remote-tracking branch 'origin/master' into v1
2022-10-27 19:32:02 +02:00
Carlos Valente
54442dc9a1
V2 styles part2 ( #233 )
...
* style: create tag to display network messages
* style: create button style for playback
* style: review style for QuickEntry
* style: review style for Info panel
* style: review style for Event blocks
* style: review style for Message control panel
* style: review style for Playback control
* style: review application styles
* style: review block styles
* refactor: TapButton has active state
* style: small style tweaks
* refactor: type checks
2022-10-26 15:12:57 +02:00
Carlos Valente
1b1aced296
v2:feat ( #231 )
...
* style: element relationship
* feat: utility to add first element
* refactor: organise dir
* ux: deleting element closes drawer
* fix: issue with escaped characters
* fix: issue with overflow in events list
* fix: prevent event timer from receiving non event
* style: prevent small shift on class change
* style: visually detach event editor
* fix: entry block knows last event
* fix: skip event timer updates on non events
* fix: prevent electron OPENGL error
* style: cleanup text styles
* style: unify input styles
* refactor: simplify style and composition
* refactor: tweaks on style + ts
* refactor: add validation to events post
* fix: handle non events in event timer
* refactor: cleanup unused
2022-10-23 19:21:49 +02:00
Carlos Valente
45cfb633de
fix: prevent false error on form submit ( #230 )
2022-10-22 21:55:09 +02:00
Carlos Valente
d8ee0d4f82
styles: v2 ( #229 )
...
* style: revise selected style
* style: revise editor styles
* style: revise viewer styles
* chore: update tests
2022-10-21 19:50:25 +02:00
Carlos Valente
08d2ebcc5e
fix: remove problematic ( #228 )
2022-10-19 21:56:10 +02:00
Carlos Valente
0fea4064c3
Feat/55 v2 ( #225 )
...
* chore: upgrade relevant libraries
* feat(skip): add skip styling to paginated items
* chore: upgrade relevant libraries
* Fix: issue with text colour (#214 )
* fix: adjust text colour from context
* fix: issue with wrong proptype
* fix issue with vite migration (#217 )
* hotfix: 1.8.2 issues vite migration
* fix: file import options
* feat(55): styling
* refactor: remove onhover option for entry block
* refactor: relocate logging provider
* refactor: convert to typescript
* feat(55): add event editor
* refactor: extract event actions
* fix: bad import
* feat(55): redesign components
* fix: issues with not awaiting async
* refactor: replace socket with subscription
* refactor: remove unused
* style: small tweaks
* refactor: extract event actions
* refactor: cleanup debug
* refactor: chakra imports
* fix: optimistic mutations
* refactor: handle promise rejections
* refactor: validation
* fix: rq optimistic mutations
* feat: add playback feedback to block
* refactor: no optimistic adding of events
* refactor: simplify cursor state
* styles: cleanup editor style
* refactor: cleanup duration update
* fix: revert package upgrade (issues with vitest)
* fix: prevent cyclic imports
* refactor: extract data fetcher
* refactor: typescript migration
* chore: update tests
2022-10-19 21:30:25 +02:00
Carlos Valente
4a83f2554d
fix: issue with css override ( #224 )
v1.9.2
2022-10-17 15:40:37 +02:00
Carlos Valente
2215319cd1
fix: issue with timer migration ( #223 )
...
* fix: issue with timer migration
v1.9.1
2022-10-17 15:20:56 +02:00
Carlos Valente
766ff40baa
feat: allow rotating viewer ( #220 )
...
* feat: allow viewer mirroring
v1.9.0
2022-10-17 11:34:18 +02:00
Carlos Valente
61cbce780d
fix: rq optimistic mutations ( #219 )
...
Fixes a mistake with the react query migration which prevented optimistic mutations from working
2022-10-16 20:58:05 +02:00
Carlos Valente
cf963f6e05
fix: correct override css url ( #218 )
2022-10-16 19:57:52 +02:00
Carlos Valente
320834beab
fix issue with vite migration ( #217 )
...
* hotfix: 1.8.2 issues vite migration
* fix: file import options
v1.8.3
2022-10-13 15:04:13 +02:00
Carlos Valente
13be6ea2bc
chore: upgrade electron ( #215 )
...
* Fix: issue with text colour (#214 )
* fix: adjust text colour from context
* fix: issue with wrong proptype
* chore: upgrade electron
* chore: declare node version
* chore: upgrade node actions
2022-10-12 20:47:53 +02:00
Carlos Valente
723b1cfa48
Fix: issue with text colour ( #214 )
...
* fix: adjust text colour from context
* fix: issue with wrong proptype
v1.8.2
2022-10-12 20:13:30 +02:00