From a64a0b2938b05d33ef137f140085c8adb708710b Mon Sep 17 00:00:00 2001 From: adro Date: Fri, 3 Nov 2023 19:35:45 +0100 Subject: [PATCH] Added Structural Documentation - Also renamed some directories for consistency - Moved all components into corresponding subdirectories - Minor Text Changes --- client/README.md | 35 +++++++++++-------- .../components/{ => display}/NiceTable.vue | 0 client/src/components/display/README.md | 2 ++ .../components/{ => display}/TableView.vue | 0 .../components/{inputs => input}/CheckBox.vue | 0 .../{inputs => input}/DropdownInput.vue | 0 .../{inputs => input}/EnumInput.vue | 0 .../{inputs => input}/MultiSelect.vue | 0 .../{inputs => input}/MultilineTextBox.vue | 0 .../src/components/{ => input}/NiceForm.vue | 0 .../{inputs => input}/NicerForm.vue | 0 .../{inputs => input}/NumberBox.vue | 0 .../components/{inputs => input}/PillBar.vue | 0 client/src/components/input/README.md | 3 ++ .../{inputs => input}/SingleSelect.vue | 0 .../components/{inputs => input}/TextBox.vue | 0 client/src/components/layout/README.md | 3 ++ client/src/components/meta/README.md | 11 ++++++ client/src/definitions.ts | 2 +- client/src/global-styles/README.md | 17 +++++++++ client/src/global-styles/mlfe.css | 2 +- client/src/global-styles/transitions.css | 1 + client/src/main.ts | 18 +++++----- client/src/pages/test.vue | 2 +- client/vite.config.ts | 4 +-- 25 files changed, 72 insertions(+), 28 deletions(-) rename client/src/components/{ => display}/NiceTable.vue (100%) create mode 100644 client/src/components/display/README.md rename client/src/components/{ => display}/TableView.vue (100%) rename client/src/components/{inputs => input}/CheckBox.vue (100%) rename client/src/components/{inputs => input}/DropdownInput.vue (100%) rename client/src/components/{inputs => input}/EnumInput.vue (100%) rename client/src/components/{inputs => input}/MultiSelect.vue (100%) rename client/src/components/{inputs => input}/MultilineTextBox.vue (100%) rename client/src/components/{ => input}/NiceForm.vue (100%) rename client/src/components/{inputs => input}/NicerForm.vue (100%) rename client/src/components/{inputs => input}/NumberBox.vue (100%) rename client/src/components/{inputs => input}/PillBar.vue (100%) create mode 100644 client/src/components/input/README.md rename client/src/components/{inputs => input}/SingleSelect.vue (100%) rename client/src/components/{inputs => input}/TextBox.vue (100%) create mode 100644 client/src/components/layout/README.md create mode 100644 client/src/components/meta/README.md create mode 100644 client/src/global-styles/README.md diff --git a/client/README.md b/client/README.md index ef72fd5..e701022 100644 --- a/client/README.md +++ b/client/README.md @@ -1,18 +1,25 @@ -# Vue 3 + TypeScript + Vite +# nfSense Web Client +This folder contains the standard client for the nfSense firewall. -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `