Alex Christoffer Rasmussen
|
08d9e24871
|
Remove public event feature (#1645)
|
2025-06-19 18:53:28 +02:00 |
|
google-labs-jules[bot]
|
a00ec2d02a
|
refactor: style tweaks to edit css modal
|
2025-06-19 18:53:28 +02:00 |
|
google-labs-jules[bot]
|
54a74ccc2a
|
refactor: remove usages of framer-motion
|
2025-06-19 18:53:28 +02:00 |
|
Alex Christoffer Rasmussen
|
90870ecfb6
|
Refactor: require trigger in all events objects (#1636)
* reqire trigger in all events
* use structuredClone when cloning an event
|
2025-06-19 18:53:28 +02:00 |
|
Alex Christoffer Rasmussen
|
c41fe824cf
|
let vite be the proxy to the dev server (#1630)
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
62c8319d70
|
refactor: migrate custom fields to transactions
refactor: extract functions to api domain
refactor: strict custom field parsing
refactor: remove rundown cache utilities
refactor: directory restructure
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
9a62daf047
|
refactor: create transaction system and apply to adding entry (#1620)
* refactor: create transaction system and apply to adding entry
* refactor: migrate edit mutations to transaction
* refactor: migrate delete mutation to transaction
* refactor: migrate reorder mutation to transaction
* refactor: migrate apply delay to transaction
* refactor: migrate swapEvents to transaction
* refactor: migrate clone to transaction
* refactor: migrate group/ungroup transactions
* refactor: simplify mutations
* refactor: migrate getters
* chore: add tests to processRundown()
|
2025-06-19 18:53:28 +02:00 |
|
Alex Christoffer Rasmussen
|
b9ab1c6fd7
|
Refactor: better rounding (#1594)
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
c1054711b0
|
refactor: improve reorder logic
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
a4d4f29a37
|
chore: simplify URLs
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
2793aadea0
|
refactor: order is single source of truth
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
256a851c9b
|
refactor: small ux improvements
- rename dissolve > ungroup
- prevent ondrag when clicking
- add untitled as block title fallback
- move block action to context menu
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
4ab9c81cb8
|
refactor: remove trivially inferred numEvents
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
2f13d6c89e
|
feat: duplicate groups
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
f1f7bad25e
|
feat: create group from entry selection
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
a8b52a48f7
|
feat: create block from rundown empty
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
cd0999b2ab
|
fix: collapsed blocks dont render children
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
b4c60f3f04
|
refactor: type cleanup and test improvements
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
5cefad3666
|
feat: allow dissolving a block
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
7a6ecd8c34
|
fix: uncontrolled prop on controlled component
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
ba96ecfd91
|
refactor: improve return of reorder
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
e2e755b1d2
|
chore: upgrade dependencies
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
0eb3b8d382
|
refactor: change network mode defaults
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
94c72ff4f6
|
fix: add event at end of block
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
e4c08dc9b2
|
refactor: make finder available in exported rundown
|
2025-06-19 18:53:28 +02:00 |
|
Alex Christoffer Rasmussen
|
31c311daf0
|
Refactor: WebSocket from flush queue to one patch (#1595)
* change flush to one patch
* remove unused types
* create batch
* merge patch into eventStore
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-19 18:53:28 +02:00 |
|
Alex Christoffer Rasmussen
|
e9b3cc6090
|
Refactor: ms for api calls (#1593)
* use ms for api calls
* change it in UI
* update comment
* rename variables
* refactor: addtime api logic
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
d39b85b6e6
|
fix: rebase master
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
c616240db1
|
refactor: extract rundown parsing
refactor: implement groups in editor
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
166be66ce3
|
chore: improve convention entry <> event
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
4180d0a337
|
refactor: maintain flat orders
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
78108e316c
|
refactor: implement operations on nested events
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
3bb8b70915
|
refactor: process events in rundown
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
1c4f13a0ed
|
chore: improve convention entry <> event
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
3ca0abad53
|
chore: rename currentBlock > parent
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
fd8f757851
|
refactor: improve project loading
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
876d111c61
|
refactor: gather group metadata
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
89ea8c470b
|
refactor: clearer relationship on rundown elements
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
4ed38340e0
|
refactor: remove stop as a possible end action
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
69eb9a5eff
|
refactor: restructure model to contain an object of rundowns
|
2025-06-19 18:53:28 +02:00 |
|
Carlos Valente
|
95f2ba37cc
|
refactor: remove unused and legacy code
- remove legacy migrations
- remove unused server code
- remove unused UI code
|
2025-06-19 18:53:28 +02:00 |
|
jwetzell
|
c6e38a2b4a
|
upgrade vite to v6 (#1626)
|
2025-06-05 06:27:59 +02:00 |
|
Shobhit Nagpal
|
8723bcbd33
|
refactor: block event xlsx import (#1623)
|
2025-06-02 06:56:46 +02:00 |
|
Shobhit Nagpal
|
0dcea4f2d7
|
fix: pass empty string fallback when parsing fields for export (#1616)
|
2025-05-25 19:58:41 +02:00 |
|
Shobhit Nagpal
|
696c016c90
|
feat: custom data for projects (#1571)
|
2025-05-23 09:04:57 +02:00 |
|
Shobhit Nagpal
|
eed6373dbf
|
refactor: change offset classes depending on playback state (#1611)
* refactor: assign offsetClasses based on playback state
|
2025-05-23 09:04:57 +02:00 |
|
Shobhit-Nagpal
|
ac61f257c0
|
fix: import preview enable after error
|
2025-05-13 21:24:14 +02:00 |
|
Carlos Valente
|
8d8625aa77
|
bump version to 3.15.2
|
2025-05-13 21:24:14 +02:00 |
|
Carlos Valente
|
c4b66a9ed3
|
bump version to 3.15.1
|
2025-04-30 20:28:42 +02:00 |
|
Carlos Valente
|
133b3aa819
|
refactor: create hash of table state
|
2025-04-30 20:23:49 +02:00 |
|