-
Notifications
You must be signed in to change notification settings - Fork 10
PT-2714: Add Design Principles and UX Review Process Storybook articles #2162
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
de20772
PT-2714: Add Design Principles and UX Review Process Storybook articles
merchako 62a8237
PT-2714: Add task management and acceptance criteria to UX review pro…
merchako d34d4a6
PT-2714: Restructure UX review process article into two-part format
merchako 9c9d043
PT-2714: Expand acceptance criteria table and add byline
merchako 4d966da
PT-2714: Add Jira UX review property, update Discord links and channels
merchako b643ed9
PT-2714: Rename ux-review-process.mdx to ui-work-item-lifecycle.mdx
merchako c5f4fc6
PT-2714: Restructure as UI Work Item Lifecycle with three-part layout
merchako 1bc3b88
PT-2714: Render UX review property states as Badge components in MDX
merchako 8e0757c
PT-2714: Use backtick code style for UX review property states
merchako 58437b4
PT-2714: Reorganize UI work item lifecycle article structure
merchako 351d97f
PT-2714: Rename ui-work-item-lifecycle.mdx to ui-review.mdx
merchako 015bef5
PT-2714: Reframe as UI Review with checklist-led structure
merchako d1d0419
PT-2714: Refine UI Review article structure and copy
merchako 4de4148
PT-2714: Fix typo Suroj → Saroj
merchako 5f261b5
PT-2714: Fix shadcn/ui branding capitalization
merchako 06614d6
PT-2714: Fix shadcn/ui branding in live-code-demo.mdx
merchako 74b35e0
fix: correct Saroj name and expand vanilla-over-custom principle
merchako 80f60e7
PT-2714: Add design guidelines with live examples to design-principles
merchako 81ed4d3
chore: add remark-based MDX formatting pipeline
merchako 8629943
chore: add remark config files and apply MDX formatting
merchako a5031c6
fix: address PR review feedback
merchako c7c2f68
fix: alphabetize words array in cspell.json
merchako 8facad0
fix: correct semantic color pairing table in design-principles
merchako 2b71278
fix: remove redundant --use remark-mdx from format:mdx:check
merchako 97ea2d4
Remove unifiedjs.vscode-remark from recommended extensions
merchako File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| // Remark configuration for MDX files in src/stories/. | ||
| // Runs via `format:core: remark "./src/**/*.mdx" -o` | ||
| // Mirrored by lib/platform-bible-react/.remarkrc.mjs | ||
|
|
||
| const config = { | ||
| plugins: [ | ||
| // Parse and serialize MDX syntax (JSX, imports, exports in markdown) | ||
| 'remark-mdx', | ||
| // GitHub Flavored Markdown: tables, strikethrough, task lists | ||
| 'remark-gfm', | ||
| ], | ||
| settings: { | ||
| // Use - for unordered list bullets (consistent with lib config) | ||
| bullet: '-', | ||
| // Use --- for thematic breaks (consistent with lib config) | ||
| rule: '-', | ||
| }, | ||
| }; | ||
|
|
||
| export default config; |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| // Remark configuration for MDX files in lib/platform-bible-react. | ||
| // Mirrors root .remarkrc.json which covers src/stories/*.mdx. | ||
|
|
||
| const config = { | ||
| plugins: [ | ||
| // Parse and serialize MDX syntax (JSX, imports, exports in markdown) | ||
| 'remark-mdx', | ||
| // GitHub Flavored Markdown: tables, strikethrough, task lists | ||
| 'remark-gfm', | ||
| ], | ||
| settings: { | ||
| // Use - for unordered list bullets (consistent with root config) | ||
| bullet: '-', | ||
| // Use --- for thematic breaks (consistent with root config) | ||
| rule: '-', | ||
| }, | ||
| }; | ||
|
|
||
| export default config; | ||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.