mirror of
https://github.com/moollaza/repo-remover.git
synced 2026-04-25 16:55:49 +03:00
[PR #2] [MERGED] Migrate Bootstrap-Vue to Buefy #14
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/repo-remover-moollaza#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:buefy📝 Commits (10+)
6aa3e13Start migrating to Buefy1ba4dd6Update UserBox, NavBar, ReposTable, and Filters to Buefy492489cUpdate modal to buefy card dialogeb99c78Reduce footer padding3a80d5eupdate action button, handle check-alld17b53eFix modal pluralizationd3f3577Fix mobile menu show/hide78f9d3dImprove ui responsiveness and spacingb7d364cRemove filter; moved to mixin23d4d3aUpdate 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.