[PR #2] [MERGED] Migrate Bootstrap-Vue to Buefy #14

Closed
opened 2026-02-26 04:36:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/2
Author: @moollaza
Created: 3/26/2019
Status: Merged
Merged: 3/26/2019
Merged by: @moollaza

Base: masterHead: buefy


📝 Commits (10+)

  • 6aa3e13 Start migrating to Buefy
  • 1ba4dd6 Update UserBox, NavBar, ReposTable, and Filters to Buefy
  • 492489c Update modal to buefy card dialog
  • eb99c78 Reduce footer padding
  • 3a80d5e update action button, handle check-all
  • d17b53e Fix modal pluralization
  • d3f3577 Fix mobile menu show/hide
  • 78f9d3d Improve ui responsiveness and spacing
  • b7d364c Remove filter; moved to mixin
  • 23d4d3a Update success/fail notifications

📊 Changes

22 files changed (+1612 additions, -1539 deletions)

View changed files

📝 package.json (+3 -2)
public/get-personal-access-token.gif (+0 -0)
📝 src/App.vue (+29 -24)
📝 src/components/ConfirmActionModal.vue (+64 -39)
src/components/NavBar.vue (+0 -36)
📝 src/components/ReposTable.vue (+295 -248)
src/components/TheNavBar.vue (+108 -0)
src/components/TheTokenForm.vue (+108 -0)
src/components/TokenForm.vue (+0 -52)
src/components/UpdateAlerts.vue (+0 -91)
📝 src/components/UserBox.vue (+33 -27)
📝 src/graphql/GitHubViewer.gql (+1 -1)
📝 src/main.js (+3 -4)
📝 src/mixins.js (+12 -25)
src/scss/_base.scss (+8 -0)
src/scss/_styles.scss (+28 -0)
src/scss/_variables.scss (+27 -0)
📝 src/views/About.vue (+2 -2)
📝 src/views/Details.vue (+81 -62)
📝 src/views/Home.vue (+26 -7)

...and 2 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/moollaza/repo-remover/pull/2 **Author:** [@moollaza](https://github.com/moollaza) **Created:** 3/26/2019 **Status:** ✅ Merged **Merged:** 3/26/2019 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `buefy` --- ### 📝 Commits (10+) - [`6aa3e13`](https://github.com/moollaza/repo-remover/commit/6aa3e1378afb749e0383bc89a841ab79bf6baa12) Start migrating to Buefy - [`1ba4dd6`](https://github.com/moollaza/repo-remover/commit/1ba4dd6ccc0cf9d04a43a88e28f908180ca8a43b) Update UserBox, NavBar, ReposTable, and Filters to Buefy - [`492489c`](https://github.com/moollaza/repo-remover/commit/492489c3f656f20149c30c6e1a62458b4fea57b9) Update modal to buefy card dialog - [`eb99c78`](https://github.com/moollaza/repo-remover/commit/eb99c78edcb7fec4e697393f72ebabcd3a8d81fa) Reduce footer padding - [`3a80d5e`](https://github.com/moollaza/repo-remover/commit/3a80d5edd897d0fbe32a12127882cd665f51a6a9) update action button, handle check-all - [`d17b53e`](https://github.com/moollaza/repo-remover/commit/d17b53ebb8b7b0d074622852c491b0cb64bfa91f) Fix modal pluralization - [`d3f3577`](https://github.com/moollaza/repo-remover/commit/d3f3577f5fa180efd3210d9b3ce3f596a8fbd79b) Fix mobile menu show/hide - [`78f9d3d`](https://github.com/moollaza/repo-remover/commit/78f9d3da437fda07304cd0b2ec3d7f0a12ac82ee) Improve ui responsiveness and spacing - [`b7d364c`](https://github.com/moollaza/repo-remover/commit/b7d364ccc081641b25f91e971b8191f77614dc75) Remove filter; moved to mixin - [`23d4d3a`](https://github.com/moollaza/repo-remover/commit/23d4d3a2c7f906d4fadb42da7f3a0a4cd3202c33) Update success/fail notifications ### 📊 Changes **22 files changed** (+1612 additions, -1539 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+3 -2) ➕ `public/get-personal-access-token.gif` (+0 -0) 📝 `src/App.vue` (+29 -24) 📝 `src/components/ConfirmActionModal.vue` (+64 -39) ➖ `src/components/NavBar.vue` (+0 -36) 📝 `src/components/ReposTable.vue` (+295 -248) ➕ `src/components/TheNavBar.vue` (+108 -0) ➕ `src/components/TheTokenForm.vue` (+108 -0) ➖ `src/components/TokenForm.vue` (+0 -52) ➖ `src/components/UpdateAlerts.vue` (+0 -91) 📝 `src/components/UserBox.vue` (+33 -27) 📝 `src/graphql/GitHubViewer.gql` (+1 -1) 📝 `src/main.js` (+3 -4) 📝 `src/mixins.js` (+12 -25) ➕ `src/scss/_base.scss` (+8 -0) ➕ `src/scss/_styles.scss` (+28 -0) ➕ `src/scss/_variables.scss` (+27 -0) 📝 `src/views/About.vue` (+2 -2) 📝 `src/views/Details.vue` (+81 -62) 📝 `src/views/Home.vue` (+26 -7) _...and 2 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>
kerem 2026-02-26 04:36:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/repo-remover-moollaza#14
No description provided.