Carlos Valente
2cd28edbf9
Merge branch 'master' into feat/info
2021-06-13 14:34:20 +02:00
cv
68b723d4ec
style: notes
2021-06-13 14:29:41 +02:00
cv
17ddfb535f
network info
2021-06-13 14:17:55 +02:00
cv
f066e974e6
expand / collapse
2021-06-13 12:39:24 +02:00
Carlos Valente
f5a3f365ab
Merge pull request #9 from cpvalente/feat/electron
...
Feat/electron
2021-06-13 10:05:03 +02:00
Carlos Valente
d734080ced
Merge branch 'master' into feat/electron
2021-06-13 10:04:51 +02:00
Carlos Valente
42599ffa89
Update autobuild.yml
...
mac release config
2021-06-13 10:03:02 +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
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
lightdev
0f360eabfc
GitBook: [master] 2 pages modified
2021-06-12 19:33:15 +00:00
Carlos Valente
e4d0889a69
Update autobuild.yml
...
fix file path
2021-06-11 23:34:02 +02:00
Carlos Valente
89ba4200dc
Update autobuild.yml
...
- fixing token
2021-06-11 23:22:31 +02:00
Carlos Valente
78a787b7b3
Update autobuild.yml
...
- release exe
2021-06-11 23:11:36 +02:00
Carlos Valente
e8fdf64ebf
Update autobuild.yml
...
...
2021-06-11 22:55:06 +02:00
Carlos Valente
cd62c0b8ea
Update autobuild.yml
...
still....
2021-06-11 22:35:57 +02:00
Carlos Valente
9da62a2674
Update autobuild.yml
...
- still trying to fix CI
2021-06-11 22:28:22 +02:00
Carlos Valente
b5f75191b4
Update autobuild.yml
...
- disable CI, avoid warnings as errors
2021-06-11 22:21:54 +02:00
Carlos Valente
58e8b46130
Merge pull request #8 from cpvalente/feat/electron
...
Feat/electron
2021-06-11 22:10:28 +02:00
cv
6c37d2372f
config builder
2021-06-11 22:09:16 +02:00
Carlos Valente
7e5d5982bf
Create autobuild.yml
2021-06-11 22:07:48 +02:00
cv
df44d3fcbc
send data to component
...
- title data
- added note to title data
- add total events info into socket
2021-06-11 14:40:24 +02:00
cv
8221c72629
make components reusable
2021-06-11 11:17:29 +02:00
cv
9f896fe440
mockup info view
2021-06-11 11:09:04 +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
21f1144fce
Merge branch 'master' of https://github.com/cpvalente/ontime
2021-06-10 21:09:17 +02:00
cv
256c33393c
style: display private
...
style changes to display private events
2021-06-10 21:00:53 +02:00
cv
3bb1292a90
fix: past events
...
- fixing logic to show past - future events
- simplification / refract
2021-06-10 20:54:26 +02:00
cv
7bcc544189
fix: typo on component import
2021-06-10 14:09:26 +02:00
Carlos Valente
76aa51212b
Merge pull request #7 from cpvalente/improvement/lower
...
Improvement/lower
2021-06-10 14:00:52 +02:00
cv
a077e126ae
refract + cleanup: render only on data change
...
- add library for deep comparison
- cleanup console.logs
2021-06-10 13:52:48 +02:00
cv
52c8bafc2c
feat: lower reloads on change of data
2021-06-09 22:30:16 +02:00
cv
d255edebd4
refract: simpler upload
...
- also reverting deleting the file that is uploaded
2021-06-08 23:26:18 +02:00
cv
65558e657e
chore: config CSP
2021-06-08 23:09:28 +02:00
cv
11b6498760
styles: muly
...
- change progressbar (show countdown instead of ellapsed)
- fix issue where it would not refresh if there was no time
- add style countdown to red background
2021-06-08 13:26:31 +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
1a80fab59d
config build + style
...
- add license
- add README
- add icons
- small style changes
2021-06-06 14:05:28 +02:00
cv
a222147883
fix: db path
2021-06-06 12:01:33 +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
ef5dd82c79
lazy load main components
2021-06-05 16:13:51 +02:00
cv
706aca57fe
style: bigger icons
2021-06-04 12:34:07 +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
Carlos Valente
6ed566e7ab
Merge pull request #6 from cpvalente/fix/buildbuildbuild
...
thank you
2021-06-03 13:01:05 +02:00
Torbjørn Kvåle
cdd2c58dc0
build fixed?
2021-06-02 23:17:31 +02:00