From 70ebc77f843207a1d4b46c8d960dafbff37e7e2e Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 17 Jan 2025 13:42:21 +0000 Subject: Initial commit --- components/Button.vue | 88 ++++++++++++++++++++++++++ components/Dialog.vue | 96 ++++++++++++++++++++++++++++ components/EventDetail.vue | 113 +++++++++++++++++++++++++++++++++ components/EventListing.vue | 151 ++++++++++++++++++++++++++++++++++++++++++++ components/Input.vue | 95 ++++++++++++++++++++++++++++ components/Nav.vue | 68 ++++++++++++++++++++ components/Panel.vue | 15 +++++ components/Spinner.vue | 30 +++++++++ 8 files changed, 656 insertions(+) create mode 100644 components/Button.vue create mode 100644 components/Dialog.vue create mode 100644 components/EventDetail.vue create mode 100644 components/EventListing.vue create mode 100644 components/Input.vue create mode 100644 components/Nav.vue create mode 100644 components/Panel.vue create mode 100644 components/Spinner.vue (limited to 'components') diff --git a/components/Button.vue b/components/Button.vue new file mode 100644 index 0000000..2bffcec --- /dev/null +++ b/components/Button.vue @@ -0,0 +1,88 @@ + + + + + + + diff --git a/components/Dialog.vue b/components/Dialog.vue new file mode 100644 index 0000000..42ba070 --- /dev/null +++ b/components/Dialog.vue @@ -0,0 +1,96 @@ + + + + + + \ No newline at end of file diff --git a/components/EventDetail.vue b/components/EventDetail.vue new file mode 100644 index 0000000..b4f7bd9 --- /dev/null +++ b/components/EventDetail.vue @@ -0,0 +1,113 @@ + + + + + \ No newline at end of file diff --git a/components/EventListing.vue b/components/EventListing.vue new file mode 100644 index 0000000..9271692 --- /dev/null +++ b/components/EventListing.vue @@ -0,0 +1,151 @@ + + + + + \ No newline at end of file diff --git a/components/Input.vue b/components/Input.vue new file mode 100644 index 0000000..4d95700 --- /dev/null +++ b/components/Input.vue @@ -0,0 +1,95 @@ + + + + + \ No newline at end of file diff --git a/components/Nav.vue b/components/Nav.vue new file mode 100644 index 0000000..872d791 --- /dev/null +++ b/components/Nav.vue @@ -0,0 +1,68 @@ + + + + + \ No newline at end of file diff --git a/components/Panel.vue b/components/Panel.vue new file mode 100644 index 0000000..007d2b6 --- /dev/null +++ b/components/Panel.vue @@ -0,0 +1,15 @@ + + + \ No newline at end of file diff --git a/components/Spinner.vue b/components/Spinner.vue new file mode 100644 index 0000000..a58f83d --- /dev/null +++ b/components/Spinner.vue @@ -0,0 +1,30 @@ + + + + + -- cgit v1.2.3-70-g09d2