mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #1] [MERGED] feat(frontend): all-in-one build #11
Labels
No labels
duplicate
not reproducible
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/oxygen#11
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/oxygenpay/oxygen/pull/1
Author: @swift1337
Created: 6/13/2023
Status: ✅ Merged
Merged: 6/24/2023
Merged by: @swift1337
Base:
develop← Head:add-build-options📝 Commits (10+)
1f1c175added build options for dashboard6ac46eaadded build options for paymentsb952704added login6b8d5c5Increase TRON USDT gas fees3a1a594added build options for dashboarddd9ac9dadded build options for payments137ff87added login4916b18Make ui-payment suitable for embedded builde8864f0Make ui-dashboard suitable for embedded builda7cb14aMerge 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.