Commit Graph

25 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 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 856f9d308a small style fixes + defaults
- remove unused code in collapse atom
- stop text input from creating new line
- clean overflow
- restyle lock button
- restyle action buttons
- 10 second default on paginator
- Pip shows running timer
2021-05-26 22:19:55 +02:00
cv b252aa19b9 fix: simplify time input 2021-05-25 10:19:54 +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 f8825ed7dc bugfix: init text field 2021-04-27 12:16:20 +02:00
cv 757ff018c7 refract: cleanup undefined state 2021-04-24 21:43:29 +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 57c6b11db1 style improvements
- added empty state to list
- styled scrollbars
- progressbar shows time elapsed
- timers are monospace
- prevent overflow in titles
2021-04-21 19:11:43 +02:00
cv d9a1b5eb20 style tweaks 2021-04-17 21:29:18 +02:00
cv c25633ade4 style: go dark 2021-04-15 13:51:51 +02:00
cv 319cb3ab02 delay input
- temporary fix due to issues with slider component
2021-04-13 09:33:08 +02:00
cv e56841c8d1 millis + validation 2021-04-12 22:21:35 +02:00
cv 023c8c446e dates are millis 2021-04-12 22:21:18 +02:00
cv 3db40be8a8 event API refract
using optimistic updates
2021-04-11 21:30:24 +02:00
cv 964bdf0d2a cleanup + small refract
- websockets
- event api
2021-04-11 19:17:54 +02:00
cv 4ce9a40e64 edit mode 2021-04-10 23:34:18 +02:00
cv 5bb39b8f89 bugfix: event handler 2021-04-10 23:12:00 +02:00
cv 54d19d729b refract make reusable components 2021-04-10 22:21:01 +02:00
cv c39f3f2dde node server + separate client folder 2021-04-05 22:33:31 +02:00