Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start refactor and add variable support for item names (#50)
* Update dependencies Signed-off-by: Axel Boberg <[email protected]> * Replace electron-packager with @electron/packager Signed-off-by: Axel Boberg <[email protected]> * Add a script for installing plugin dependencies regardless of OS Signed-off-by: Axel Boberg <[email protected]> * Use npm install rather than npm ci Signed-off-by: Axel Boberg <[email protected]> * Fix an issue causing the identity to not be set Signed-off-by: Axel Boberg <[email protected]> * Start tweaking UI to look more modern Signed-off-by: Axel Boberg <[email protected]> * Style tabs Signed-off-by: Axel Boberg <[email protected]> * Style the live switch of the caspar plugin Signed-off-by: Axel Boberg <[email protected]> * Update copy Signed-off-by: Axel Boberg <[email protected]> * Add a grid behind widgets in the edit mode Signed-off-by: Axel Boberg <[email protected]> * Tweak the border radius of popovers Signed-off-by: Axel Boberg <[email protected]> * Tweak the design of the inspector Signed-off-by: Axel Boberg <[email protected]> * Increase the opacity of the editing grid background Signed-off-by: Axel Boberg <[email protected]> * Add a border to the inspector form header Signed-off-by: Axel Boberg <[email protected]> * Set the correct flex-shrink modes for the main header and frame headers Signed-off-by: Axel Boberg <[email protected]> * Update screenshot Signed-off-by: Axel Boberg <[email protected]> * Update readme header Signed-off-by: Axel Boberg <[email protected]> * Add a link to releases Signed-off-by: Axel Boberg <[email protected]> * Delete screenshot Signed-off-by: Axel Boberg <[email protected]> * Add screenshot back Signed-off-by: Axel Boberg <[email protected]> * Fix typo Signed-off-by: Axel Boberg <[email protected]> * Template data - Fix an issue causing the input to reset when selecting non-template-data items in the rundown - Allow items' names to contain variables and give access to the template data Signed-off-by: Axel Boberg <[email protected]> * Add renderValue to the documentation Signed-off-by: Axel Boberg <[email protected]> * Start refactor by breaking apart the main index file Signed-off-by: Axel Boberg <[email protected]> * Move everything related to electron into its own directory Signed-off-by: Axel Boberg <[email protected]> * Move server initialization to its own file Signed-off-by: Axel Boberg <[email protected]> * Move the clean up logic to platform specific initializers Signed-off-by: Axel Boberg <[email protected]> * Update dependencies Signed-off-by: Axel Boberg <[email protected]> * Update the security section of the readme Signed-off-by: Axel Boberg <[email protected]> --------- Signed-off-by: Axel Boberg <[email protected]> Signed-off-by: Axel Boberg <[email protected]> Co-authored-by: Axel Boberg <[email protected]>
- Loading branch information