Commit Graph

217 Commits

Author SHA1 Message Date
Carlos Valente 26cb8a5bfc Feat/seconds (#38)
* change directory structure

move test file to __tests__ at the module directory

* test function

Add more tests to ensure the function remains safe

* fix coverage filter

* change directory structure

move to utilities folder

* refract formatDisplay with tst

* test millis

* test millis to seconds

* refract millis functions

* refractor timeStringToMillis

* create utility consts

* style component

* fixed bug with hidezero parameter

* fix issue with cancelling input edit

* style tweak
2021-11-13 22:39:57 +01:00
Carlos Valente 8d8bbef546 small QOL improvements (#37)
* feat: selected event if is first

* style: fix wrap

- remove wrap tag (broken in firefox)

* feat: add more text to notes

this is a quick fix and does not replace the real deal.
using a text input makes it difficult to edit, this should be revised with a textarea on note field

* upgrade electron

* Stage timer in /sm has placeholder when not running

* fix style issue where clock would move depending on whether there are events selected

* ensure ontime logo and text have a minimum readable size

* fix scrollbar styling

* clean debugging logs

* link to latest release

using gitreleases.dev service for this.
this is a temporary fix until we have a release (in opposition to pre-release) so we can use githubs latest link

* scale gracefully

* fixed error with naming of maxChar
2021-11-09 22:31:55 +01:00
Carlos Valente 98e5cddad5 Fix/roll titles (#33)
Roll is now calculated with awareness of public and backstage titles
Style improvements on providing feedback on roll mode
2021-11-07 13:13:06 +01:00
Carlos Valente f6edb88944 Fixed issues with style on small windows (#29) 2021-11-04 21:12:53 +01:00
Carlos Valente f73d8ae8f4 Merge pull request #21 from cpvalente/fix/roll
Fix/roll
2021-10-31 22:16:56 +01:00
cv 03ef3e58ed style: button disable
disable playback buttons while rolling (interface only)
2021-10-31 13:12:22 +01:00
cv f0ecb85c29 upgrade react 2021-10-29 22:32:20 +02:00
cv 8fcf33933e feat: stage route
add route for stage timer 'stage'
2021-10-29 13:47:35 +02:00
cv 3a85a483c1 fix: load titles
fixed issue where titles where not loaded in roll mode
2021-10-29 13:25:45 +02:00
cv 6648586c26 style: improve visibility of roll mode
- display message when waiting
- add tooltips
- block non necessary buttons when rolling
2021-10-29 12:56:52 +02:00
cv e1f9d322da feat: open help from browser 2021-10-28 15:17:12 +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 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 13487867bc feat: end message
- set end message in settings
2021-10-27 10:04:46 +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 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 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