[PR #2638] refactor(frontend): drop Bulma components/navbar import #5788

Open
opened 2026-04-16 13:52:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2638
Author: @tink-bot
Created: 4/15/2026
Status: 🔄 Open

Base: mainHead: refactor-drop-bulma-navbar


📝 Commits (1)

  • b0c54cd refactor(frontend): drop Bulma components/navbar import

📊 Changes

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

View changed files

📝 frontend/src/components/home/AppHeader.vue (+2 -2)
📝 frontend/src/styles/global.scss (+1 -1)

📄 Description

Summary

.navbar and .navbar-end are only used in AppHeader.vue. This ports the relevant Bulma rules into its scoped <style> block and drops the bulma-css-variables/sass/components/navbar partial import from global.scss.

Test plan

  • pnpm test:unit passes (969 tests)
  • pnpm lint:styles passes
  • Visual verification was not performed; the change is a like-for-like CSS port and AppHeader is hard to exercise meaningfully in isolation.

🔄 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/2638 **Author:** [@tink-bot](https://github.com/tink-bot) **Created:** 4/15/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `refactor-drop-bulma-navbar` --- ### 📝 Commits (1) - [`b0c54cd`](https://github.com/go-vikunja/vikunja/commit/b0c54cd56a431d9062c5e15ac2e0d52f9ef6e29d) refactor(frontend): drop Bulma components/navbar import ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/home/AppHeader.vue` (+2 -2) 📝 `frontend/src/styles/global.scss` (+1 -1) </details> ### 📄 Description ## Summary `.navbar` and `.navbar-end` are only used in `AppHeader.vue`. This ports the relevant Bulma rules into its scoped `<style>` block and drops the `bulma-css-variables/sass/components/navbar` partial import from `global.scss`. ## Test plan - `pnpm test:unit` passes (969 tests) - `pnpm lint:styles` passes - Visual verification was not performed; the change is a like-for-like CSS port and AppHeader is hard to exercise meaningfully in isolation. --- <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:52:15 -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#5788