Skip to content

Move initialization from api.rs to the Editor backend #656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Keavon opened this issue May 21, 2022 · 0 comments
Closed

Move initialization from api.rs to the Editor backend #656

Keavon opened this issue May 21, 2022 · 0 comments
Assignees
Milestone

Comments

@Keavon
Copy link
Member

Keavon commented May 21, 2022

Currently we call a bunch of messages in api.rs to initialize the application. It would probably be better for this to call a single initialization message into the Editor backend, and then it can be in charge of dispatching that to the relevant sub-messages within the Editor. Maybe try and find some related initialization-related parts of the Editor codebase and standardize them into one system while working on this also.

@Keavon Keavon added this to the Sprint 15 (ongoing) milestone May 21, 2022
@Keavon Keavon modified the milestones: Sprint 16, Sprint 17 (ongoing) Jul 9, 2022
@Keavon Keavon closed this as completed in 010ba5a Jul 22, 2022
@Keavon Keavon removed the Available label Jul 23, 2022
@Keavon Keavon self-assigned this Jul 23, 2022
@0HyperCube 0HyperCube moved this to Completed This Sprint in Task Board Mar 18, 2023
Keavon added a commit that referenced this issue Jul 30, 2023
…o widgets (#702)

* unfinished implementation

* Add frontend for the empty panel screen

* Add an icon for Folder based on NodeFolder

* fixed messages causing peicees of ui not to render on new document

* Standardize nextTick syntax

* WIP generisization of component subscriptions (not compiling yet)

* Fix crash when loading font and there is no active document

* Only advertise tool actions with a document

* Fix failure to create new document

* Initalise the properties panel

* Fix highlight tab, canvas jump, warns and layer tree

* Fix tests

* Possibly fix some things?

* Move WorkingColors layout definition to backend

* Standardize action macro formatting

* Provide typing for widgets in TS/Vue and associated cleanup

* Fix viewport positioning initialization

* Fix menu bar init at startup not document creation

* Fix no viewport bounds bug

* Change !=0 to >0

* Simplify the init system

Closes #656

Co-authored-by: Keavon Chambers <[email protected]>
Co-authored-by: 0hypercube <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant