Skip to content

Commit 471ccca

Browse files
DrJKLgithub-actions
andauthored
Style: Design System use across more components (#6705)
## Summary Only remaining use is in `buttonTypes.ts` which @viva-jinyi is going to be working on to consolidate our different buttons soon. ## Changes - **What**: Replace light/dark colors with theme aware design system tokens. ## Review Focus Double check the chosen colors for the components ## Screenshots | Before | After | | ------ | ----- | | <img width="607" height="432" alt="image" src="https://github.com/user-attachments/assets/6c0ee6d6-819f-40b1-b775-f8b25dd18104" /> | <img width="646" height="488" alt="image" src="https://github.com/user-attachments/assets/9c8532de-8ac6-4b48-9021-3fd0b3e0bc63" /> | ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6705-Style-WIP-Design-System-use-across-more-components-2ab6d73d365081619115fc5f87a46341) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 3effe71 commit 471ccca

File tree

106 files changed

+456
-2135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+456
-2135
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ pnpm format
243243

244244
### Styling
245245
- Use Tailwind CSS classes instead of custom CSS
246-
- Follow the existing dark theme pattern: `dark-theme:` prefix (not `dark:`)
246+
- NEVER use `dark:` or `dark-theme:` tailwind variants. Instead use a semantic value from the `style.css` theme, e.g. `bg-node-component-surface`
247247

248248
### Internationalization
249249
- All user-facing strings must use vue-i18n

browser_tests/tests/chatHistory.spec.ts

Lines changed: 0 additions & 144 deletions
This file was deleted.
576 Bytes
Loading
-133 Bytes
Loading
3.68 KB
Loading
35 Bytes
Loading
Loading
230 Bytes
Loading
-212 Bytes
Loading
-217 Bytes
Loading

0 commit comments

Comments
 (0)