jwetzell
|
052a8e4ccb
|
switch pkg to only build linux x64 and arm64 binaries
|
2024-06-13 19:59:47 -05:00 |
|
jwetzell
|
9717222491
|
remove dev script from cli package.json
|
2024-06-13 19:59:47 -05:00 |
|
jwetzell
|
081c0bdac4
|
add necessary files to package.json for publishing
|
2024-06-13 19:59:47 -05:00 |
|
jwetzell
|
4af2e688d1
|
add basic cli app for bundling a headless ontime
|
2024-06-13 19:59:47 -05:00 |
|
Luke Stein
|
cf8c8d4b2e
|
bump version to 3.2.0
|
2024-06-13 22:46:32 +02:00 |
|
Alex Christoffer Rasmussen
|
9e63261b35
|
None colour from API (#1063)
|
2024-06-12 21:31:08 +02:00 |
|
Alex Christoffer Rasmussen
|
b1838a5e9a
|
display multiple custom fields in operator view (#1001)
---------
Co-authored-by: Carlos Valente <carlosvalente@pm.me>
|
2024-06-12 14:25:26 +02:00 |
|
Alex Christoffer Rasmussen
|
9d7b5568e4
|
use port 3000 in dev mode (#1065)
|
2024-06-11 13:37:10 +02:00 |
|
Alex Christoffer Rasmussen
|
657aed1244
|
Fix coerce enum (#1064)
|
2024-06-11 13:03:34 +02:00 |
|
Carlos Valente
|
13c49f3652
|
chore: improve dev scripts
|
2024-06-10 18:26:18 +02:00 |
|
Carlos Valente
|
86b4ddadb5
|
chore: prepare log levels
|
2024-06-10 18:26:18 +02:00 |
|
Carlos Valente
|
e9f806b88a
|
style: organise console levels and semantics
|
2024-06-10 18:26:18 +02:00 |
|
Carlos Valente
|
4f672670ed
|
chore: document aux functions
|
2024-06-10 18:26:18 +02:00 |
|
Carlos Valente
|
8742b790f3
|
refactor: escalate severe to electron
|
2024-06-10 18:26:18 +02:00 |
|
Carlos Valente
|
d41cd78f2e
|
refactor: add severe log level
|
2024-06-10 18:26:18 +02:00 |
|
Carlos Valente
|
715600a514
|
refactor: improve console visibility
|
2024-06-10 18:26:18 +02:00 |
|
Carlos Valente
|
b99cf5f255
|
refactor: improve error states in spreadsheet flow
|
2024-06-09 22:04:41 +02:00 |
|
Carlos Valente
|
9a9a0eb7cf
|
refactor: use timer phase while waiting
|
2024-06-08 13:47:26 +02:00 |
|
Carlos Valente
|
4bf2422ebc
|
refactor: show next when waiting to roll
|
2024-06-08 13:47:26 +02:00 |
|
Michael Foster
|
add769fe1e
|
fix for MultiPartProgressBar styling (#1022)
|
2024-06-07 21:08:17 +02:00 |
|
Carlos Valente
|
3af4c64ff3
|
chore: upgrade lint dependencies
|
2024-06-07 20:15:43 +02:00 |
|
Alex Christoffer Rasmussen
|
f405e65c55
|
Custom for timer title (#1055)
|
2024-06-07 15:24:29 +02:00 |
|
Alex Christoffer Rasmussen
|
0e32b3a3af
|
Fix: link events in sheet when there is nothing to link (#1053)
* create failing tests
* fix missing optional chaining
|
2024-06-06 22:38:52 +02:00 |
|
Alex Christoffer Rasmussen
|
c2fa115946
|
Validate project filename (#1046)
|
2024-06-06 22:37:41 +02:00 |
|
jwetzell
|
edb48a2fc7
|
consider custom fields when loading operator main field (#1049)
|
2024-06-06 21:57:50 +02:00 |
|
Alex Christoffer Rasmussen
|
6f7846bbf7
|
fix and test only space osc payload (#1052)
|
2024-06-06 11:19:12 +02:00 |
|
Alex Christoffer Rasmussen
|
48ebd31c54
|
bump version to 3.1.1 (#1045)
|
2024-06-04 15:57:52 +02:00 |
|
Carlos Valente
|
6d1a911ab8
|
refactor: rename negative to overtime
|
2024-06-04 15:51:00 +02:00 |
|
Carlos Valente
|
ee1753ef29
|
fix: account for pending timers
|
2024-06-04 15:51:00 +02:00 |
|
Carlos Valente
|
147e5f5a27
|
chore: remove unused dependencies
|
2024-06-03 22:38:57 +02:00 |
|
Carlos Valente
|
a02b3faacc
|
chore: bump version to 3.1.0
|
2024-06-03 22:38:57 +02:00 |
|
Alex Christoffer Rasmussen
|
a3b21072eb
|
keep the index row as a colour chip (#1039)
|
2024-06-03 22:38:22 +02:00 |
|
Carlos Valente
|
2076080c5f
|
refactor: supress modifiers in count-up timers
|
2024-06-03 22:36:05 +02:00 |
|
Alex Christoffer Rasmussen
|
8b3abe9d61
|
fix: insert above shortcut (#1020)
refactor: unify setCursor and useEventSelection
|
2024-06-03 21:34:00 +02:00 |
|
Carlos Valente
|
c2039866b4
|
refactor: fix missed first update (#1031)
|
2024-06-03 20:27:51 +02:00 |
|
Carlos Valente
|
73e4a15718
|
style: add label to auxiliary timer
|
2024-06-03 20:26:25 +02:00 |
|
asharonbaltazar
|
c4359af2a0
|
feat:toggle index column (#1037)
* feat:add `showIndexColumn` boolean property to `CuesheetSettings`
* feat:use `showIndexColumn` to hide column index th/tr
* feat:pass `showIndexColumn` to components
* fix:update column headers naming
|
2024-06-03 14:21:11 -04:00 |
|
Carlos Valente
|
f75f45b19a
|
refactor: simplify client logic on timer phases
|
2024-06-03 20:18:19 +02:00 |
|
Carlos Valente
|
fd2eee32aa
|
refactor: declare timer phase
|
2024-06-03 20:18:19 +02:00 |
|
Carlos Valente
|
a53d354b16
|
refactor: continue roll
|
2024-06-03 20:17:41 +02:00 |
|
Alex Christoffer Rasmussen
|
ec55236eb2
|
fix: osc new project (#1032)
|
2024-06-02 18:01:36 +02:00 |
|
Alex Christoffer Rasmussen
|
3895b37572
|
Allow time change from api (#1009)
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com>
|
2024-06-02 15:21:09 +02:00 |
|
Julien Recurt
|
d8626ff324
|
Add option to display the full time (HH:mm:ss) in the timer view (#988)
* Add option to display the full time (HH:mm:ss) in the timer view
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com>
---------
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com>
|
2024-06-01 13:39:15 +02:00 |
|
arc-alex
|
6c3870c15b
|
catch getWorksheetNames
|
2024-05-31 22:17:17 +02:00 |
|
Carlos Valente
|
4fadb23b07
|
refactor: timer overrides do not affect minimal
|
2024-05-31 22:17:03 +02:00 |
|
Carlos Valente
|
199ed1617f
|
fix: menu link to operator
|
2024-05-31 18:57:45 +02:00 |
|
Carlos Valente
|
2d618e0657
|
refactor: remove double import
|
2024-05-30 22:41:50 +02:00 |
|
Carlos Valente
|
f928c1dc95
|
refactor: avoid unnecessary computer property
|
2024-05-30 22:41:50 +02:00 |
|
jwetzell
|
8d526c7d31
|
Merge pull request #1019 from cpvalente/cleanup-server-setup
remove redundant path evaluation
|
2024-05-30 07:57:23 -05:00 |
|
Carlos Valente
|
686c6108bf
|
refactor: improve payload type for OSC (#954)
---------
Co-authored-by: Joel Wetzell <jwetzell@yahoo.com>
Co-authored-by: arc-alex <ac@omnivox.dk>
|
2024-05-30 13:02:22 +02:00 |
|