Commit graph

97 commits

Author SHA1 Message Date
0c27dffef9 Improve dhcp server table 2024-07-30 23:46:08 +02:00
f8752f99af Improve Wireguard tables 2024-07-30 23:45:23 +02:00
185c1e723d add fireall rule log column 2024-07-30 23:44:29 +02:00
efa043ed35 User EnumTypeDisplay and ElementDisplay for firewall 2024-07-30 18:36:35 +02:00
f1d7b57a21 User EnumTypeDisplay for objects 2024-07-30 18:36:04 +02:00
e9b6963b4a run eslint --fix 2024-07-30 12:00:40 +02:00
32e209b996 Fix editing and name column of wireguard peers 2024-07-27 19:07:12 +02:00
adroslice
2c050ae61d Convert eslintrc in package.json to flat config
- I hate this. I hate that they forced this.
- But hey, at least it works again.
2024-05-18 21:35:09 +02:00
adroslice
fc18e9e8ac Implemented a basic array display for the table 2024-05-18 21:32:52 +02:00
eb5ea39d26 fix interface deleting 2024-02-10 19:57:28 +01:00
8e31d7ee99 fix wireguard editing 2024-02-10 19:57:12 +01:00
4f4f125796 fix interface listing 2024-01-14 23:09:13 +01:00
c2f1845c36 "fix " services list 2023-11-07 19:08:03 +01:00
090b030002 Add Confirm on Name Change 2023-11-07 19:04:57 +01:00
deac409136 fix List Pages to work with Vectors 2023-11-06 22:38:32 +01:00
4d928ca00e fix Update to use NicerForm 2023-11-06 22:37:55 +01:00
568d8cac5c Convert maps to vecs with name field 2023-11-06 02:34:34 +01:00
1e68d87d72 fix rule list pages 2023-11-04 15:32:26 +01:00
adro
a64a0b2938 Added Structural Documentation
- Also renamed some directories for consistency
- Moved all components into corresponding subdirectories
- Minor Text Changes
2023-11-03 19:35:45 +01:00
adro
e5b7bfeacb Added Heading component for Form Sections 2023-11-03 17:59:03 +01:00
adro
bc83309d6d Enhance EnumInput and Forms
- Soft-Nesting Layout to show structure without too much x-overhead
- Forms now use subgrid where possible
- Generalized form style to cover more cases and remove redundancy
- Minor definitions fix
- Made NicerForm a global component
- Updated Test Page to use global components
2023-11-02 23:53:54 +01:00
d548464202 Switch Create to NicerForm 2023-11-02 21:48:00 +01:00
cdfa7efd2d wip, adjust create and update to rust backend 2023-11-02 00:57:58 +01:00
adro
277753dde5 Merge branch 'main' of https://github.com/speatzle/nfsense 2023-11-01 09:28:34 +01:00
adro
5aec650946 Linting fixes and form style experiment
- Also updated pnpm on my end for a hopefully clean lockfile
2023-11-01 09:28:29 +01:00
138e862327 fix ntp server file naming 2023-11-01 04:07:31 +01:00
11837dfb9c fix dhcp title 2023-11-01 04:05:54 +01:00
d71a909684 fix edit creation rpc method name construction 2023-11-01 04:05:34 +01:00
ec48658bd0 fix edit loading rpc method name construction 2023-11-01 04:04:15 +01:00
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