cv
|
b08bc64bd4
|
feat: import settings
|
2021-10-28 14:18:59 +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
|
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
|
f3a4e6405b
|
fix: cleanup merge
|
2021-10-28 12:31:24 +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 |
|
Carlos Valente
|
4ed385dd08
|
Merge pull request #16 from cpvalente/chore/settings
Chore/settings
|
2021-10-28 11:55:04 +02:00 |
|
cv
|
1afdd67760
|
refract
remove unused
cleanup styles
simplify post code
commentz
|
2021-10-27 22:54:50 +02:00 |
|
cv
|
0a5fa12c21
|
feat: app settings
- user can change the service ports
!!! we cannot change the express server port yet
|
2021-10-27 22:52:43 +02:00 |
|
cv
|
6b5fb186cc
|
feat: post info
|
2021-10-27 22:51:52 +02:00 |
|
cv
|
b2a1974a84
|
feat api endpoint
create post info endpoint
|
2021-10-27 22:51:22 +02:00 |
|
cv
|
218c94ebd6
|
chore: update model def
|
2021-10-27 10:57:02 +02:00 |
|
cv
|
13487867bc
|
feat: end message
- set end message in settings
|
2021-10-27 10:04:46 +02:00 |
|
cv
|
1cad360f55
|
refract: async
ensure execution order by awaiting function calls
|
2021-10-26 22:50:30 +02:00 |
|
cv
|
a237537366
|
feat: start services from config
ability to override default ports and whatnot. as of now, it would need a server restart
|
2021-10-26 22:17:38 +02:00 |
|
cv
|
ec714b341f
|
mock components
- App Settings
- Event Settings
- Alias
|
2021-10-26 21:48:45 +02:00 |
|
cv
|
f999f19aa9
|
refract: updgrade UI library
upgrade chakra tries to resolve issues with modals and sliders
|
2021-10-26 09:26:58 +02:00 |
|
cv
|
a9641f0c54
|
refract; update fe dependencies
update react qr code
update react icons
|
2021-10-25 22:59:50 +02:00 |
|
cv
|
a70cb23242
|
refract: update socket.io
|
2021-10-25 22:54:39 +02:00 |
|
cv
|
5a87668fac
|
fix: stu test fixes
- QR code url was hardcoded
- fix language in add menus
- changed release symbol
- changed order of release and reload
|
2021-10-25 22:19:02 +02:00 |
|
cv
|
23ef4ce155
|
refract: ship with working event list
|
2021-10-25 11:40:51 +02:00 |
|
cv
|
21c6303e87
|
style: interface spacing
- less padding between elements
|
2021-10-25 11:33:58 +02:00 |
|
cv
|
d4cf983d5d
|
fix: open links when using browser
|
2021-10-25 10:42:03 +02:00 |
|
cv
|
0977ee6683
|
refract: remove unused dependencies
- date fns
- concurrently
|
2021-10-24 22:55:59 +02:00 |
|
cv
|
affeb75bcd
|
refract: update dependency
update node-osc
|
2021-10-24 22:44:29 +02:00 |
|
cv
|
3dc8483d4f
|
refract: update dependency
update lowdb
|
2021-10-24 22:41:13 +02:00 |
|
cv
|
4f5d13214b
|
refract: cleanup unused
|
2021-10-24 22:00:51 +02:00 |
|
cv
|
33d8cbef08
|
fix: download db path
path changed with folder restructure
|
2021-10-24 21:28:32 +02:00 |
|
cv
|
541117b31b
|
chore: cleanup logs
|
2021-10-24 20:51:39 +02:00 |
|
cv
|
5c659758b1
|
refract: cleanup folder structure
rename data folder models to differentiate from directory of db
|
2021-10-24 20:50:24 +02:00 |
|
cv
|
b62d376e64
|
style: cleanup public and backstage views
- redistribute grid sizes to fit titles
|
2021-10-24 13:26:47 +02:00 |
|
cv
|
310579143e
|
fix: revert css
max-width property breaks views
|
2021-10-24 12:57:55 +02:00 |
|
cv
|
a0f3390ad3
|
style: black text
|
2021-10-24 12:41:30 +02:00 |
|
cv
|
abdd2606ee
|
style: consistent button style
- modify add button to be consistent with main menu colours
|
2021-10-24 12:40:12 +02:00 |
|
cv
|
d36adf08ba
|
style: animate event collapse / expand
|
2021-10-24 12:39:12 +02:00 |
|
cv
|
a638e5962c
|
style fix: handle long titles
long titles would overflow
- list editor
- info titles
- backstage view
- public view
|
2021-10-24 12:38:57 +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
|
6ca2eb77a1
|
fix: stop IPC errors when testing locally
|
2021-10-02 16:48:15 +02:00 |
|
Carlos Valente
|
8335af4ed0
|
Merge pull request #15 from cpvalente/chore/modal-manager
modal manager
|
2021-10-02 16:43:31 +02:00 |
|
cv
|
de44ea81d3
|
modal manager
- Create a modal with tabs for reusability
|
2021-10-02 16:42:51 +02:00 |
|
cv
|
260b0fc97f
|
nodejs dependencies
|
2021-08-17 22:07:38 +02:00 |
|
cv
|
06ab1185c9
|
add link to release download
|
2021-08-17 10:50:09 +02:00 |
|
cv
|
cd0b22a626
|
release windows
v0.10-beta
|
2021-08-11 10:06:46 +02:00 |
|
cv
|
e5f619eb4f
|
Create social-preview.png
|
2021-08-02 10:23:46 +02:00 |
|
Carlos Valente
|
39a7699de3
|
style: cleanup empty fields
|
2021-07-28 14:37:46 +02:00 |
|
cv
|
f65748b5de
|
Update README.md
|
2021-06-22 23:09:56 +02:00 |
|
cv
|
d678d06ec8
|
cleanup
|
2021-06-22 22:53:51 +02:00 |
|
Carlos Valente
|
36d7432ec5
|
fix: link points to server
|
2021-06-22 22:40:41 +02:00 |
|
Carlos Valente
|
2f3e5a896d
|
fix: link
prevent link from navigating
|
2021-06-22 22:26:22 +02:00 |
|
Carlos Valente
|
4edca4d7fa
|
small fixes
- better window events and handling
- better icons for OSX
|
2021-06-22 22:25:49 +02:00 |
|