Carlos Valente
f119fb4529
style: revert input style ( #211 )
2022-09-28 21:14:54 +02:00
Carlos Valente
562cb769c5
Refactor/vite ( #209 )
...
* refactor(vite): add dependencies
* refactor(vite): necessary code migrations
* refactor(vite): convert file to tsx
* refactor(vite): config
* refactor(vite): doctype casing
2022-09-28 21:13:20 +02:00
Carlos Valente
d86afee477
Feat/205 ( #207 )
...
* feat(text-background): add discrete text background to <Minimal>
* refactor: convert <Minimal> to typescript
* feat(clock): create <Clock> view
* feat(clock): version bump
v1.8.0
2022-09-20 21:19:17 +02:00
Carlos Valente
70436059d8
Feat/132 ( #198 )
2022-09-19 21:15:06 +02:00
Carlos Valente
fc0cbf6134
fix(203): issue with userfields re-rendering ( #206 )
2022-09-17 23:32:22 +02:00
Carlos Valente
3128f5a195
Fix/195 ( #200 )
...
* refactor: add typescript dependencies
* chore: update chakra-ui
* refactor: typescript config
* refactor: convert <MenuBar> component to typescript
* refactor: convert <TooltipActionBtn> component to typescript
* refactor: improve UX in file upload
* refactor: upgrade dependencies
* refactor: prepare data provider
* refactor: prevent importing bad fields
* refactor: extract merge to provider
* refactor(upload): parser merges only given fields
* refactor(upload): add event fields to excel
* refactor(upload): improve styling on modal open
* style: improve styling in menu
* style: prevent global pollution
* feat(upload): add upload options
* fix: avoid potential bug in log queue
2022-09-17 23:28:52 +02:00
Carlos Valente
94b03312a6
Refactor/styles ( #202 )
...
* style: general micro improvements in editor
* version bump
2022-09-14 21:50:14 +02:00
Carlos Valente
b7e758bf24
Chore/ts ( #199 )
...
* chore: add typescript and dependencies
* refactor: remove react imports
* refactor: fix entrypoint
* chore: upgrade chakra and deps
* chore: configure eslint
2022-09-14 21:01:58 +02:00
Carlos Valente
e40d750673
Doc/downloads ( #201 )
2022-09-14 15:46:04 +02:00
Carlos Valente
b384284175
Refact/feature sockets ( #193 )
...
* chore: migrate and upgrade state dependencies
* refactor(eventlist): get data from store
* refactor(messagecontrol): get data from store
* refactor(playbackcontrol): get data from store
* refactor(info): get data from store
* refactor(messagecontrol): handle mutations in hook
* feat(playbackcontrol): get data from store
* refactor(playbackcontrol): handle mutations in hook
* refactor(playbackcontrol): simplify object
* refactor: simplify interfaces
* refactor(InputRow): mixed control + styles
* refactor(socket): cleanup unused endpoints
* refactor(table): prepare table socket endpoint
* refactor(timer): extract timer to own endpoint
* refactor(table): get data from store
* chore: update tests
* refactor(socket): update sockets on cycle
* refactor: remove unnecessary safeguards
2022-09-06 21:11:24 +02:00
Carlos Valente
0e450cb6cb
Feat/table part1 ( #197 )
...
* feat(csv): export data as csv file
* feat(table): toggle fullscreen
* ux: coordinate tooltip open delay
* feat(excelDates): update tests
* refactor: folder structure
v1.7.0
2022-09-04 22:44:03 +02:00
Carlos Valente
0651777055
Feat/161 ( #186 )
...
* feat(time): add optional time format
* feat(time): show 12 hour time in stage timer
* feat(time): override locally
* feat(time): show timer in selected format
* feat(time): show 12 hour time in table header
* refactor: extract time formatting into utility
* refactor: migrate datetime library
* refactor(formatTime): centralise time formatting for viewers
* feature(12hour): version bump
2022-08-30 19:04:02 +02:00
Carlos Valente
a8ce6f3fc1
Prefeat/companion ( #192 )
...
* feat: register missing load event endpoints in websocket
* refactor: rename message socket endpoints
* version bump
v1.5.0
2022-08-10 13:02:43 +02:00
Carlos Valente
b80ae543a4
Prefeat/skip ( #188 )
...
* refactor: refactor size of event list
* refactor: optimise event mutations
* refactor: prepare skip feature
* refactor: update tests
* refactor: simplify type assertion
2022-08-09 14:02:46 +02:00
Carlos Valente
9b5d536378
Refact/project ( #189 )
...
* refactor: cleanup project entry point
* refactor: remove unused
* refactor: folder restructure
2022-08-03 23:20:23 +02:00
Carlos Valente
05be0c1e95
Feat/162 ( #187 )
...
* feat(key): add user options to minimal timer
* feat(key): register minimal timer in settings
* feat(key): version bump
2022-08-03 23:01:03 +02:00
Carlos Valente
18f3f3643b
security(server): disable x-powered-by headers ( #181 )
...
* security(server): disable x-powered-by headers
v1.4.0
2022-07-23 22:14:50 +02:00
Carlos Valente
a757058511
Fix/178 ( #179 )
...
* chore(DND): upgrade dependencies
* fix(EditableCell): fix bad prop
* fix(EditableCell): fix reordering bug with hidden columns
2022-07-18 20:17:15 +02:00
Carlos Valente
a20909b882
Feat/173 ( #177 )
...
* feat/173: update dependencies
* feat/173: migrate to playback requests to POST
* feat/173: HTTP startById and startByIndex
* feat/173: HTTP loadById and loadByIndex
* feat/173: add tests
* feat/173: OSC API
* feat/173: Websocket API
2022-07-13 15:49:59 +02:00
Carlos Valente
91a0d975b3
lint/css config stylelint ( #176 )
2022-07-11 22:56:35 +02:00
Carlos Valente
97e48fc56e
Hotfix/countdown delay ( #175 )
...
* hotfix/countdown-delay: fix styling on overran event
* hotfix/countdown-delay: prevent falsy issue
* hotfix/countdown-delay: show delay in countdown
* hotfix/countdown-delay: version bump
2022-07-11 22:04:56 +02:00
Carlos Valente
5c3e9e6a2e
hotfix/network: increase network timeout ( #170 )
2022-07-01 08:02:53 +02:00
Carlos Valente
8ece6b141c
hotfix/167: style negative timers ( #169 )
v1.3.1
2022-07-01 00:03:26 +02:00
Carlos Valente
3edb534e90
Hotfix/docker ( #168 )
...
* hotfix/docker: missing comma
2022-06-30 23:51:24 +02:00
Carlos Valente
a9ee0c3f1d
feat/120: prevent reflow ( #166 )
v1.3.0
2022-06-30 23:34:23 +02:00
Carlos Valente
f4c5a2bf87
Feat/120 ( #164 )
...
* feat/120: calculate delay to single event
* feat/120 Countdown
* feat/120 prevent parsing NaN
* feat/120: version bump
* feat/120: update README.md
* feat/120: show delayed countdown timer
2022-06-30 20:26:01 +02:00
Carlos Valente
dcc534f92b
add timeout to test CI
2022-06-16 22:44:46 +02:00
Carlos Valente
2ee4986dcf
Update build.yml
...
add timeout to build steps
2022-06-16 22:43:54 +02:00
Carlos Valente
c1de3190e9
Fix/155 ( #158 )
...
* fix/155: fix css polution on detached views
* fix/155: test detached routes
2022-06-16 14:27:13 +02:00
Carlos Valente
1f001cf188
Feat/153 ( #157 )
...
* feat/153: always roll
* feat/153: version bump
2022-06-15 20:37:21 +02:00
Carlos Valente
323d365f1a
Fix/147 ( #152 )
...
* fix/147: add latest tag to release
* fix/147: add latest tag to docker compose
* fix/148: add timezone example to docker-compose
* docker: version bump
2022-06-13 22:11:17 +02:00
Carlos Valente
dda92ba3a8
Refactor imports
...
* refactor: implement import lint
2022-06-11 23:17:16 +02:00
Carlos Valente
c576b6308e
Update build.yml
v1.2.0.1
2022-06-08 22:22:03 +02:00
Carlos Valente
5802e7cd03
Update build.yml
2022-06-08 22:14:38 +02:00
Carlos Valente
86957593bb
Update build.yml
2022-06-08 22:03:28 +02:00
Carlos Valente
9c5c7ee69a
Docker ( #146 )
...
* docker: initial config
* docker: add entrypoint for headless run
* docker: resolve path from env variable
* docker: initial config
* docker: rename preloaded data directories
* docker: update README
* docker: prevent issue with port mappings
* docker: update README.md
* docker: add docker-compose
* docker: cleanup logs
* docker: add CI
* docker: cleanup unused
* docker: use static port in development
* refactor: isolate tasks
* docker: add demo db
* fix: download db resolves according to OS
* docker: config build
* fix: ensure db path exists
* fix: add object type to block
* docker: config build
* docker: config build
* docker: env is production
* docker: preload db
* fix: remove test dir
* docker: graceful shutdown node app
* docker: env is production
* docker: add docker-compose
* docker: remove unused mappings
* docker: version bump
v1.2.0
2022-06-08 21:57:22 +02:00
Carlos Valente
94a7ef6318
fix/141: enable applying negative delays ( #142 )
2022-06-07 18:57:44 +02:00
Carlos Valente
c394cd5d4b
Feat/104 ( #140 )
...
* feat/104: isolate control components
* feat/104: open components in isolated window
* feat/104: update tests
2022-05-29 11:19:29 +02:00
Carlos Valente
412d230cee
Ux/134 ( #139 )
...
* ui/134: highlight active messages
* ui/134: create theming template
* ui/134: version bump
2022-05-28 16:25:56 +02:00
Carlos Valente
8c2d6595b0
feat/117: add toggle fullscreen button ( #138 )
2022-05-28 15:57:59 +02:00
Carlos Valente
ca33624ffc
Update README.md
...
add comments on linux install
2022-05-22 10:21:43 +02:00
Carlos Valente
a73f4595a9
feat/123: enable linux build ( #127 )
...
* feat/123: enable linux build
* feat/123: style: handle window width gracefully
* feat/123: update README
v1.1.0
2022-05-22 09:53:04 +02:00
Carlos Valente
f187d5edaf
Fix/122 ( #128 )
...
* fix/122: register quit shortcut for macOS
* fix/122: version bump
2022-05-21 22:07:43 +02:00
Carlos Valente
17573b9b73
Fix/121 ( #124 )
...
* fix/121: database is in public directory
* fix/121: refact loading sequence
* fix/121: populate with demo db
* fix/121: ensure path exists (linux issues)
2022-05-21 13:28:34 +02:00
Carlos Valente
6ac963684d
V1 ( #118 )
...
* chore: upgrade minor versions
* chore: upgrade cypress
* chore: upgrade fe dependencies
* update readme
* update osx images
* update readme
* upgrade dependencies
* upgrade test dependency
* feat: add option to input autofill
* feat: autofill to the left
* chore: update docs
* chore: cleanup ci
* version bump
* style: prevent zero height bar
* fix: prevent loosing menu
* ux: improve input, no spellcheck or autocomplete
* small ux improvements in cuesheets
* feat 111/increase maximum number of events
* fix: optimistic delete issue with filter
* refact: pincode workflow
* chore: add versioning to packages
v1.0.0
2022-05-19 10:48:56 +02:00
Carlos Valente
45ac44b2e8
Update build.yml
2022-04-17 21:29:35 +02:00
Carlos Valente
f68b5f1d74
Update build.yml
v0.9.0-beta
2022-04-17 20:44:41 +02:00
Carlos Valente
db0eee3b9c
Feat/mac ( #109 )
...
* chore: upgrade dependencies
* feat/mac: draft pipeline
* feat/mac: use public folder for transient files
* feat/mac: set app fullscreen
* feat/mac: cmd + , toggles menu
* feat/mac: update readme
* refact: easier login process
* refact prevent style issues with safari
* refact reduce css download
* style: cleanup paginator design
* style: studio clock is responsive
* style: fix spacing style issues with safari
2022-04-17 20:30:39 +02:00
Carlos Valente
20d3ddbc18
version bump
2022-04-12 19:49:20 +02:00
Carlos Valente
82d0508672
hotfix/0.8.1 prevent issue with falsy value ( #107 )
v0.8.2-beta
2022-04-12 19:46:01 +02:00