[PR #13] [CLOSED] Add frontend and fix api links #104

Closed
opened 2026-02-15 16:30:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/13
Author: @aniket9763
Created: 7/31/2023
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

36 files changed (+30889 additions, -0 deletions)

View changed files

Frontend/.gitignore (+23 -0)
Frontend/README.md (+70 -0)
Frontend/build/asset-manifest.json (+15 -0)
Frontend/build/favicon.ico (+0 -0)
Frontend/build/index.html (+1 -0)
Frontend/build/logo192.png (+0 -0)
Frontend/build/logo512.png (+0 -0)
Frontend/build/manifest.json (+16 -0)
Frontend/build/robots.txt (+3 -0)
Frontend/build/static/css/main.76c593c5.css (+2 -0)
Frontend/build/static/css/main.76c593c5.css.map (+1 -0)
Frontend/build/static/js/787.4548c288.chunk.js (+2 -0)
Frontend/build/static/js/787.4548c288.chunk.js.map (+1 -0)
Frontend/build/static/js/main.6d964dab.js (+3 -0)
Frontend/build/static/js/main.6d964dab.js.LICENSE.txt (+39 -0)
Frontend/build/static/js/main.6d964dab.js.map (+1 -0)
Frontend/package-lock.json (+29794 -0)
Frontend/package.json (+39 -0)
Frontend/public/favicon.ico (+0 -0)
Frontend/public/index.html (+11 -0)

...and 16 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/Mintplex-Labs/vector-admin/pull/13 **Author:** [@aniket9763](https://github.com/aniket9763) **Created:** 7/31/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`0683790`](https://github.com/Mintplex-Labs/vector-admin/commit/0683790f7a62b759489bf0b93f696635c7f1ec06) add MV version - [`abe1146`](https://github.com/Mintplex-Labs/vector-admin/commit/abe11469495dee79aa27f842af9e0d5a3d29a6c5) fix links - [`fc6d511`](https://github.com/Mintplex-Labs/vector-admin/commit/fc6d5112e8989c54508f40cbbed5f63850bd8d43) frontend v1 ### 📊 Changes **36 files changed** (+30889 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Frontend/.gitignore` (+23 -0) ➕ `Frontend/README.md` (+70 -0) ➕ `Frontend/build/asset-manifest.json` (+15 -0) ➕ `Frontend/build/favicon.ico` (+0 -0) ➕ `Frontend/build/index.html` (+1 -0) ➕ `Frontend/build/logo192.png` (+0 -0) ➕ `Frontend/build/logo512.png` (+0 -0) ➕ `Frontend/build/manifest.json` (+16 -0) ➕ `Frontend/build/robots.txt` (+3 -0) ➕ `Frontend/build/static/css/main.76c593c5.css` (+2 -0) ➕ `Frontend/build/static/css/main.76c593c5.css.map` (+1 -0) ➕ `Frontend/build/static/js/787.4548c288.chunk.js` (+2 -0) ➕ `Frontend/build/static/js/787.4548c288.chunk.js.map` (+1 -0) ➕ `Frontend/build/static/js/main.6d964dab.js` (+3 -0) ➕ `Frontend/build/static/js/main.6d964dab.js.LICENSE.txt` (+39 -0) ➕ `Frontend/build/static/js/main.6d964dab.js.map` (+1 -0) ➕ `Frontend/package-lock.json` (+29794 -0) ➕ `Frontend/package.json` (+39 -0) ➕ `Frontend/public/favicon.ico` (+0 -0) ➕ `Frontend/public/index.html` (+11 -0) _...and 16 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>
yindo added the pull-request label 2026-02-15 16:30:17 -05:00
yindo closed this issue 2026-02-15 16:30:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#104