diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index e62bd74..98c7614 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -8,6 +8,7 @@ steps: - pnpm build when: - event: push + - event: pull_request - name: container-build-and-publish image: docker @@ -22,17 +23,3 @@ steps: when: - branch: main event: push - - - name: container-build-and-publish (staging) - image: docker - commands: - - docker login --username radical --password $PASSWORD git.gorb.app - - docker buildx build --platform linux/amd64,linux/arm64 --rm --push -t git.gorb.app/gorb/frontend:staging . - environment: - PASSWORD: - from_secret: docker_password - volumes: - - /var/run/podman/podman.sock:/var/run/docker.sock - when: - - branch: staging - event: push diff --git a/app.vue b/app.vue index 8ca7948..7af306b 100644 --- a/app.vue +++ b/app.vue @@ -1,69 +1,39 @@ diff --git a/components/Banner.vue b/components/Banner.vue deleted file mode 100644 index b9b4da4..0000000 --- a/components/Banner.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/UserInterface/Button.vue b/components/Button.vue similarity index 79% rename from components/UserInterface/Button.vue rename to components/Button.vue index 467b65e..fb44cf2 100644 --- a/components/UserInterface/Button.vue +++ b/components/Button.vue @@ -1,14 +1,14 @@ - - \ No newline at end of file diff --git a/components/Guild/GuildOptionsMenu.vue b/components/Guild/GuildOptionsMenu.vue deleted file mode 100644 index 7954c71..0000000 --- a/components/Guild/GuildOptionsMenu.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/InvitePopup.vue b/components/InvitePopup.vue new file mode 100644 index 0000000..262507a --- /dev/null +++ b/components/InvitePopup.vue @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file diff --git a/components/Popups/Loading.vue b/components/Loading.vue similarity index 100% rename from components/Popups/Loading.vue rename to components/Loading.vue diff --git a/components/Me/AddFriend.vue b/components/Me/AddFriend.vue deleted file mode 100644 index 6d2d888..0000000 --- a/components/Me/AddFriend.vue +++ /dev/null @@ -1,63 +0,0 @@ - - - - \ No newline at end of file diff --git a/components/Me/DirectMessagesSidebar.vue b/components/Me/DirectMessagesSidebar.vue deleted file mode 100644 index b06890b..0000000 --- a/components/Me/DirectMessagesSidebar.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Me/FriendsList.vue b/components/Me/FriendsList.vue deleted file mode 100644 index 0a1481e..0000000 --- a/components/Me/FriendsList.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Guild/MemberEntry.vue b/components/MemberEntry.vue similarity index 65% rename from components/Guild/MemberEntry.vue rename to components/MemberEntry.vue index 12e36a0..c77c429 100644 --- a/components/Guild/MemberEntry.vue +++ b/components/MemberEntry.vue @@ -1,7 +1,8 @@ @@ -9,6 +10,7 @@ - - \ No newline at end of file diff --git a/components/Modal/Base.vue b/components/Modal/Base.vue deleted file mode 100644 index 1f57901..0000000 --- a/components/Modal/Base.vue +++ /dev/null @@ -1,84 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Modal/Invite.vue b/components/Modal/Invite.vue deleted file mode 100644 index 232114c..0000000 --- a/components/Modal/Invite.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Settings/AppSettings/Appearance.vue b/components/Settings/AppSettings/Appearance.vue index 579ccdd..3adfda6 100644 --- a/components/Settings/AppSettings/Appearance.vue +++ b/components/Settings/AppSettings/Appearance.vue @@ -17,28 +17,19 @@ - - -

TIME FORMAT

-
- +

ICONS

+
+ +
diff --git a/components/UserArea.vue b/components/UserArea.vue new file mode 100644 index 0000000..d922c3f --- /dev/null +++ b/components/UserArea.vue @@ -0,0 +1,20 @@ + + + + + \ No newline at end of file diff --git a/components/UserInterface/ContextMenu.vue b/components/UserInterface/ContextMenu.vue deleted file mode 100644 index 5342b8c..0000000 --- a/components/UserInterface/ContextMenu.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/UserInterface/MessageReply.vue b/components/UserInterface/MessageReply.vue deleted file mode 100644 index f60c0bc..0000000 --- a/components/UserInterface/MessageReply.vue +++ /dev/null @@ -1,92 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/UserInterface/RadioButtons.vue b/components/UserInterface/RadioButtons.vue deleted file mode 100644 index c36b5d0..0000000 --- a/components/UserInterface/RadioButtons.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/UserInterface/ResizableSidebar.vue b/components/UserInterface/ResizableSidebar.vue deleted file mode 100644 index 3017dbc..0000000 --- a/components/UserInterface/ResizableSidebar.vue +++ /dev/null @@ -1,140 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/UserInterface/VerticalSpacer.vue b/components/UserInterface/VerticalSpacer.vue deleted file mode 100644 index 8ac1bd6..0000000 --- a/components/UserInterface/VerticalSpacer.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/components/User/UserPopup.vue b/components/UserPopup.vue similarity index 86% rename from components/User/UserPopup.vue rename to components/UserPopup.vue index 6674c9e..a3a15cb 100644 --- a/components/User/UserPopup.vue +++ b/components/UserPopup.vue @@ -1,11 +1,12 @@ - - \ No newline at end of file diff --git a/pages/me/index.vue b/pages/me/index.vue deleted file mode 100644 index a0d0384..0000000 --- a/pages/me/index.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/recover.vue b/pages/recover.vue deleted file mode 100644 index 71ce217..0000000 --- a/pages/recover.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/register.vue b/pages/register.vue index 36bdb53..3e2c4c4 100644 --- a/pages/register.vue +++ b/pages/register.vue @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/pages/reset-password.vue b/pages/reset-password.vue deleted file mode 100644 index 8f869c4..0000000 --- a/pages/reset-password.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/servers/[serverId]/channels/[channelId].vue b/pages/servers/[serverId]/channels/[channelId].vue index 00d4ebe..6bdcc7c 100644 --- a/pages/servers/[serverId]/channels/[channelId].vue +++ b/pages/servers/[serverId]/channels/[channelId].vue @@ -1,42 +1,38 @@ \ No newline at end of file diff --git a/pages/settings.vue b/pages/settings.vue index ae9745a..1380283 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -3,13 +3,6 @@
@@ -46,13 +40,6 @@