feat: List & SettingsDialog molecules - #207
Merged
Merged
Conversation
ruchamahabal
marked this pull request as ready for review
July 29, 2026 12:51
ruchamahabal
marked this pull request as draft
July 29, 2026 12:52
Contributor
Confidence Score: 4/5The PR is not safe to merge until generated List imports resolve and every Settings-part insertion path enforces dialog context. Published renderers retain the unresolved Files Needing Attention: frontend/src/scripts/build.js, frontend/src/data/componentFamilies.ts, frontend/src/components/ComponentContextMenu.vue, frontend/src/utils/block.ts Reviews (20): Last reviewed commit: "feat: reorder columns in list column edi..." | Re-trigger Greptile |
- nested borders looked ugly
…ly to editor component
ruchamahabal
marked this pull request as ready for review
July 31, 2026 07:32
… they aren't standalone
- using this to select the settings dialog tab value when its clicked
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Component families are now registered together in the component panel. Dropping the family's primary element/root creates a block with all sub-elements on the canvas that you can edit. You can replace/add sub-blocks to the family.
List
Adding a column in a list requires adding a column in the columns prop in List root + ListHeader + ListHeaderCell. Added a list editor that allows you to add/remove/reorder columns and wires the parts listed above
list-compressed.mp4
SettingsDialog
Similar editor to edit Settings Dialog Tabs. You can select any block in the dialog and edit/update/remove/replace it
settings-dialog.mp4