[PR #1915] [MERGED] feat: Added background brightness setting #3781

Closed
opened 2026-03-22 14:54:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1915
Author: @mithileshgupta12
Created: 12/1/2025
Status: Merged
Merged: 12/2/2025
Merged by: @kolaente

Base: mainHead: feat/filter-background-brightness


📝 Commits (7)

  • af18d56 Added background brightness setting
  • 85bd20d Fixed frontend lint issues
  • 6d9fd5d Changed backgroundBrightness to number input
  • d7a00bd Fixed frontend lint issues
  • 0cb47aa Fixed some issues
  • 0581a6b Removed default value
  • 1537c2b Update frontend/src/components/home/ContentAuth.vue

📊 Changes

5 files changed (+43 additions, -2 deletions)

View changed files

📝 frontend/src/components/home/ContentAuth.vue (+10 -1)
📝 frontend/src/i18n/lang/en.json (+3 -0)
📝 frontend/src/modelTypes/IUserSettings.ts (+1 -0)
📝 frontend/src/stores/auth.ts (+1 -0)
📝 frontend/src/views/user/settings/General.vue (+28 -1)

📄 Description

Closes https://github.com/go-vikunja/vikunja/pull/1142


🔄 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/1915 **Author:** [@mithileshgupta12](https://github.com/mithileshgupta12) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/filter-background-brightness` --- ### 📝 Commits (7) - [`af18d56`](https://github.com/go-vikunja/vikunja/commit/af18d5682fe4f13e89d55d721b1a192aaa3e78bb) Added background brightness setting - [`85bd20d`](https://github.com/go-vikunja/vikunja/commit/85bd20d26f3dbd5395bb1b3ba5020add1eeee02b) Fixed frontend lint issues - [`6d9fd5d`](https://github.com/go-vikunja/vikunja/commit/6d9fd5dbbc90cc11d9108d8f71362ca6a058dcfa) Changed backgroundBrightness to number input - [`d7a00bd`](https://github.com/go-vikunja/vikunja/commit/d7a00bd4a84a5cbc37f0f68d6c9909b23ac364ca) Fixed frontend lint issues - [`0cb47aa`](https://github.com/go-vikunja/vikunja/commit/0cb47aaeacd103170c13e4e1c4bfbb32f1a32011) Fixed some issues - [`0581a6b`](https://github.com/go-vikunja/vikunja/commit/0581a6b2c7561c81d01067366b813f526ad41c32) Removed default value - [`1537c2b`](https://github.com/go-vikunja/vikunja/commit/1537c2b260d696aaadb986d4b76f3771c2533ede) Update frontend/src/components/home/ContentAuth.vue ### 📊 Changes **5 files changed** (+43 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/home/ContentAuth.vue` (+10 -1) 📝 `frontend/src/i18n/lang/en.json` (+3 -0) 📝 `frontend/src/modelTypes/IUserSettings.ts` (+1 -0) 📝 `frontend/src/stores/auth.ts` (+1 -0) 📝 `frontend/src/views/user/settings/General.vue` (+28 -1) </details> ### 📄 Description Closes https://github.com/go-vikunja/vikunja/pull/1142 --- <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-03-22 14:54:02 -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#3781