Commit Graph

193 Commits

Author SHA1 Message Date
cv 4f5d13214b refract: cleanup unused 2021-10-24 22:00:51 +02:00
cv 541117b31b chore: cleanup logs 2021-10-24 20:51:39 +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 6ca2eb77a1 fix: stop IPC errors when testing locally 2021-10-02 16:48:15 +02:00
cv de44ea81d3 modal manager
- Create a modal with tabs for reusability
2021-10-02 16:42:51 +02:00
Carlos Valente 39a7699de3 style: cleanup empty fields 2021-07-28 14:37:46 +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
cv 55f897b0bd Small Improvements
- update UI on delete all
- fix license
2021-06-14 15:05:08 +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
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 d734080ced Merge branch 'master' into feat/electron 2021-06-13 10:04:51 +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
Carlos Valente 58e8b46130 Merge pull request #8 from cpvalente/feat/electron
Feat/electron
2021-06-11 22:10:28 +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 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
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 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 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 e37837723e ipc react-electron 2021-06-03 23:47:02 +02:00
cv 6ad42dbbb7 quickfix: misnamed element 2021-05-29 22:48:25 +02:00
cv 455ac6bff4 style: menubar mockup 2021-05-29 22:46:05 +02:00
cv 32396cd427 small fixes
- paginator shows correctly past - now - future
- uselayouteffect in pip
- scroll into view would crash if event was deleted
2021-05-29 12:32:36 +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 05369f2b79 Merge branch 'master' into wip/migratedb 2021-05-28 14:46:54 +02:00
cv 5934166906 get name from header
- attempt getting name from header. will depend on security policies
2021-05-28 13:51:34 +02:00
cv 3c436007de cleanup
- removing upload for now, should go somewhere else
2021-05-28 13:18:03 +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 b2eaf509fe Merge pull request #3 from cpvalente/feat/roll
Feat/roll
2021-05-26 23:12:55 +02:00