[PR #25] [MERGED] Refactored fronted #878

Closed
opened 2026-02-26 12:09:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/25
Author: @0xJacky
Created: 8/1/2022
Status: Merged
Merged: 8/1/2022
Merged by: @0xJacky

Base: masterHead: frontend-next


📝 Commits (9)

  • 3b49053 [frontend-next] Refactored dashboard
  • d2fb41f [frontend-next] Refactored configs, terminal
  • 7681c53 [frontend-next] Added vite-plugin-build-id
  • 0d4b126 [frontend-next] Refactored NgxConfigEditor
  • 2f91918 [frontend-next] Refactored manage sites
  • 2fff1f5 [frontend-next] Refactored fronted
  • 8a68113 Create frontend.go
  • 4512fc0 [frontend-next] Optimized dark mode
  • 2a13103 [frontend-next] Optimized styles

📊 Changes

208 files changed (+5853 additions, -27898 deletions)

View changed files

📝 .github/workflows/build.yml (+4 -3)
frontend-next/.env.development (+0 -2)
frontend-next/.env.production (+0 -2)
frontend-next/.gitignore (+0 -24)
frontend-next/.vscode/extensions.json (+0 -3)
frontend-next/README.md (+0 -16)
frontend-next/index.html (+0 -13)
frontend-next/package.json (+0 -44)
frontend-next/public/favicon.ico (+0 -0)
frontend-next/public/vite.svg (+0 -1)
frontend-next/src/App.vue (+0 -35)
frontend-next/src/assets/img/logo.png (+0 -0)
frontend-next/src/components/Breadcrumb/Breadcrumb.vue (+0 -49)
frontend-next/src/components/Chart/CPUChart.vue (+0 -140)
frontend-next/src/components/Chart/DiskChart.vue (+0 -139)
frontend-next/src/components/Chart/LineChart.vue (+0 -37)
frontend-next/src/components/Chart/NetChart.vue (+0 -144)
frontend-next/src/components/Chart/RadialBarChart.vue (+0 -108)
frontend-next/src/components/FooterToolbar/FooterToolBar.vue (+0 -52)
frontend-next/src/components/FooterToolbar/index.js (+0 -3)

...and 80 more files

📄 Description

Technology stack: Vue3 + Vite3 + Typescript + Ant Design Vue v3


🔄 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/0xJacky/nginx-ui/pull/25 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 8/1/2022 **Status:** ✅ Merged **Merged:** 8/1/2022 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `master` ← **Head:** `frontend-next` --- ### 📝 Commits (9) - [`3b49053`](https://github.com/0xJacky/nginx-ui/commit/3b490535250d7e5b7d81fbbdeaad0c80dd191192) [frontend-next] Refactored dashboard - [`d2fb41f`](https://github.com/0xJacky/nginx-ui/commit/d2fb41fbdf46834d653b4a8d03146816cddf7490) [frontend-next] Refactored configs, terminal - [`7681c53`](https://github.com/0xJacky/nginx-ui/commit/7681c53bde3be85af9c7f4ed67b34d14970f1740) [frontend-next] Added vite-plugin-build-id - [`0d4b126`](https://github.com/0xJacky/nginx-ui/commit/0d4b126dd4b84cbf4e01d10d1e76b5a3f9604221) [frontend-next] Refactored NgxConfigEditor - [`2f91918`](https://github.com/0xJacky/nginx-ui/commit/2f91918f54cb510642e8eeac135f159e7e230786) [frontend-next] Refactored manage sites - [`2fff1f5`](https://github.com/0xJacky/nginx-ui/commit/2fff1f5181586035078f419baa252bf29efedec9) [frontend-next] Refactored fronted - [`8a68113`](https://github.com/0xJacky/nginx-ui/commit/8a681131a9fdc7e7bedfd1574c4e6da35c8f53e2) Create frontend.go - [`4512fc0`](https://github.com/0xJacky/nginx-ui/commit/4512fc03094420a355189ef6436cd50eb4c9bdcc) [frontend-next] Optimized dark mode - [`2a13103`](https://github.com/0xJacky/nginx-ui/commit/2a131031863eef7d3b858d3c00144e426955f5bc) [frontend-next] Optimized styles ### 📊 Changes **208 files changed** (+5853 additions, -27898 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+4 -3) ➖ `frontend-next/.env.development` (+0 -2) ➖ `frontend-next/.env.production` (+0 -2) ➖ `frontend-next/.gitignore` (+0 -24) ➖ `frontend-next/.vscode/extensions.json` (+0 -3) ➖ `frontend-next/README.md` (+0 -16) ➖ `frontend-next/index.html` (+0 -13) ➖ `frontend-next/package.json` (+0 -44) ➖ `frontend-next/public/favicon.ico` (+0 -0) ➖ `frontend-next/public/vite.svg` (+0 -1) ➖ `frontend-next/src/App.vue` (+0 -35) ➖ `frontend-next/src/assets/img/logo.png` (+0 -0) ➖ `frontend-next/src/components/Breadcrumb/Breadcrumb.vue` (+0 -49) ➖ `frontend-next/src/components/Chart/CPUChart.vue` (+0 -140) ➖ `frontend-next/src/components/Chart/DiskChart.vue` (+0 -139) ➖ `frontend-next/src/components/Chart/LineChart.vue` (+0 -37) ➖ `frontend-next/src/components/Chart/NetChart.vue` (+0 -144) ➖ `frontend-next/src/components/Chart/RadialBarChart.vue` (+0 -108) ➖ `frontend-next/src/components/FooterToolbar/FooterToolBar.vue` (+0 -52) ➖ `frontend-next/src/components/FooterToolbar/index.js` (+0 -3) _...and 80 more files_ </details> ### 📄 Description Technology stack: Vue3 + Vite3 + Typescript + Ant Design Vue v3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:09:48 +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/nginx-ui#878
No description provided.