[PR #1] [MERGED] feat(frontend): all-in-one build #11

Closed
opened 2026-03-03 18:51:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/oxygenpay/oxygen/pull/1
Author: @swift1337
Created: 6/13/2023
Status: Merged
Merged: 6/24/2023
Merged by: @swift1337

Base: developHead: add-build-options


📝 Commits (10+)

  • 1f1c175 added build options for dashboard
  • 6ac46ea added build options for payments
  • b952704 added login
  • 6b8d5c5 Increase TRON USDT gas fees
  • 3a1a594 added build options for dashboard
  • dd9ac9d added build options for payments
  • 137ff87 added login
  • 4916b18 Make ui-payment suitable for embedded build
  • e8864f0 Make ui-dashboard suitable for embedded build
  • a7cb14a Merge remote-tracking branch 'origin/add-build-options' into add-build-options

📊 Changes

22 files changed (+200 additions, -78 deletions)

View changed files

📝 docker-compose.local.yml (+2 -23)
📝 internal/scheduler/handler.go (+1 -1)
📝 internal/server/http/router.go (+5 -5)
📝 internal/server/http/server.go (+16 -1)
📝 internal/service/blockchain/service_fees.go (+3 -2)
📝 internal/service/processing/service_internal.go (+1 -1)
📝 ui-dashboard/.env.example (+4 -7)
📝 ui-dashboard/Makefile (+4 -2)
ui-dashboard/public/vite.svg (+0 -1)
📝 ui-dashboard/src/components/icon/icon.tsx (+5 -1)
📝 ui-dashboard/src/config.json (+1 -7)
📝 ui-dashboard/src/main.tsx (+20 -3)
📝 ui-dashboard/src/pages/login-page/login-page.scss (+11 -1)
📝 ui-dashboard/src/pages/login-page/login-page.tsx (+73 -3)
📝 ui-dashboard/src/providers/auth-provider.ts (+6 -1)
ui-dashboard/src/providers/posthog.ts (+6 -0)
📝 ui-dashboard/src/types/index.ts (+7 -1)
📝 ui-payment/.env.example (+6 -9)
📝 ui-payment/Makefile (+5 -3)
📝 ui-payment/src/components/Icon.tsx (+3 -1)

...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/oxygenpay/oxygen/pull/1 **Author:** [@swift1337](https://github.com/swift1337) **Created:** 6/13/2023 **Status:** ✅ Merged **Merged:** 6/24/2023 **Merged by:** [@swift1337](https://github.com/swift1337) **Base:** `develop` ← **Head:** `add-build-options` --- ### 📝 Commits (10+) - [`1f1c175`](https://github.com/oxygenpay/oxygen/commit/1f1c1759d379694277baf1c9aac4906504901cd2) added build options for dashboard - [`6ac46ea`](https://github.com/oxygenpay/oxygen/commit/6ac46ea9c0efa26293926fecf213e05bee23552d) added build options for payments - [`b952704`](https://github.com/oxygenpay/oxygen/commit/b952704492c558bec4cb5884f6a5216084531919) added login - [`6b8d5c5`](https://github.com/oxygenpay/oxygen/commit/6b8d5c508b041c544a1beb7f0ad12de17072ac13) Increase TRON USDT gas fees - [`3a1a594`](https://github.com/oxygenpay/oxygen/commit/3a1a594efe0bde51debbcb16fde9985bfb0b29ad) added build options for dashboard - [`dd9ac9d`](https://github.com/oxygenpay/oxygen/commit/dd9ac9d72ebb23d094dd1ba1b7b2bd2174021cc1) added build options for payments - [`137ff87`](https://github.com/oxygenpay/oxygen/commit/137ff87cbe212342b124c0dd49d576ae2071f37b) added login - [`4916b18`](https://github.com/oxygenpay/oxygen/commit/4916b1870ae42823064f3110f727cc8ccd784869) Make ui-payment suitable for embedded build - [`e8864f0`](https://github.com/oxygenpay/oxygen/commit/e8864f03ab385d0cb16ff0391f335391435e8879) Make ui-dashboard suitable for embedded build - [`a7cb14a`](https://github.com/oxygenpay/oxygen/commit/a7cb14a3030855af30f70ab6fd914f7829ea4171) Merge remote-tracking branch 'origin/add-build-options' into add-build-options ### 📊 Changes **22 files changed** (+200 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.local.yml` (+2 -23) 📝 `internal/scheduler/handler.go` (+1 -1) 📝 `internal/server/http/router.go` (+5 -5) 📝 `internal/server/http/server.go` (+16 -1) 📝 `internal/service/blockchain/service_fees.go` (+3 -2) 📝 `internal/service/processing/service_internal.go` (+1 -1) 📝 `ui-dashboard/.env.example` (+4 -7) 📝 `ui-dashboard/Makefile` (+4 -2) ➖ `ui-dashboard/public/vite.svg` (+0 -1) 📝 `ui-dashboard/src/components/icon/icon.tsx` (+5 -1) 📝 `ui-dashboard/src/config.json` (+1 -7) 📝 `ui-dashboard/src/main.tsx` (+20 -3) 📝 `ui-dashboard/src/pages/login-page/login-page.scss` (+11 -1) 📝 `ui-dashboard/src/pages/login-page/login-page.tsx` (+73 -3) 📝 `ui-dashboard/src/providers/auth-provider.ts` (+6 -1) ➕ `ui-dashboard/src/providers/posthog.ts` (+6 -0) 📝 `ui-dashboard/src/types/index.ts` (+7 -1) 📝 `ui-payment/.env.example` (+6 -9) 📝 `ui-payment/Makefile` (+5 -3) 📝 `ui-payment/src/components/Icon.tsx` (+3 -1) _...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-03-03 18:51:35 +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/oxygen#11
No description provided.