Commit Graph

31 Commits

Author SHA1 Message Date
Carlos Valente 9fc154955a Feat/62 logger (#79)
* feat/62-logger request log data in app
* feat/62-logger refact osc integration
* feat/62-logger feedback on osc
* feat/62-logger refact broadcast on triggers
* feat/62-logger log triggers
* feat/62-logger add link to studio
* feat/62-logger replace toasts with logger context
* feat/62-logger style improvements
* feat/62-logger refactor code duplications
* feat/62-logger cleanup and version bump
2021-12-25 19:39:40 +01:00
Carlos Valente ac0d5832b6 event cucle (#76)
* install sass
* refact: integration settings
- OSC in its own HTTP endpoint
- OSC settings have own object in db
* refact: simplify event cycle
* refact: restructure external triggers http
* refact: restructure external triggers osc+socket
* refact: restructure data updates
* feat: osc integration class
* IO improvements
- timer uses osc integration
- create trigger handler to manage external triggers
* refact: refract state machine update
* Integration: simple HTTP Client
* Integration: http options in datamodel
* Integration: call http send on life cycle
* feat/62-logging: fix issue #71
2021-12-22 18:17:48 +01:00
Carlos Valente 09a5aca25a Chore/qol (#41)
* style: prevent timer from resizing container

* style: review half and third screens

* style: prevent delay time from resizing blocks

* style: show now / next titles when container is collapsed

* docs: link to documentation in readme

* Update README.md

* Update README.md

* Update README.md

* style: new image assets

* cleanup

* style: prevent long titles from overflowing containers

* fix: send titles on change

fixed issue that prevented the next title from being broadcast on change
2021-11-16 20:54:36 +01:00
Carlos Valente f6edb88944 Fixed issues with style on small windows (#29) 2021-11-04 21:12:53 +01: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 7d99301beb fix: show in taskbar
if app is not in task bar, it disappears on alt+tab
2021-10-28 12:32:33 +02:00
cv 0bf663b149 Merge branch 'chore/cleanup' of https://github.com/cpvalente/ontime into chore/cleanup 2021-10-28 12:09:19 +02:00
cv 167174a914 cleanup 2021-10-28 12:08:02 +02:00
cv 1cad360f55 refract: async
ensure execution order by awaiting function calls
2021-10-26 22:50:30 +02:00
cv 759dece70f refract: update notification style
Notifications title is app (windows)
notifications now have title and message
2021-10-23 22:30:00 +02:00
cv d678d06ec8 cleanup 2021-06-22 22:53:51 +02:00
Carlos Valente 4edca4d7fa small fixes
- better window events and handling
- better icons for OSX
2021-06-22 22:25:49 +02:00
cv 7e6b86a72b fix multiple tray icons 2021-06-14 21:45:43 +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 992f508d5a cleanup
- remove unused components
- cleanup style
2021-06-13 21:35:48 +02:00
cv 0f26be3c17 style: quick fixes
small improvements in app style
- fade in splash screen
- notifications without sound
- change header style
- non selectable text app wide
- change logo
- lock button more accessible
- link to help
- tooltip on collapse delay
- tooltip on private / public event toggle
2021-06-12 23:10:38 +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 4b4e3fa52b fixes: muly
- strange behaviour with overflow (clip not valid)
- wrong message in quit button
- add icon to splash screen
- tray.remove() > tray.destroy()
2021-06-08 13:24:56 +02:00
cv 560ae5be74 feat: upload file 2021-06-06 22:25:23 +02:00
cv d4ee386cde fix: handle multiple instances 2021-06-06 14:52:08 +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
cv c5db68fa26 graceful shutdown
- confirmation dialog
- shutdown node service
2021-06-04 12:30:36 +02:00
cv ae4363f6f6 separe init processes
separate processes to initialise:
- express server
- osc server
- osc client
2021-06-04 12:15:31 +02:00
cv e37837723e ipc react-electron 2021-06-03 23:47:02 +02:00
cv 9b7dfc7e65 add splash screen 2021-06-03 22:38:21 +02:00
cv 5bef64ae5e win import path 2021-06-03 14:24:35 +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 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