[PR #1248] [MERGED] feat: stylelint #3288

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1248
Author: @kolaente
Created: 8/6/2025
Status: Merged
Merged: 8/6/2025
Merged by: @kolaente

Base: mainHead: feature/stylelint


📝 Commits (2)

📊 Changes

74 files changed (+979 additions, -349 deletions)

View changed files

📝 .github/workflows/test.yml (+9 -0)
📝 AGENTS.md (+4 -2)
frontend/.stylelintrc.json (+91 -0)
📝 frontend/package.json (+8 -1)
📝 frontend/pnpm-lock.yaml (+534 -0)
📝 frontend/src/components/base/Expandable.vue (+3 -3)
📝 frontend/src/components/date/DatepickerWithRange.vue (+9 -9)
📝 frontend/src/components/date/DatepickerWithValues.vue (+9 -9)
📝 frontend/src/components/home/AddToHomeScreen.vue (+1 -1)
📝 frontend/src/components/home/AppHeader.vue (+5 -5)
📝 frontend/src/components/home/ContentAuth.vue (+7 -7)
📝 frontend/src/components/home/ContentLinkShare.vue (+6 -6)
📝 frontend/src/components/home/Logo.vue (+2 -2)
📝 frontend/src/components/home/MenuButton.vue (+12 -12)
📝 frontend/src/components/home/Navigation.vue (+3 -3)
📝 frontend/src/components/home/ProjectsNavigationItem.vue (+6 -6)
📝 frontend/src/components/home/UpdateNotification.vue (+2 -2)
📝 frontend/src/components/input/AutocompleteDropdown.vue (+4 -6)
📝 frontend/src/components/input/Button.vue (+4 -6)
📝 frontend/src/components/input/ColorPicker.vue (+7 -7)

...and 54 more files

📄 Description

No description provided


🔄 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/1248 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 8/6/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feature/stylelint` --- ### 📝 Commits (2) - [`93768fa`](https://github.com/go-vikunja/vikunja/commit/93768fa29a0e77e04083a166cf2505d6bfd650ee) feat: install stylelint - [`2c028ea`](https://github.com/go-vikunja/vikunja/commit/2c028eac8e55611aceb300412aa4e7bf61e5d652) fix: style issues ### 📊 Changes **74 files changed** (+979 additions, -349 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+9 -0) 📝 `AGENTS.md` (+4 -2) ➕ `frontend/.stylelintrc.json` (+91 -0) 📝 `frontend/package.json` (+8 -1) 📝 `frontend/pnpm-lock.yaml` (+534 -0) 📝 `frontend/src/components/base/Expandable.vue` (+3 -3) 📝 `frontend/src/components/date/DatepickerWithRange.vue` (+9 -9) 📝 `frontend/src/components/date/DatepickerWithValues.vue` (+9 -9) 📝 `frontend/src/components/home/AddToHomeScreen.vue` (+1 -1) 📝 `frontend/src/components/home/AppHeader.vue` (+5 -5) 📝 `frontend/src/components/home/ContentAuth.vue` (+7 -7) 📝 `frontend/src/components/home/ContentLinkShare.vue` (+6 -6) 📝 `frontend/src/components/home/Logo.vue` (+2 -2) 📝 `frontend/src/components/home/MenuButton.vue` (+12 -12) 📝 `frontend/src/components/home/Navigation.vue` (+3 -3) 📝 `frontend/src/components/home/ProjectsNavigationItem.vue` (+6 -6) 📝 `frontend/src/components/home/UpdateNotification.vue` (+2 -2) 📝 `frontend/src/components/input/AutocompleteDropdown.vue` (+4 -6) 📝 `frontend/src/components/input/Button.vue` (+4 -6) 📝 `frontend/src/components/input/ColorPicker.vue` (+7 -7) _...and 54 more files_ </details> ### 📄 Description _No description provided_ --- <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:39:29 -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#3288