[PR #2636] [MERGED] refactor(frontend): drop Bulma helpers/float import #5786

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

📋 Pull Request Information

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

Base: mainHead: refactor-drop-bulma-float


📝 Commits (1)

  • 9bc05af refactor(frontend): port is-pulled-right locally and drop Bulma float helper

📊 Changes

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

View changed files

📝 frontend/src/styles/global.scss (+1 -1)
📝 frontend/src/styles/theme/helpers.scss (+4 -0)

📄 Description

Only .is-pulled-right is used anywhere in the codebase (3 callsites); .is-pulled-left and .is-clearfix from Bulma's helpers/float have zero usage. Ports the one needed rule into theme/helpers.scss so the Bulma import can be dropped.


🔄 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/2636 **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:** `refactor-drop-bulma-float` --- ### 📝 Commits (1) - [`9bc05af`](https://github.com/go-vikunja/vikunja/commit/9bc05af9894c52498fc9fe184a25bd4e4266ce97) refactor(frontend): port is-pulled-right locally and drop Bulma float helper ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/styles/global.scss` (+1 -1) 📝 `frontend/src/styles/theme/helpers.scss` (+4 -0) </details> ### 📄 Description Only `.is-pulled-right` is used anywhere in the codebase (3 callsites); `.is-pulled-left` and `.is-clearfix` from Bulma's `helpers/float` have zero usage. Ports the one needed rule into `theme/helpers.scss` so the Bulma import can be dropped. --- <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:10 -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#5786