[PR #2160] [CLOSED] feat(frontend): rebrand app to MyToDo with custom color scheme #5515

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2160
Author: @YiHungLee
Created: 1/26/2026
Status: Closed

Base: mainHead: claude/review-license-permissions-buMl4


📝 Commits (1)

  • 3273abf feat(frontend): rebrand app to MyToDo with custom color scheme

📊 Changes

7 files changed (+119 additions, -121 deletions)

View changed files

📝 frontend/index.html (+4 -4)
📝 frontend/package.json (+6 -6)
📝 frontend/src/assets/logo.svg (+1 -12)
📝 frontend/src/helpers/setTitle.ts (+2 -2)
📝 frontend/src/i18n/lang/en.json (+28 -28)
📝 frontend/src/styles/custom-properties/colors.scss (+75 -66)
📝 frontend/vite.config.ts (+3 -3)

📄 Description

  • Rename application from Vikunja to MyToDo
  • Update author to Yi-Hung Lee
  • Apply new color palette:
    • Light mode: Warm Cream backgrounds, Charcoal text, Ochre primary
    • Dark mode: #2a2826 background, #e8e3db text
  • Update logo.svg with new design
  • Update PWA manifest and meta tags with new theme color (#c99a2e)
  • Update all user-facing strings in en.json

🔄 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/2160 **Author:** [@YiHungLee](https://github.com/YiHungLee) **Created:** 1/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `claude/review-license-permissions-buMl4` --- ### 📝 Commits (1) - [`3273abf`](https://github.com/go-vikunja/vikunja/commit/3273abfaa8559ae7df0491bec32a5d4ad80ddc01) feat(frontend): rebrand app to MyToDo with custom color scheme ### 📊 Changes **7 files changed** (+119 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `frontend/index.html` (+4 -4) 📝 `frontend/package.json` (+6 -6) 📝 `frontend/src/assets/logo.svg` (+1 -12) 📝 `frontend/src/helpers/setTitle.ts` (+2 -2) 📝 `frontend/src/i18n/lang/en.json` (+28 -28) 📝 `frontend/src/styles/custom-properties/colors.scss` (+75 -66) 📝 `frontend/vite.config.ts` (+3 -3) </details> ### 📄 Description - Rename application from Vikunja to MyToDo - Update author to Yi-Hung Lee - Apply new color palette: - Light mode: Warm Cream backgrounds, Charcoal text, Ochre primary - Dark mode: #2a2826 background, #e8e3db text - Update logo.svg with new design - Update PWA manifest and meta tags with new theme color (#c99a2e) - Update all user-facing strings in en.json --- <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:41:11 -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#5515