[PR #24] [MERGED] React native #259

Closed
opened 2026-03-04 01:35:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/24
Author: @lts-po
Created: 5/16/2022
Status: Merged
Merged: 5/16/2022
Merged by: @lts-po

Base: devHead: react-native


📝 Commits (10+)

  • 70303b9 [ui] get rid of perfect-scrollbar, not used
  • acd3e78 Merge branch 'dev' of https://github.com/spr-networks/super into dev
  • 0ee0d81 [ui] strart moving the code to react-native (web) + native base
  • a183b97 [ui] more updates for modal
  • 9b88e02 [ui] more native - got a navbar + sidebar and color change
  • 786a665 [ui] AppContext for keeping track of things + other changes
  • 5f21698 [ui] more native components + modals / alerts / lists
  • c591c15 [ui] update navbar
  • 1d65f8f [ui] select => menu native component
  • 75995e8 [ui] select => menu native component

📊 Changes

255 files changed (+14187 additions, -45205 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+1 -1)
📝 api/code/api.go (+6 -2)
📝 api/code/auth.go (+138 -37)
📝 base/template_configs/base/api.json (+13 -2)
📝 docker-compose-prebuilt.yml (+15 -5)
📝 docker-compose.yml (+15 -5)
dyndns/Dockerfile (+25 -0)
dyndns/code/dyndns_plugin.go (+220 -0)
dyndns/code/go.mod (+5 -0)
dyndns/code/go.sum (+2 -0)
📝 frontend/README.md (+2 -10)
frontend/app.json (+4 -0)
frontend/babel.config.js (+3 -0)
📝 frontend/cypress/integration/spec.js (+1 -1)
frontend/github-assets/angular.png (+0 -0)
frontend/github-assets/chrome.png (+0 -0)
frontend/github-assets/edge.png (+0 -0)
frontend/github-assets/firefox.png (+0 -0)
frontend/github-assets/html.png (+0 -0)
frontend/github-assets/opera.png (+0 -0)

...and 80 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/spr-networks/super/pull/24 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 5/16/2022 **Status:** ✅ Merged **Merged:** 5/16/2022 **Merged by:** [@lts-po](https://github.com/lts-po) **Base:** `dev` ← **Head:** `react-native` --- ### 📝 Commits (10+) - [`70303b9`](https://github.com/spr-networks/super/commit/70303b95232ba4955dc0191a73784f63410992d0) [ui] get rid of perfect-scrollbar, not used - [`acd3e78`](https://github.com/spr-networks/super/commit/acd3e78c3a464d38ac5f614ad50b42cd8d0d086d) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`0ee0d81`](https://github.com/spr-networks/super/commit/0ee0d811ac7cd7845133dca88c05d7c0bae0b2a8) [ui] strart moving the code to react-native (web) + native base - [`a183b97`](https://github.com/spr-networks/super/commit/a183b971427aef862bd74fbf439270a293d2c26f) [ui] more updates for modal - [`9b88e02`](https://github.com/spr-networks/super/commit/9b88e02922637e5c8f55e12d5f89a01d8c15f7ee) [ui] more native - got a navbar + sidebar and color change - [`786a665`](https://github.com/spr-networks/super/commit/786a665bd065c0aaccb2c928a273782109c5dca2) [ui] AppContext for keeping track of things + other changes - [`5f21698`](https://github.com/spr-networks/super/commit/5f21698d2e56dbb2c678e05860c9f4d64b84e413) [ui] more native components + modals / alerts / lists - [`c591c15`](https://github.com/spr-networks/super/commit/c591c15f84cdfbabae249832b89e5089238f34f2) [ui] update navbar - [`1d65f8f`](https://github.com/spr-networks/super/commit/1d65f8f5bc73dd1cf24227543a06a541763dae99) [ui] select => menu native component - [`75995e8`](https://github.com/spr-networks/super/commit/75995e8d3c142572a2422bdee5e920db3dba28d9) [ui] select => menu native component ### 📊 Changes **255 files changed** (+14187 additions, -45205 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+1 -1) 📝 `api/code/api.go` (+6 -2) 📝 `api/code/auth.go` (+138 -37) 📝 `base/template_configs/base/api.json` (+13 -2) 📝 `docker-compose-prebuilt.yml` (+15 -5) 📝 `docker-compose.yml` (+15 -5) ➕ `dyndns/Dockerfile` (+25 -0) ➕ `dyndns/code/dyndns_plugin.go` (+220 -0) ➕ `dyndns/code/go.mod` (+5 -0) ➕ `dyndns/code/go.sum` (+2 -0) 📝 `frontend/README.md` (+2 -10) ➕ `frontend/app.json` (+4 -0) ➕ `frontend/babel.config.js` (+3 -0) 📝 `frontend/cypress/integration/spec.js` (+1 -1) ➖ `frontend/github-assets/angular.png` (+0 -0) ➖ `frontend/github-assets/chrome.png` (+0 -0) ➖ `frontend/github-assets/edge.png` (+0 -0) ➖ `frontend/github-assets/firefox.png` (+0 -0) ➖ `frontend/github-assets/html.png` (+0 -0) ➖ `frontend/github-assets/opera.png` (+0 -0) _...and 80 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-04 01:35:57 +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/super#259
No description provided.