[PR #981] [MERGED] chore(frontend): enforce tab indentation #1121

Closed
opened 2025-11-01 21:11:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: feat/add-tab-indentation-rule-to-eslint


📝 Commits (2)

  • 01acd82 chore(frontend): enforce tab indentation
  • 43ef1c2 chore: fix indentation

📊 Changes

35 files changed (+363 additions, -362 deletions)

View changed files

📝 frontend/eslint.config.js (+1 -0)
📝 frontend/src/components/base/BaseButton.story.vue (+7 -7)
📝 frontend/src/components/base/Expandable.vue (+31 -31)
📝 frontend/src/components/input/editor/TipTap.vue (+5 -5)
📝 frontend/src/components/input/editor/commands.ts (+19 -19)
📝 frontend/src/components/input/editor/stopLinkOnSpace.ts (+11 -11)
📝 frontend/src/components/input/editor/suggestion.ts (+196 -196)
📝 frontend/src/components/misc/Modal.vue (+1 -1)
📝 frontend/src/components/misc/Subscription.vue (+2 -2)
📝 frontend/src/components/project/partials/FilterInput.vue (+1 -1)
📝 frontend/src/components/sharing/LinkSharing.vue (+3 -3)
📝 frontend/src/components/tasks/AddTask.vue (+2 -2)
📝 frontend/src/components/tasks/partials/Description.vue (+1 -1)
📝 frontend/src/components/tasks/partials/Heading.vue (+2 -2)
📝 frontend/src/components/tasks/partials/RelatedTasks.vue (+1 -1)
📝 frontend/src/composables/useColorScheme.ts (+2 -2)
📝 frontend/src/composables/useProjectBackground.ts (+2 -2)
📝 frontend/src/composables/useTaskList.ts (+19 -19)
📝 frontend/src/constants/rights.ts (+3 -3)
📝 frontend/src/helpers/createAsyncComponent.ts (+3 -3)

...and 15 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/981 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/add-tab-indentation-rule-to-eslint` --- ### 📝 Commits (2) - [`01acd82`](https://github.com/go-vikunja/vikunja/commit/01acd82662738e41a1c1ba4e6ffa53b725acf0f7) chore(frontend): enforce tab indentation - [`43ef1c2`](https://github.com/go-vikunja/vikunja/commit/43ef1c29e6711880602d1c22cea0ea5744e22cec) chore: fix indentation ### 📊 Changes **35 files changed** (+363 additions, -362 deletions) <details> <summary>View changed files</summary> 📝 `frontend/eslint.config.js` (+1 -0) 📝 `frontend/src/components/base/BaseButton.story.vue` (+7 -7) 📝 `frontend/src/components/base/Expandable.vue` (+31 -31) 📝 `frontend/src/components/input/editor/TipTap.vue` (+5 -5) 📝 `frontend/src/components/input/editor/commands.ts` (+19 -19) 📝 `frontend/src/components/input/editor/stopLinkOnSpace.ts` (+11 -11) 📝 `frontend/src/components/input/editor/suggestion.ts` (+196 -196) 📝 `frontend/src/components/misc/Modal.vue` (+1 -1) 📝 `frontend/src/components/misc/Subscription.vue` (+2 -2) 📝 `frontend/src/components/project/partials/FilterInput.vue` (+1 -1) 📝 `frontend/src/components/sharing/LinkSharing.vue` (+3 -3) 📝 `frontend/src/components/tasks/AddTask.vue` (+2 -2) 📝 `frontend/src/components/tasks/partials/Description.vue` (+1 -1) 📝 `frontend/src/components/tasks/partials/Heading.vue` (+2 -2) 📝 `frontend/src/components/tasks/partials/RelatedTasks.vue` (+1 -1) 📝 `frontend/src/composables/useColorScheme.ts` (+2 -2) 📝 `frontend/src/composables/useProjectBackground.ts` (+2 -2) 📝 `frontend/src/composables/useTaskList.ts` (+19 -19) 📝 `frontend/src/constants/rights.ts` (+3 -3) 📝 `frontend/src/helpers/createAsyncComponent.ts` (+3 -3) _...and 15 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 2025-11-01 21:11:25 -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#1121