[PR #2630] [MERGED] docs(frontend): document styles architecture and token system #5780

Closed
opened 2026-04-16 13:51:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2630
Author: @tink-bot
Created: 4/15/2026
Status: Merged
Merged: 4/15/2026
Merged by: @kolaente

Base: mainHead: docs-frontend-styles-readme


📝 Commits (1)

  • b08be15 docs(frontend): document styles architecture and token system

📊 Changes

4 files changed (+203 additions, -1 deletions)

View changed files

frontend/src/styles/README.md (+192 -0)
📝 frontend/src/styles/custom-properties/colors.scss (+4 -1)
📝 frontend/src/styles/custom-properties/shadows.scss (+3 -0)
📝 frontend/src/styles/theme/theme.scss (+4 -0)

📄 Description

The frontend/src/styles/ tree had no entry-point documentation, making it hard for new contributors to know where to add tokens, override Bulma, or wire up theme changes. Adds a README covering the directory map, the common-imports.scss no-output contract, the CSS custom-property token system, and dark-mode wiring. Adds short header comments to the main token files.

Fixes #499


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/2630 **Author:** [@tink-bot](https://github.com/tink-bot) **Created:** 4/15/2026 **Status:** ✅ Merged **Merged:** 4/15/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `docs-frontend-styles-readme` --- ### 📝 Commits (1) - [`b08be15`](https://github.com/go-vikunja/vikunja/commit/b08be1503084a04aa723d14deff4df1bfddee742) docs(frontend): document styles architecture and token system ### 📊 Changes **4 files changed** (+203 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/styles/README.md` (+192 -0) 📝 `frontend/src/styles/custom-properties/colors.scss` (+4 -1) 📝 `frontend/src/styles/custom-properties/shadows.scss` (+3 -0) 📝 `frontend/src/styles/theme/theme.scss` (+4 -0) </details> ### 📄 Description The `frontend/src/styles/` tree had no entry-point documentation, making it hard for new contributors to know where to add tokens, override Bulma, or wire up theme changes. Adds a README covering the directory map, the `common-imports.scss` no-output contract, the CSS custom-property token system, and dark-mode wiring. Adds short header comments to the main token files. Fixes #499 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 13:51:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#5780