Skip to content
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

Create BlockEditor theme file #135

Merged
merged 9 commits into from
Mar 2, 2024
Merged

Create BlockEditor theme file #135

merged 9 commits into from
Mar 2, 2024

Conversation

AnidemDex
Copy link
Owner

This PR creates a Theme resource for BlockEditor.

This theme defines used icons for blocks and categories, and some editor constants (like minimum value for blocks), exposed for easy user editing.

Should fix #125

This was made to ensure consistency with other icons.
This constants definition file will store plugin related default values
and configurations.
These values were moved to core/constants.

blockflow constant file should have definitions to other classes, constant
files and util functions.
Update plugin script reflecting the changes made to constant files, now
using core/constants.
Update editor to use the created theme resource by default, so
child nodes can use it aswell.
@AnidemDex
Copy link
Owner Author

6 commits and I haven't made the important one 🤣

@AnidemDex AnidemDex marked this pull request as ready for review February 25, 2024 14:44
@AnidemDex AnidemDex merged commit ef0a1f3 into main Mar 2, 2024
@AnidemDex AnidemDex deleted the fix-125 branch March 2, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define a way to add custom icons to categories
1 participant