Commit Graph

22 Commits

Author SHA1 Message Date
Carlos Valente 2fa397548a Feat/navigate (#81)
* feat/navigate upgrade react router
* feat/navigate migrate to react router 6
* feat/navigate style modal
* feat/navigate create endpoints for app settings
* feat/navigate protect editor with pin
* feat/navigate apply dynamic routing draft
* feat/navigate upgrade relevant packages
* feat/navigate restructure directory and add tests
* feat/navigate test aliases validation
* feat/navigate validate aliases before sending
* feat/navigate create data endpoint
* feat/navigate config: prettier
* feat/navigate invalidate empty strings
* feat/navigate create endpoints
* feat/navigate parse on import
* feat/navigate navigate to alias
* feat/navigate user help and sample data
* feat/navigate refact aliases modal
* feat/navigate refact settings style
* feat/navigate update sample db
* feat/navigate link is relative to hostname
* feat/navigate navigate to first match
* feat/navigate update readme and version bump
* feat/navigate config: create shared module
* feat/navigate config: cheat module install
* feat/navigate fix tests
* feat/navigate run tests in pull request
* Update ontime_cy.yml
2022-01-04 22:12:59 +01:00
Carlos Valente 80c2e9a8ba Feat/studio clock (#60) 2021-12-13 21:29:56 +01:00
cv bf8170a947 version bump 2021-11-22 22:53:39 +01:00
cv 17d5c84133 version bump 2021-11-16 21:02:37 +01:00
Carlos Valente 09a5aca25a Chore/qol (#41)
* style: prevent timer from resizing container

* style: review half and third screens

* style: prevent delay time from resizing blocks

* style: show now / next titles when container is collapsed

* docs: link to documentation in readme

* Update README.md

* Update README.md

* Update README.md

* style: new image assets

* cleanup

* style: prevent long titles from overflowing containers

* fix: send titles on change

fixed issue that prevented the next title from being broadcast on change
2021-11-16 20:54:36 +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
cv 3d2a79f92a docs
- bump minor version
- review issues list
2021-10-31 22:25:34 +01:00
Carlos Valente c0e0631cd2 Update README.md
update download link
2021-10-29 14:07:00 +02:00
cv d03424d5c4 Update README.md
- add default URLs
2021-10-25 10:06:01 +02:00
cv 41e2b88376 Update README.md
- add some known issues to readme
2021-10-24 13:09:39 +02:00
cv 06ab1185c9 add link to release download 2021-08-17 10:50:09 +02:00
cv f65748b5de Update README.md 2021-06-22 23:09:56 +02:00
cv 3926ca3667 Update README.md
johannes wants to run on a pi
2021-06-14 15:17:57 +02:00
cv 55f897b0bd Small Improvements
- update UI on delete all
- fix license
2021-06-14 15:05:08 +02:00
cv a5596eecec cleanup readme 2021-06-14 14:38:20 +02:00
Carlos Valente 36f1383048 update image links 2021-06-14 14:33:07 +02:00
cv ddfb7c91b4 add screenshots 2021-06-14 14:31:35 +02:00
cv bbc9ccc3d9 Update README.md 2021-06-14 14:19:50 +02:00
cv d60b0ae49a chore: change licensing 2021-06-12 19:26:37 +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 804f1c1a6b Initialize project using Create React App 2021-03-21 23:27:03 +01:00