From 4697556cac819c47d068819b9fc9c3b4ea84e279 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 14 Aug 2025 18:07:12 +0100 Subject: Merge confplanner-web and replace fiber with native net/http --- web/components/Button.vue | 120 +++++++++++++++++++++++++++ web/components/Dialog.vue | 122 +++++++++++++++++++++++++++ web/components/EventDetail.vue | 113 +++++++++++++++++++++++++ web/components/EventListing.vue | 179 ++++++++++++++++++++++++++++++++++++++++ web/components/Input.vue | 102 +++++++++++++++++++++++ web/components/Nav.vue | 74 +++++++++++++++++ web/components/Panel.vue | 127 ++++++++++++++++++++++++++++ web/components/Sidebar.vue | 115 ++++++++++++++++++++++++++ web/components/Spinner.vue | 30 +++++++ web/components/Version.vue | 26 ++++++ 10 files changed, 1008 insertions(+) create mode 100644 web/components/Button.vue create mode 100644 web/components/Dialog.vue create mode 100644 web/components/EventDetail.vue create mode 100644 web/components/EventListing.vue create mode 100644 web/components/Input.vue create mode 100644 web/components/Nav.vue create mode 100644 web/components/Panel.vue create mode 100644 web/components/Sidebar.vue create mode 100644 web/components/Spinner.vue create mode 100644 web/components/Version.vue (limited to 'web/components') diff --git a/web/components/Button.vue b/web/components/Button.vue new file mode 100644 index 0000000..ce9eefc --- /dev/null +++ b/web/components/Button.vue @@ -0,0 +1,120 @@ + + + + + diff --git a/web/components/Dialog.vue b/web/components/Dialog.vue new file mode 100644 index 0000000..7772f23 --- /dev/null +++ b/web/components/Dialog.vue @@ -0,0 +1,122 @@ + + + + + + \ No newline at end of file diff --git a/web/components/EventDetail.vue b/web/components/EventDetail.vue new file mode 100644 index 0000000..b4f7bd9 --- /dev/null +++ b/web/components/EventDetail.vue @@ -0,0 +1,113 @@ + + + + + \ No newline at end of file diff --git a/web/components/EventListing.vue b/web/components/EventListing.vue new file mode 100644 index 0000000..5c04189 --- /dev/null +++ b/web/components/EventListing.vue @@ -0,0 +1,179 @@ + + + + + \ No newline at end of file diff --git a/web/components/Input.vue b/web/components/Input.vue new file mode 100644 index 0000000..b541566 --- /dev/null +++ b/web/components/Input.vue @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file diff --git a/web/components/Nav.vue b/web/components/Nav.vue new file mode 100644 index 0000000..1e08e54 --- /dev/null +++ b/web/components/Nav.vue @@ -0,0 +1,74 @@ + + + + + \ No newline at end of file diff --git a/web/components/Panel.vue b/web/components/Panel.vue new file mode 100644 index 0000000..1f2d22e --- /dev/null +++ b/web/components/Panel.vue @@ -0,0 +1,127 @@ + + + + \ No newline at end of file diff --git a/web/components/Sidebar.vue b/web/components/Sidebar.vue new file mode 100644 index 0000000..5fc42d3 --- /dev/null +++ b/web/components/Sidebar.vue @@ -0,0 +1,115 @@ + + + + + \ No newline at end of file diff --git a/web/components/Spinner.vue b/web/components/Spinner.vue new file mode 100644 index 0000000..a58f83d --- /dev/null +++ b/web/components/Spinner.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/web/components/Version.vue b/web/components/Version.vue new file mode 100644 index 0000000..f5b2bf6 --- /dev/null +++ b/web/components/Version.vue @@ -0,0 +1,26 @@ + + + + + -- cgit v1.2.3-70-g09d2