forked from spr-networks/super
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS UI updates #patch (spr-networks#183)
* [ui] add useSwipe component for swipe left and right * [ui] mobile view * [ui] show device name if available * [ui] new edit device view * [ui] mac address * [ui] helper text for trailing dot on domain names, issue spr-networks#166 * [ui] bugfix multiple modal popups * [ui] add swipe up/down * [ui] swipe to refresh on mobile. also show time ago for query * [ui] skip useSwipe for now * [ui] dns override in separate view. fix mobile layout * [ui] dns override in separate view. fix mobile layout * [api] Save dhcp login time, publish scrubbed devices on udpate * [api] Update dhcp last time * [bolt] Switch to bbolt * [db] Rewrite sweep routine * [db] Add compaction routine * [db] Bump to go1.20 * [db] fix pointer dereference * [ui] Remove shrink notification, since compaction is in * [db] Fix inverted logic * [api] Formatting * [api] Add preliminary vlan trunking support * [api] Manage vlan trunk interface in lan_interfaces list * [ui] new edit device view * [api] Dont apply vlan tag if empty * [api] Refresh vlan trunks on startup * [api] Fix vlan command typo * [api] Create vlan trunk interface if not found and enabling * [api] Refresh VLAN Trunks when a VLANTag is updated * [api] fix vlan support typos * [ui] Add VLAN Tag support. Delay IP assignment update * [api] Update VLANs when creating a new device and removing one also * [ui] Add VLAN Tag support, DHCP Tooltip, database view to Events view * [ui] Add lan_upstream to defaults for edit device tags * [api] Do not clear out VLAN when assigning other items * [ui] add more icons for devices * [ui] add icon and color picker components * [ui] align group and tags * [ui] vlantag for mobile * [api] update ppp, wifi_uplink on startup * [api] Ensure built in plugins, plus plugins are updated during update routine * [api] Move link config to /link * [ui] Add LAN view * [ui] Fix LANIF note typo * [ui] Update VLAN Trunk Port Label * [api] sprloop owns Supernet IPs * [ui] Simplify VLAN subtype logic * [ui] Add some mega defaults for event db * [ui] support golang utc date format * [ui] use prettyDate * [dhcp] Do not need feature branch any longer * [ui] update device styling * [ui] icons * [ui] IconItem * [api] add device styling, icon and color * [ui] device icon * [ui] show and edit device icons * [ui] fix spacing for mobile * [ui] catch if no mesh * [ui] keys, only one uplink ip for now * [ui] keys for lists * [ui] cleanup warnings * [ui] cleanup * [ui] fix lists for mobile * [ui] add db for dns logs, fix wlan1 vs. wlan0, change devices * [ui] update mobile styling * [ui] add svg support for ios * [ui] add svg support for ios * [ui] use react-native-svg for icons * [ui] icon picker for ios * [ui] icon picker for ios * [ui] icons for ios * [ui] cleanup. catch if not enabled * [ui] add msg if mesh plugin is not enabled * [build] update auth configs location * [build] cleanup output * [ui] handle wifi check if not enabled --------- Co-authored-by: lts-po <[email protected]> Co-authored-by: Alex Rad <[email protected]> Co-authored-by: ltsrad <[email protected]>
- Loading branch information
1 parent
1d7e979
commit 99d7281
Showing
25 changed files
with
639 additions
and
557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.