Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.

feat: app layout - #260

Merged
adaam2 merged 4 commits into
mainfrom
feat/app-layout
Aug 4, 2025
Merged

feat: app layout#260
adaam2 merged 4 commits into
mainfrom
feat/app-layout

Conversation

@adaam2

@adaam2 adaam2 commented Aug 4, 2025

Copy link
Copy Markdown
Member

No description provided.

@adaam2
adaam2 requested review from bradcypert and farazcsk August 4, 2025 14:36
Comment thread src/utilities.css
background-color: var(--color-neutral-100);

@variant dark {
background-color: var(--color-neutral-900);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice, really I want to move all the utilities to be defined this way instead of how we have it now where there is a variable for each one.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah tbh i found that tokens file a bit of a mess - we should rationalize it in our meeting tomorrow!

@farazcsk farazcsk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM. Let's tighten when it's in the sandbox

@@ -0,0 +1,287 @@
import { cn } from '@/lib/utils'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice appreciate the declarative apis here

We might be able to make some of the validation easier by using https://www.radix-ui.com/primitives/docs/utilities/slot in future.

@adaam2
adaam2 merged commit a650557 into main Aug 4, 2025
9 checks passed
@adaam2
adaam2 deleted the feat/app-layout branch August 4, 2025 14:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants