Commit Graph

30 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
cv d36adf08ba style: animate event collapse / expand 2021-10-24 12:39:12 +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 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 9c55116053 fix: show event index as 1 based 2021-05-26 10:14:40 +02:00
cv 447fede0ff style: clarify OSC triggers
- show path for goto
- show path for gotoid
2021-05-25 22:35:38 +02:00
cv c912a61b57 feat: expand collapse 2021-05-20 08:34:03 +02:00
cv 9c3aa6d386 eslint 2021-05-12 13:32:24 +02:00
cv c35b7874a7 amend latest 2021-05-11 17:03:38 +02:00
cv 92f37b8c45 bugfix duration
duration would be invalid when timestart > timeend
2021-05-11 16:56:05 +02:00
cv a4488b6a56 feat: goto with osc 2021-05-11 15:49:47 +02:00
cv cae5c91bc2 performance: memo 2021-05-11 14:44:33 +02:00
cv d24fb406af major: event block redesign 2021-05-10 21:31:16 +02:00
cv 1d0c819e5a feat: events have note field 2021-05-06 14:31:28 +02:00
cv 50e2fd5695 bugfix: delay calc 2021-05-06 12:35:17 +02:00
cv 4161dd29c8 feat: draggable events 2021-05-06 12:05:21 +02:00
cv 9715e13152 performance enhancements 2021-05-02 15:05:32 +02:00
cv 8834b9933d update single + small fixes 2021-04-27 13:46:16 +02:00
cv 004b31b5e7 style cleanup + tweaks
Title <> Subtitle relationships
Animat ein
2021-04-26 13:38:30 +02:00
cv a77afa54cf feat: selection 2021-04-24 18:28:58 +02:00
cv 682d3b4556 refract: handle warnings 2021-04-24 16:37:41 +02:00
cv b95ba56f45 bugfix: event order
+ bug caused by earlier commit making function async
+ small style changes
+ bug on prev - next
2021-04-24 12:46:38 +02:00
cv ea92fc7de7 refractor + style tweaks
- bugfix on lower
- delay between 0-60 minutes
- action buttons in dropdown
- added button for toggling element visibility
- several css and code cleanups
- renamed settingsAPI
2021-04-24 10:32:19 +02:00
cv 5bb39b8f89 bugfix: event handler 2021-04-10 23:12:00 +02:00
cv 4271b27686 cleanup unused css 2021-04-10 22:45:35 +02:00
cv 54d19d729b refract make reusable components 2021-04-10 22:21:01 +02:00
cv c71c39b151 rename for clarity 2021-04-10 16:56:14 +02:00