[PR #1] [CLOSED] Nuxt #13

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/1
Author: @moollaza
Created: 2/23/2019
Status: Closed

Base: masterHead: nuxt


📝 Commits (6)

📊 Changes

30 files changed (+3883 additions, -2754 deletions)

View changed files

📝 .editorconfig (+1 -6)
.eslintrc.js (+20 -0)
📝 .gitignore (+81 -15)
📝 README.md (+12 -23)
ava.config.js (+5 -0)
babel.config.js (+0 -5)
📝 components/ConfirmActionModal.vue (+2 -3)
📝 components/NavBar.vue (+0 -0)
📝 components/ReposTable.vue (+4 -4)
📝 components/TokenForm.vue (+0 -4)
📝 components/UpdateAlerts.vue (+1 -1)
📝 components/UserBox.vue (+0 -0)
📝 graphql/GitHubViewer.gql (+0 -0)
📝 layouts/default.vue (+0 -2)
📝 mixins.js (+1 -1)
nuxt.config.js (+87 -0)
📝 package.json (+36 -55)
📝 pages/about.vue (+0 -0)
📝 pages/details.vue (+4 -4)
📝 pages/index.vue (+0 -0)

...and 10 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/1 **Author:** [@moollaza](https://github.com/moollaza) **Created:** 2/23/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `nuxt` --- ### 📝 Commits (6) - [`f148a2f`](https://github.com/moollaza/repo-remover/commit/f148a2f0ee5666624b687b93e5536525fb2ab0f3) Convert to nuxt app - [`a5b7d11`](https://github.com/moollaza/repo-remover/commit/a5b7d11103a68bf5518db410f427256ea087b120) Remove unused dirs and READMEs - [`292b4d5`](https://github.com/moollaza/repo-remover/commit/292b4d5d1fe8d622787193ac23302454633fefda) Bring back semicolons; - [`bbda69c`](https://github.com/moollaza/repo-remover/commit/bbda69c09600d13aa5176996a34268d7baad717e) Ignore vscode files - [`dd8e658`](https://github.com/moollaza/repo-remover/commit/dd8e658b78569d1b84d80c42fb167b3ebd1f1068) Bring back double quotes too "" - [`bc94bd2`](https://github.com/moollaza/repo-remover/commit/bc94bd2ca2997f5cab9025b4746a8866cafc21ea) Update now-build script ### 📊 Changes **30 files changed** (+3883 additions, -2754 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+1 -6) ➕ `.eslintrc.js` (+20 -0) 📝 `.gitignore` (+81 -15) 📝 `README.md` (+12 -23) ➕ `ava.config.js` (+5 -0) ➖ `babel.config.js` (+0 -5) 📝 `components/ConfirmActionModal.vue` (+2 -3) 📝 `components/NavBar.vue` (+0 -0) 📝 `components/ReposTable.vue` (+4 -4) 📝 `components/TokenForm.vue` (+0 -4) 📝 `components/UpdateAlerts.vue` (+1 -1) 📝 `components/UserBox.vue` (+0 -0) 📝 `graphql/GitHubViewer.gql` (+0 -0) 📝 `layouts/default.vue` (+0 -2) 📝 `mixins.js` (+1 -1) ➕ `nuxt.config.js` (+87 -0) 📝 `package.json` (+36 -55) 📝 `pages/about.vue` (+0 -0) 📝 `pages/details.vue` (+4 -4) 📝 `pages/index.vue` (+0 -0) _...and 10 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#13
No description provided.