Add Prettier config, update project metadata, and reformat code#1
Merged
aminul-xs merged 1 commit intowpmetcom:mainfrom Jan 29, 2026
Merged
Add Prettier config, update project metadata, and reformat code#1aminul-xs merged 1 commit intowpmetcom:mainfrom
aminul-xs merged 1 commit intowpmetcom:mainfrom
Conversation
Added .prettierrc, .prettierignore, .gitignore, and VSCode settings for consistent code style. Renamed the project to 'figmakit' in package.json and updated its description. Introduced Prettier scripts, added vite-env.d.ts, and reformatted all source files for style consistency.
aminul-xs
added a commit
to aminul-xs/figmakit
that referenced
this pull request
Feb 7, 2026
Replace and expand the example page data, remove obsolete convert file, and adjust debugging output. - Update dev-docs/convert-example.json: major content restructure and settings updates (container/widget ids, typography, nav/menu/button widgets, padding, flex settings, page_settings, and title changed to "Page wpmetcom#1"). - Remove dev-docs/convert.json (deleted as obsolete). - src/plugin/code.ts: reduce noisy console output, add a concise log when UI messages arrive, and comment out other debug logs. - src/ui/components/FigmaToElementor.tsx: remove an extra parent log and standardize the received-message debug text. These changes tidy example data and streamline plugin/UI logging for clearer debugging.
aminul-xs
added a commit
to aminul-xs/figmakit
that referenced
this pull request
Feb 8, 2026
Update dev-docs/convert-example.json: numerous IDs and content adjusted, font-size tweak (28→27), added padding_tablet/padding_mobile and several new container/section blocks (images, text widgets), and changed title to "Home Page wpmetcom#1". Add docs/note.md with planning notes for widget organization (src/ui/widgets), config and types guidance. Remove src/ui/utils/parseFigmaNodes.tsx (parser utility deleted) — callers will need to be migrated to the new widget-based approach or replaced with an updated parser.
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.
Added .prettierrc, .prettierignore, .gitignore, and VSCode settings for consistent code style. Renamed the project to 'figmakit' in package.json and updated its description. Introduced Prettier scripts, added vite-env.d.ts, and reformatted all source files for style consistency.