Skip to content

Conversation

@wangshu24
Copy link
Contributor

@wangshu24 wangshu24 commented May 18, 2025

Add 8bit Drawer component along with an example page

Summary by CodeRabbit

  • New Features

    • Introduced a retro 8-bit styled drawer UI component, complete with pixelated font and themed controls.
    • Added interactive example and documentation page showcasing the 8-bit drawer, including usage instructions and installation guidance.
    • Enhanced navigation with a new "Drawer" entry marked as new.
    • Included a visual bar chart within the drawer example for activity goal tracking.
  • Chores

    • Updated component registry and metadata to support the new 8-bit drawer component.

@wangshu24 wangshu24 requested a review from TheOrcDev as a code owner May 18, 2025 02:52
@vercel
Copy link

vercel bot commented May 18, 2025

@wangshu24 is attempting to deploy a commit to the OrcDev Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link

coderabbitai bot commented May 18, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

A new 8-bit styled Drawer UI component was introduced, including its implementation, documentation, registry entry, and navigation integration. The Drawer and its subcomponents are wrapped to apply a retro pixelated font and custom styles. An example usage and documentation page were added, and relevant metadata and navigation updates were made.

Changes

File(s) Change Summary
components/ui/8bit/drawer.tsx
public/r/8bit-drawer.json
Added 8-bit styled Drawer component and wrappers for all drawer subcomponents, applying pixelated font and retro styles.
components/examples/drawer.tsx Added DrawerExample component demonstrating interactive usage of the 8-bit Drawer with state and chart.
app/docs/components/drawer/page.tsx Added documentation page for the 8-bit Drawer, including metadata, installation, usage, and example.
config/nav-items.ts Added "Drawer" entry to navigation under components, marking it as new.
lib/metadata.ts Added export for drawer OpenGraph image metadata constant.
registry.json Registered "8bit-drawer" component with file and dependency details.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant DrawerTrigger
    participant Drawer
    participant DrawerContent
    participant DrawerFooter

    User->>DrawerTrigger: Click "Open Drawer"
    DrawerTrigger->>Drawer: Open drawer panel
    Drawer->>DrawerContent: Render content (goal, chart, controls)
    User->>DrawerContent: Adjust goal (increment/decrement)
    DrawerContent->>DrawerContent: Update goal state, update chart
    User->>DrawerFooter: Click "Submit" or "Cancel"
    DrawerFooter->>Drawer: Close drawer (on Cancel or Submit)
Loading

Poem

🕹️
In pixel dreams a drawer appears,
With buttons bold and retro cheers.
Slide it open, set your goal,
Watch the chart, take control!
8-bit borders, fonts so neat—
Rabbits hop to this retro beat.
🐇✨

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

app/docs/components/drawer/page.tsx

Oops! Something went wrong! :(

ESLint: 9.26.0

ESLint couldn't find the plugin "eslint-plugin-react-hooks".

(The package "eslint-plugin-react-hooks" was not found when loaded as a Node module from the directory "".)

It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:

npm install eslint-plugin-react-hooks@latest --save-dev

The plugin "eslint-plugin-react-hooks" was referenced from the config file in " » eslint-config-next/core-web-vitals » /node_modules/.pnpm/eslint-config-next@15.3.2_eslint@9.26.0_jiti@2.4.2__typescript@5.8.3/node_modules/eslint-config-next/index.js".

If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between 268a4f0 and b37a515.

📒 Files selected for processing (1)
  • app/docs/components/drawer/page.tsx (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (5)
components/examples/drawer.tsx (2)

19-59: Consider using dynamic data for the chart

The chart data is statically defined and doesn't reflect the user's current goal selection. This is a missed opportunity to show how the chart could update based on user input.

You could make the chart more interactive by having it reflect the current goal value:

-const data = [
-  {
-    goal: 400,
-  },
-  // ... other static data points
-]

+const generateData = (currentGoal) => {
+  // Generate some data points around the current goal
+  return [
+    { goal: currentGoal - 100 },
+    { goal: currentGoal - 50 },
+    { goal: currentGoal },
+    { goal: currentGoal + 50 },
+    { goal: currentGoal - 30 },
+    // ... other dynamic data points
+  ];
+}

Then in your component:

-<BarChart data={data}>
+<BarChart data={generateData(goal)}>

126-131: Consider implementing Submit button functionality

The Submit button currently doesn't have any functionality implemented. While this might be intentional for a demo, consider adding at least a placeholder action for completeness.

-<Button>Submit</Button>
+<Button onClick={() => alert(`Goal set to ${goal} calories/day`)}>Submit</Button>
components/ui/8bit/drawer.tsx (2)

61-80: Remove unnecessary fragments

The DrawerTrigger component is wrapped in empty React fragments (<>...</>) which aren't necessary since there's only a single child element.

function DrawerTrigger({
  className,
  children,
  ...props
}: React.ComponentProps<typeof DrawerPrimitive.Trigger>) {
  return (
-    <>
      <ShadcnDrawerTrigger
        className={cn(
          "border-foreground dark:border-ring hover:bg-transparent active:bg-transparent focus:bg-transparent rounded-none border-4 focus:border-foreground hover:border-foreground dark:focus:border-ring bg-transparent data-[state=open]:bg-transparent data-[state=open]:border-foreground dark:data-[state=open]:border-ring",
          className,
          pressStart.className
        )}
        {...props}
      >
        {children}
      </ShadcnDrawerTrigger>
-    </>
  )
}

82-95: Remove empty string from className concatenation

In DrawerContent, DrawerHeader, and DrawerFooter components, you're passing an empty string as the first argument to the cn() function, which is unnecessary.

// For DrawerContent, DrawerHeader, and DrawerFooter components:
-      className={cn("", className, pressStart.className)}
+      className={cn(className, pressStart.className)}

Also applies to: 97-110, 112-125

app/docs/components/drawer/page.tsx (1)

45-48: Remove unnecessary comment

There's a placeholder comment {/* {Demo here} */} that's no longer needed since the example component is already implemented.

<div className="flex items-center justify-center min-h-[400px] relative">
-  {/* {Demo here} */}
  <DrawerExample />
</div>
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between d86ce2e and 3b96b35.

⛔ Files ignored due to path filters (1)
  • public/assets/8bitcn-drawer-light.png is excluded by !**/*.png
📒 Files selected for processing (37)
  • app/docs/components/drawer/page.tsx (1 hunks)
  • components/examples/drawer.tsx (1 hunks)
  • components/ui/8bit/drawer.tsx (1 hunks)
  • config/nav-items.ts (1 hunks)
  • lib/metadata.ts (1 hunks)
  • public/r/8bit-accordion.json (1 hunks)
  • public/r/8bit-alert.json (1 hunks)
  • public/r/8bit-avatar.json (1 hunks)
  • public/r/8bit-badge.json (1 hunks)
  • public/r/8bit-breadcrumb.json (1 hunks)
  • public/r/8bit-calendar.json (1 hunks)
  • public/r/8bit-carousel.json (1 hunks)
  • public/r/8bit-chart.json (1 hunks)
  • public/r/8bit-combo-box.json (1 hunks)
  • public/r/8bit-command.json (1 hunks)
  • public/r/8bit-context-menu.json (1 hunks)
  • public/r/8bit-drawer.json (1 hunks)
  • public/r/8bit-dropdown-menu.json (1 hunks)
  • public/r/8bit-label.json (1 hunks)
  • public/r/8bit-login-form-2.json (2 hunks)
  • public/r/8bit-login-form-with-image.json (2 hunks)
  • public/r/8bit-login-form.json (2 hunks)
  • public/r/8bit-login-page.json (2 hunks)
  • public/r/8bit-menubar.json (1 hunks)
  • public/r/8bit-pagination.json (1 hunks)
  • public/r/8bit-popover.json (1 hunks)
  • public/r/8bit-scroll-area.json (1 hunks)
  • public/r/8bit-select.json (1 hunks)
  • public/r/8bit-sheet.json (1 hunks)
  • public/r/8bit-sidebar.json (1 hunks)
  • public/r/8bit-skeleton.json (1 hunks)
  • public/r/8bit-slider.json (1 hunks)
  • public/r/8bit-switch.json (1 hunks)
  • public/r/8bit-table.json (1 hunks)
  • public/r/8bit-toggle-group.json (1 hunks)
  • public/r/8bit-tooltip.json (1 hunks)
  • registry.json (1 hunks)
🧰 Additional context used
🧬 Code Graph Analysis (1)
components/ui/8bit/drawer.tsx (1)
lib/utils.ts (1)
  • cn (4-6)
🔇 Additional comments (44)
public/r/8bit-label.json (1)

13-13: Purely formatting update (CRLF normalization).
The only change here is converting the embedded content field’s line endings to CRLF to match the rest of the registry entries. No functional or API differences are introduced.

public/r/8bit-carousel.json (1)

13-13: Approve line ending conversion.
This change only switches the embedded content field’s line endings from LF to CRLF (\r\n) for the registry entry of components/ui/8bit/carousel.tsx. No functional or structural logic was altered.

public/r/8bit-login-form.json (2)

16-16: Formatting Update: Convert to Windows-style CRLF
The login-form.tsx content string now uses CRLF (\r\n) line endings exclusively. No functional or behavioral changes—this aligns with the other registry components in this PR.


40-40: Formatting Update: Convert to Windows-style CRLF
The label.tsx content string now uses CRLF (\r\n) line endings exclusively. No functional or behavioral changes—consistent with the rest of the registry files.

public/r/8bit-accordion.json (1)

13-13: Formatting-only change: CRLF line endings
This update converts the components/ui/8bit/accordion.tsx content from LF to CRLF. There are no logical or API changes to the 8-bit Accordion component.

public/r/8bit-alert.json (1)

13-13: Formatting-only change: CRLF line endings
This change standardizes the components/ui/8bit/alert.tsx file to use CRLF line endings without altering any component logic or styling.

public/r/8bit-table.json (1)

13-13: Formatting-only change: CRLF line endings
Line endings in components/ui/8bit/table.tsx were converted from LF to CRLF. No functional updates were introduced.

public/r/8bit-dropdown-menu.json (1)

13-13: Formatting-only change: CRLF line endings
The components/ui/8bit/dropdown-menu.tsx file has been reformatted to CRLF line endings only, with no changes to behavior or APIs.

public/r/8bit-slider.json (1)

11-11: Formatting-only change: CRLF line endings
This update converts the components/ui/8bit/slider.tsx content to CRLF line endings. There are no modifications to the component’s implementation.

public/r/8bit-calendar.json (1)

13-13: Registry entry: only line ending normalization
This update converts the embedded components/ui/8bit/calendar.tsx content from LF to CRLF. No schema, logic, or dependency changes were introduced.

public/r/8bit-switch.json (1)

13-13: Registry entry: only line ending normalization
This change switches the embedded components/ui/8bit/switch.tsx content to CRLF line endings. There are no functional or API modifications.

public/r/8bit-scroll-area.json (1)

11-11: Registry entry: only line ending normalization
The components/ui/8bit/scroll-area.tsx content has been converted from LF to CRLF. No behavior or interface changes.

public/r/8bit-skeleton.json (1)

13-13: Registry entry: only line ending normalization
Only the embedded components/ui/8bit/skeleton.tsx was reformatted to use CRLF. No functional changes to the skeleton component.

public/r/8bit-menubar.json (1)

11-11: Registry entry: only line ending normalization
This update standardizes the embedded components/ui/8bit/menubar.tsx to CRLF endings without altering any component logic or exports.

public/r/8bit-tooltip.json (1)

13-13: Formatting-only change: CRLF normalization for tooltip component
This update converts the line endings in the components/ui/8bit/tooltip.tsx content string from LF to CRLF. No functional or semantic changes were introduced.

public/r/8bit-badge.json (1)

13-13: Formatting-only change: CRLF normalization for badge component
This change standardizes the line endings in the components/ui/8bit/badge.tsx content string to CRLF without altering any logic or exports.

public/r/8bit-select.json (1)

13-13: Formatting-only change: CRLF normalization for select component
The line endings in the components/ui/8bit/select.tsx content string have been converted to CRLF. There are no code or API modifications.

public/r/8bit-breadcrumb.json (1)

13-13: Formatting-only change: CRLF normalization for breadcrumb component
This hunk updates the components/ui/8bit/breadcrumb.tsx content string to use CRLF line endings consistently. Functionality remains unchanged.

public/r/8bit-combo-box.json (1)

21-21: Formatting-only change: CRLF normalization for popover component
The components/ui/8bit/popover.tsx content string now uses CRLF line endings. No behavioral or interface changes were made.

public/r/8bit-toggle-group.json (1)

13-13: Formatting-only change: LF → CRLF line endings
This update normalizes the registry content to use Windows-style CRLF without altering any component logic or exports.

public/r/8bit-popover.json (1)

13-13: Formatting-only change: LF → CRLF line endings
Line endings were converted to CRLF in the serialized popover content. No functional impact.

public/r/8bit-login-form-2.json (2)

16-16: Formatting-only change: LF → CRLF line endings
Normalized the login-form-2 block file content to CRLF. No behavior change.


40-40: Formatting-only change: LF → CRLF line endings
Normalized the label component content to CRLF. No functional modifications.

public/r/8bit-login-form-with-image.json (2)

16-16: Formatting-only change: LF → CRLF line endings
Converted the login-form-with-image block content to CRLF; component logic remains unchanged.


40-40: Formatting-only change: LF → CRLF line endings
Updated the label file content to CRLF; no changes to functionality.

public/r/8bit-context-menu.json (1)

11-11: Formatting-only change: LF → CRLF line endings
Line endings in the context-menu registry were normalized to CRLF without affecting component behavior.

public/r/8bit-pagination.json (1)

13-13: No semantic changes; purely a line ending normalization to CRLF.

public/r/8bit-login-page.json (1)

22-22: No semantic changes; purely a line ending normalization to CRLF.

public/r/8bit-avatar.json (1)

13-13: No semantic changes; purely a line ending normalization to CRLF.

public/r/8bit-sidebar.json (1)

13-13: No semantic changes; purely a line ending normalization to CRLF.

lib/metadata.ts (1)

26-26: Add drawerMetaData export for 8-bit Drawer documentation.
This new constant drawerMetaData aligns with existing metadata entries and points to the correct asset path for the Drawer component’s preview image.

public/r/8bit-sheet.json (1)

13-13: Skip formatting-only change
This update only converts line endings in the registry item to CRLF. There are no functional or schema changes.

config/nav-items.ts (1)

77-81: Approve Drawer navigation entry
The new { title: "Drawer", url: "/docs/components/drawer", new: true } entry follows the existing pattern. Note that the components.sort(...) call in navMain ensures items are alphabetically ordered at runtime.

public/r/8bit-command.json (1)

13-13: Skip formatting-only change
This registry update simply switches line endings to CRLF in the content field. No logical modifications were made.

public/r/8bit-chart.json (1)

11-11: Skip formatting-only changes
Both entries only convert line endings to CRLF in their content strings. No functional changes occurred.

Also applies to: 17-17

registry.json (1)

744-758: Approve new 8bit-drawer registry entry
The "8bit-drawer" item correctly specifies "registryDependencies": ["drawer"] and points to components/ui/8bit/drawer.tsx. This matches the pattern of other 8-bit components and will register the Drawer component properly.

public/r/8bit-drawer.json (1)

1-18: LGTM! Well-structured registry item for the 8bit drawer component.

The registry item is properly configured with all required fields:

  • Name, type, and description
  • Correct dependency on the base "drawer" component
  • Full component implementation with appropriate styling

The component itself wraps and extends the base drawer components with 8-bit styling, which is a clean approach for creating a themed variant.

components/examples/drawer.tsx (2)

61-66: Good implementation of goal adjustment logic

The adjustment logic efficiently uses Math.max/min to constrain the goal value between 200 and 400, ensuring the state stays within valid bounds.


81-108: Great accessibility implementation

The buttons include screen-reader-only text through the sr-only class, which improves accessibility for users with screen readers while maintaining a clean visual design.

components/ui/8bit/drawer.tsx (2)

18-21: Good implementation of the 8-bit font

The Press_Start_2P font is correctly initialized with appropriate weight and subset options, ensuring the 8-bit retro aesthetic is consistently applied across the component.


23-29: Clean re-export of base components

The simple aliasing of base drawer components without additional modifications is clean and effective for components that don't need custom styling beyond the font.

app/docs/components/drawer/page.tsx (3)

12-18: Well-configured metadata

The metadata is properly set up with title, description, and OpenGraph image, which will improve SEO and social media sharing appearance.


55-57: Great use of environment variables for package URL

Using environment variables for the package URL is a good practice as it allows for flexibility across different environments.


63-198: Comprehensive usage example

The code snippet provides a complete reference implementation including imports, state management, UI rendering, and interactivity. This will greatly help developers understand how to use the component.

Copy link
Owner

@TheOrcDev TheOrcDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add please top border for the drawer like we have everywhere, probably border-t-4 border-foreground dark:border-ring

You can check Sheet component for reference.

Also try to change this top indicator that is rounded to be squared:

Screenshot 2025-05-18 at 15 26 49

@wangshu24 wangshu24 requested a review from TheOrcDev May 18, 2025 15:49
@wangshu24
Copy link
Contributor Author

Add please top border for the drawer like we have everywhere, probably border-t-4 border-foreground dark:border-ring

You can check Sheet component for reference.

Also try to change this top indicator that is rounded to be squared:

Screenshot 2025-05-18 at 15 26 49

I've made the changes similar to how sheet handles the direction, though not including the top direction/side because of how finicky drawer behaves when applied top direction. Maybe we can log that as an issue in a ticket and fix that after/enhance after.

@TheOrcDev
Copy link
Owner

@wangshu24 added just couple of changes, merging! good job! ⚔️

@TheOrcDev TheOrcDev merged commit abc0846 into TheOrcDev:main May 19, 2025
0 of 2 checks passed
Riley1101 pushed a commit to Riley1101/8bitcn-ui that referenced this pull request Jun 8, 2025
* setting up 8bit version of the drawer component, setting up the template for the drawer page and example from shadcn

* made drawer component for content, trigger, footer and header into 8bit pixel style

* added example of drawer component, metadata graph image and ran registry build

* fix issue with dark mode button border not yellow

* reran registry build

* rewrite content component to make use of vaul primitive drawer content and modify drawer handle

* reran registry build

* remove top side for drawer content

* reran registry build

* refactor: update drawer and sheet components styling and positioning

* feat(drawer) change example code

---------

Co-authored-by: OrcDev <urosmiric88@gmail.com>
TheOrcDev added a commit that referenced this pull request Jun 9, 2025
* added syntax highlight

* Feat/drawer (#195)

* setting up 8bit version of the drawer component, setting up the template for the drawer page and example from shadcn

* made drawer component for content, trigger, footer and header into 8bit pixel style

* added example of drawer component, metadata graph image and ran registry build

* fix issue with dark mode button border not yellow

* reran registry build

* rewrite content component to make use of vaul primitive drawer content and modify drawer handle

* reran registry build

* remove top side for drawer content

* reran registry build

* refactor: update drawer and sheet components styling and positioning

* feat(drawer) change example code

---------

Co-authored-by: OrcDev <urosmiric88@gmail.com>

* chore: add GitHub Sponsors funding configuration file (#197)

* docs: add GitHub sponsor badge to README (#198)

* refactor: update React.ElementRef to React.ComponentRef in UI components for better type safety (#199)

* Feat/toast (#200)

* feat(registry) add toast

* refactor(toast) change to 8-bit toast

* feat(installation-commands) replace sonner with 8-bit toast (#201)

* chore: latest dependencies (#202)

* Feat navigation menu (#203)

* feat: navigation menu

* feat: navigation menu
fix code rabbit ai comments

* feat: navigation menu
- create better, more consistent border behavior
- fix broken links in demo

* feat: navigation menu
fix code rabbit ai comments

* feat: navigation menu
- Address review comment

* feat: navigation menu
- update registry file

* feat(nav-items) add new tag to navigation menu (#204)

* Feat/themes (#205)

* feat(app) add themes page

* feat(themes) add all retro themes

* feat: add theme copy dialog and refactor theme management with TypeScript enums

* style: update calendar sizing, code snippet layout and theme selector text colors

* style: update theme selector UI and adjust accent color values across themes

* style: adjust accent and muted color values in dark and light themes

* feat(themes) add metadata (#206)

* chore: add semicolons and consistent formatting across components (#207)

* chore: latest dependencies (#208)

* feat(button) add local font for react support (#209)

* refactor: replace custom font with Google Fonts for Press Start 2P (#210)

* refactor: move retro font to external CSS and simplify button styling (#211)

* refactor(app) make all components work on react (#212)

* style: add type prefix to VariantProps imports across components (#213)

* refactor: remove new badges from nav items (#214)

* refactor: remove new badge from mobile navigation items (#215)

* fix: adjust YAxis width from 45 to 46 pixels in chart component (#216)

* feat(registry) add bar chart component (#217)

* feat: add authentication and charts blocks pages with example components (#218)

* added syntax highlight

* Removed unused code

* re added Max height control

---------

Co-authored-by: Elias Tran <trandinhphuc1997@gmail.com>
Co-authored-by: OrcDev <urosmiric88@gmail.com>
Co-authored-by: YangZhao <bit.zhaoyang512@gmail.com>
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.

2 participants