Commit graph

68 commits

Author SHA1 Message Date
84de607102 rename rpc methods to new schema, fix delete id 2023-11-01 03:55:39 +01:00
adro
7d2ef675f7 Add EnumInput (WIP)
- Also Slight linting adjustment
- Slight form style adustment
- Visually descendant fields version
2023-10-31 22:52:58 +01:00
7ef66c772f Correct wireguard rpc calls 2023-10-30 22:12:44 +01:00
18ef592c55 Add config Change tracking 2023-10-30 18:26:09 +01:00
80a826964e remove old data reordering 2023-10-30 02:03:18 +01:00
2333a8ebf1 Fix dhcpv4 2023-10-28 21:04:13 +02:00
e7628e97fb Rename DHCP v4 2023-10-28 19:35:15 +02:00
c0b5aefa4a adjust apicalls for rust backend 2023-10-28 19:15:40 +02:00
adroslice
e749f68fef WIP DropdownInput
- Moved some setup to onMounted
- Added local prop bindings
- Strict to loose key comparison
- Generalized form style for .form as well
- Test page updated to include NicerForm and Selects
2023-10-22 22:16:08 +02:00
04ae8f05c3 Add Translated Columns to NAT Rules 2023-05-14 13:25:15 +02:00
bd26cf893d Add User Management Frontend 2023-05-14 03:24:02 +02:00
64a449e9b4 Fix Edit form for Number Type ID's 2023-05-13 22:51:07 +02:00
97d3609b03 Fix Function Name 2023-05-13 22:10:07 +02:00
7bff4c5de1 Fix Edit Button 2023-05-13 22:09:50 +02:00
e2aad5ec97 Add Wireguard UI 2023-05-06 21:15:03 +02:00
29e9a0b9b8 Add DNs Server Frontend 2023-04-24 21:58:06 +02:00
76b74be877 Add NTP Server Frontend 2023-04-24 20:02:16 +02:00
fee57b0382 add missing semicolons 2023-04-23 19:38:54 +02:00
eec845ee76 fix edit addresses id 2023-04-13 22:50:18 +02:00
7c29758226 Add DHCP v4 Page 2023-04-13 19:29:18 +02:00
adroslice
35fc517b13 DropdownInput improvements
- Can now use a Search Provider
  - Will automatically when searching
  - Will automatically run when unknown keys are supplied from outisde
    - Rejects then still unknown keys
- Can now have its placeholder text customized
- Usability improvements, in particular relating to mouse navigation
- Some bug fixes
- Also added useToast to auto imports
- Also added new unindexed test page
2023-04-12 21:26:49 +02:00
5f09adb10c Get Update/Edit Form Working 2023-04-12 20:37:46 +02:00
6444636abd Remove Unused code 2023-04-12 20:35:16 +02:00
ec0067d27f Fix Edit Interface Button 2023-04-12 20:27:14 +02:00
53fca4f340
Feat custom multiselect (#12)
* WIP Multiselect

* Reworked Multiselect into multiple Components
- Also finished feature implementation

---------

Co-authored-by: adroslice <adriel.m.slice@gmail.com>
2023-04-11 19:43:09 +02:00
f01ea3fdb7 Add dbus Test 2023-04-08 23:06:09 +02:00
ff28b30d93 Add Static Route Frontend 2023-04-08 18:10:58 +02:00
fae889b20e Add More Toasts 2023-04-04 22:45:00 +02:00
c39c3d6606 use plugin helper 2023-04-04 17:06:56 +02:00
43f93d8d93 Use Correct Name for Create Success toast 2023-04-04 00:27:01 +02:00
d7f2eb64f9 Add Form Submit Functionality 2023-04-03 23:44:23 +02:00
54460ca3d5 Move edit to end of path 2023-04-03 23:01:05 +02:00
4c78d1da66
Nice form (#11)
* wip

* vee-validate experiments

* get test enabled form working

* Make PillBar Properly work with ModelValue

* Register NumberBox Globally

* Rework NiceForm

* Use new form props

* Rework Definitions for new Form
2023-04-03 22:59:20 +02:00
ffe2bf1880 Move types to definitions.ts, minor improvements 2023-04-02 18:57:30 +02:00
f91132f200 MAke Create Page not crash 2023-04-02 16:59:17 +02:00
f0edca127f fix router link disabling 2023-04-02 16:58:40 +02:00
0fdd9ddf60 setup proper create and edit router links 2023-04-02 16:22:25 +02:00
4bd841963e setup edit page 2023-04-02 16:21:57 +02:00
0ddeee2f5c Implement Rule Reordering 2023-04-02 12:47:56 +02:00
d4741c933f Use Tableview for Rule Pages 2023-04-02 11:57:36 +02:00
8d957a53e2 Make draggable a prop 2023-04-02 02:54:15 +02:00
75e981545a change title 2023-04-02 02:11:03 +02:00
742064e982 Add Config Page 2023-04-02 02:03:34 +02:00
5a15479c92 Remove Interfaces Apply 2023-04-02 02:01:15 +02:00
27a2eabd82 Remove Interfaces Apply Button 2023-04-02 01:18:13 +02:00
29bfd7f708 only Enable Delete if there is one selection 2023-04-01 02:01:11 +02:00
02016cbbf3 Added Actions 2023-04-01 02:00:41 +02:00
9568adbd8e Change Delete Parameter Name 2023-04-01 01:09:01 +02:00
61ae805305 Add Delete Interface 2023-04-01 01:03:27 +02:00
e72c2c4f2e Add Apply Interfaces 2023-04-01 00:49:00 +02:00