Carlos Valente
2cd28edbf9
Merge branch 'master' into feat/info
2021-06-13 14:34:20 +02:00
cv
17ddfb535f
network info
2021-06-13 14:17:55 +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
cv
6c37d2372f
config builder
2021-06-11 22:09:16 +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
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
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
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
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
cv
68dd50c62d
include lock files
2021-06-02 12:00:17 +02:00
cv
9e15ab6ea7
add package.json
2021-06-01 22:08:05 +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
81e3b0abbf
cursor fixes
...
- delete would use wrong index to relocate
- cursor uses eventId instead of eventIndex
- cursor would move on any item changes
2021-05-28 23:59:08 +02:00
cv
3d69dbab13
fix: rename to .keep
...
play nice with .git
2021-05-28 15:00:45 +02:00
cv
8624e2c383
add data folder
2021-05-28 14:56:00 +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
a47dfea56b
refract: tidy up structure
...
- db in folder
2021-05-28 14:00:13 +02:00
cv
aa53f2c9cf
folder restructure
2021-05-28 13:16:34 +02:00
cv
1491fbbb97
parse uploaded file
2021-05-28 00:02:31 +02:00
cv
e891e7a538
feat: upload file
2021-05-27 23:00:32 +02:00
cv
f887817a68
setup router + tidy up
2021-05-27 22:56:49 +02:00
Carlos Valente
97ec556e83
Merge pull request #4 from cpvalente/fix/osc
...
Fix/osc: fixed issue where process would crash when receiving unknown OSC datatypes
2021-05-27 20:34:39 +02:00
cv
9314594051
handle error messages
2021-05-27 15:01:34 +02:00
Carlos Valente
b2eaf509fe
Merge pull request #3 from cpvalente/feat/roll
...
Feat/roll
2021-05-26 23:12:55 +02:00
cv
b61a82627e
feat: download
...
- able to download file from express
2021-05-26 23:10:00 +02:00
cv
7c67d2e57d
update lib
2021-05-26 22:33:14 +02:00
cv
f78c16fb8c
style + cleanup
2021-05-26 13:10:23 +02:00
cv
d311703025
countdown to upcoming
2021-05-26 12:39:36 +02:00
cv
e57cb0d831
bugfix: timer negative on goto
...
when jumping events using goto, start time would not be set
2021-05-25 23:14:56 +02:00
cv
8f754587fa
bugfix: osc gotoid
...
- typo in loadEvent call
- force string on osc parameter call
2021-05-25 22:14:40 +02:00
cv
77c25a022f
roll()
...
timer has roll() implementation
2021-05-25 12:29:16 +02:00
cv
250946fdc6
type module
2021-05-25 09:39:28 +02:00
cv
7fe3a28a76
migrate logic
2021-05-24 23:16:19 +02:00