Carlos Valente
52f02f153c
Hotfix/4.0.2 ( #64 )
...
* hotfix 4.0.2: implement playback router
* hotfix 4.0.2: fix studio clock styles
* hotfix 4.0.2: broadcast clock always
* hotfix 4.0.2: fix overflow in timer control
2021-12-14 22:39:01 +01:00
Carlos Valente
80c2e9a8ba
Feat/studio clock ( #60 )
2021-12-13 21:29:56 +01:00
Carlos Valente
627cce7ba6
Hotfix/4.0.0 ( #48 )
...
* validate time string
* handle time entered in seconds
* fix: id in delays and blocks
2021-11-27 20:35:06 +01:00
cv
bf8170a947
version bump
2021-11-22 22:53:39 +01:00
Carlos Valente
f3320efc5c
Fix/ios ( #43 )
...
* remove tiny keys
* fix: replace library with code
* cleanup
* add lodash throttle
add dependency to handle event throttling
* Revert "add lodash throttle"
This reverts commit abcbd3556b .
2021-11-17 22:50:54 +01:00
cv
17d5c84133
version bump
2021-11-16 21:02:37 +01:00
Carlos Valente
885d965db1
Fix/roll ( #39 )
...
* roll locks to first
in case there are events with overlapping time, roll will play the one that started first
* sanitize data entry
fixes issue where input field would not return seconds if not modified
* update chakra
* fix time input in chrome
fix issue in chrome where value of input does not contain seconds
2021-11-14 21:13:47 +01:00
cv
8520d08927
version bump
2021-11-09 22:33:05 +01:00
Carlos Valente
8d8bbef546
small QOL improvements ( #37 )
...
* feat: selected event if is first
* style: fix wrap
- remove wrap tag (broken in firefox)
* feat: add more text to notes
this is a quick fix and does not replace the real deal.
using a text input makes it difficult to edit, this should be revised with a textarea on note field
* upgrade electron
* Stage timer in /sm has placeholder when not running
* fix style issue where clock would move depending on whether there are events selected
* ensure ontime logo and text have a minimum readable size
* fix scrollbar styling
* clean debugging logs
* link to latest release
using gitreleases.dev service for this.
this is a temporary fix until we have a release (in opposition to pre-release) so we can use githubs latest link
* scale gracefully
* fixed error with naming of maxChar
2021-11-09 22:31:55 +01:00
Carlos Valente
98e5cddad5
Fix/roll titles ( #33 )
...
Roll is now calculated with awareness of public and backstage titles
Style improvements on providing feedback on roll mode
2021-11-07 13:13:06 +01:00
cv
3d2a79f92a
docs
...
- bump minor version
- review issues list
2021-10-31 22:25:34 +01:00
cv
89d3bc967c
revert upgrade electron
...
- GL issue with electron version
- re build yarn lock
2021-10-29 23:16:28 +02:00
cv
144ce1c046
upgrade electron-builder
2021-10-29 22:52:00 +02:00
cv
513e50a998
upgrade electron
2021-10-29 22:48:33 +02:00
cv
4dc7198c52
config: small improvements
...
- added small improvements to installation
- show custom icons on install / uninstall
- handle developer tools in app
2021-10-28 14:10:50 +02:00
cv
167174a914
cleanup
2021-10-28 12:08:02 +02:00
cv
0977ee6683
refract: remove unused dependencies
...
- date fns
- concurrently
2021-10-24 22:55:59 +02:00
cv
55f897b0bd
Small Improvements
...
- update UI on delete all
- fix license
2021-06-14 15:05:08 +02:00
Carlos Valente
17e47d47f1
Merge branch 'master' into chore/open
2021-06-14 13:45:56 +02:00
cv
9b2bd8ee3c
small fixes + improvements
...
- open link in external browser
- stop app from running after install
- fix lowercase path
- fix bug on file upload
2021-06-14 13:19:45 +02:00
cv
0397a459e8
cleanup merge
2021-06-14 10:27:49 +02:00
Carlos Valente
7069da65c9
Merge branch 'master' into feat/oscfeedback
2021-06-14 10:18:24 +02:00
cv
1186bc9fff
draft analytics
2021-06-14 10:07:11 +02:00
cv
a657b13770
chore: build add artifact name
2021-06-13 10:02:31 +02:00
cv
b1cfec473d
chore: mac build config
2021-06-13 09:40:26 +02:00
cv
d60b0ae49a
chore: change licensing
2021-06-12 19:26:37 +02:00
cv
6c37d2372f
config builder
2021-06-11 22:09:16 +02:00
cv
0e550dedc6
update + cleanup
...
- update electron
- cleanup unused function calls
- close websocket on process end
- style fix on splash screen
2021-06-11 08:54:35 +02:00
cv
30c6592767
template testing
2021-06-10 23:31:08 +02:00
cv
1a80fab59d
config build + style
...
- add license
- add README
- add icons
- small style changes
2021-06-06 14:05:28 +02:00
cv
86878c1d2e
fix: node imports
...
changed the config.json files so that the dependencies in node_modules are in the right place
2021-06-06 11:52:13 +02:00
Torbjørn Kvåle
cdd2c58dc0
build fixed?
2021-06-02 23:17:31 +02:00
cv
f13ccb4c0b
temp
2021-06-01 22:04:52 +02:00
cv
95e87d6ab8
fix: compiling
...
- only node service is module
- import module with async
- serve react app from node process
2021-05-30 12:22:59 +02:00
cv
74c5b44488
Merge remote-tracking branch 'origin/master' into feat/electron
2021-05-29 22:53:28 +02:00
cv
05369f2b79
Merge branch 'master' into wip/migratedb
2021-05-28 14:46:54 +02:00
cv
0d78038797
Update package.json
...
- yarn start correct file
2021-05-28 14:22:40 +02:00
cv
e891e7a538
feat: upload file
2021-05-27 23:00:32 +02:00
cv
7c67d2e57d
update lib
2021-05-26 22:33:14 +02:00
cv
250946fdc6
type module
2021-05-25 09:39:28 +02:00
cv
5b7905e86a
cjs > esm imports
2021-05-24 17:06:02 +02:00
cv
8de9bd3155
electron window config
...
- create dummy menus
- close to tray
2021-05-15 23:02:25 +02:00
cv
f2f24d8517
config distribute
2021-05-12 23:27:31 +02:00
cv
0631dec3d3
feat: OSC
2021-05-05 20:00:05 +02:00
cv
37145ee076
lowdb persistence
...
- bug: while creating a new entry, the database briefly returns an empty array which causes the interface to flash
2021-04-17 11:47:01 +02:00
cv
e62b79f84e
feat: eventsAPI
2021-04-10 11:39:53 +02:00
cv
c39f3f2dde
node server + separate client folder
2021-04-05 22:33:31 +02:00