[PR #2633] [MERGED] refactor(frontend): detach Modal.vue from Bulma's modal partial #8417

Closed
opened 2026-04-20 18:12:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: fix-modal-detach-bulma


📝 Commits (3)

  • 752918e refactor(frontend): inline modal-card-head-padding in Card footer
  • 4e6c7d7 refactor(frontend): inline modal-content-spacing-tablet in PDF preview
  • be7ed7d refactor(frontend): drop unused Bulma modal partial import

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 frontend/src/components/misc/Card.vue (+1 -1)
📝 frontend/src/components/tasks/partials/Attachments.vue (+1 -1)
📝 frontend/src/styles/global.scss (+1 -1)

📄 Description

Modal.vue has used a native <dialog> element with its own locally-scoped class names for a while, so Bulma's components/modal partial was effectively dead code. This removes it and inlines the two CSS variables (--modal-card-head-padding, --modal-content-spacing-tablet) that still had callers — both with Bulma's defaults, so no visual change is intended.


🔄 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/2633 **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:** `fix-modal-detach-bulma` --- ### 📝 Commits (3) - [`752918e`](https://github.com/go-vikunja/vikunja/commit/752918e6811c72c7d13f6f41b95f23e7d76b1d2c) refactor(frontend): inline modal-card-head-padding in Card footer - [`4e6c7d7`](https://github.com/go-vikunja/vikunja/commit/4e6c7d77fb097171cb281573f8ed3f6e13eaf37b) refactor(frontend): inline modal-content-spacing-tablet in PDF preview - [`be7ed7d`](https://github.com/go-vikunja/vikunja/commit/be7ed7d37b689e6166014453e94d23e5d0660972) refactor(frontend): drop unused Bulma modal partial import ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/misc/Card.vue` (+1 -1) 📝 `frontend/src/components/tasks/partials/Attachments.vue` (+1 -1) 📝 `frontend/src/styles/global.scss` (+1 -1) </details> ### 📄 Description Modal.vue has used a native `<dialog>` element with its own locally-scoped class names for a while, so Bulma's `components/modal` partial was effectively dead code. This removes it and inlines the two CSS variables (`--modal-card-head-padding`, `--modal-content-spacing-tablet`) that still had callers — both with Bulma's defaults, so no visual change is intended. --- <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-20 18:12:20 -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#8417