From 7789c5def6bf925346be806429b9df7cb59e24a8 Mon Sep 17 00:00:00 2001 From: floatingghost Date: Tue, 28 May 2024 21:31:46 +0000 Subject: [PATCH 1/3] Update .woodpecker.yml --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1a277e2c..5ac4323d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -49,8 +49,8 @@ steps: - SCW_DEFAULT_ORGANIZATION_ID commands: - apt-get update && apt-get install -y rclone wget zip - - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64 - - mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli + - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.30.0/scaleway-cli_2.30.0_linux_amd64 + - mv scaleway-cli_2.30.0_linux_amd64 scaleway-cli - chmod +x scaleway-cli - ./scaleway-cli object config install type=rclone - zip akkoma-fe.zip -r dist @@ -72,8 +72,8 @@ steps: - SCW_DEFAULT_ORGANIZATION_ID commands: - apt-get update && apt-get install -y rclone wget git zip - - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64 - - mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli + - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.30.0/scaleway-cli_2.30.0_linux_amd64 + - mv scaleway-cli_2.30.0_linux_amd64 scaleway-cli - chmod +x scaleway-cli - ./scaleway-cli object config install type=rclone - cd docs From 3e86db24d3651683303fb6cd56097b30a9c3993e Mon Sep 17 00:00:00 2001 From: floatingghost Date: Tue, 28 May 2024 21:33:15 +0000 Subject: [PATCH 2/3] Update .woodpecker.yml --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5ac4323d..3de19a01 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -81,4 +81,4 @@ steps: - mkdocs build - zip -r docs.zip site/* - cd site - - rclone copy . scaleway:akkoma-docs/frontend/$CI_COMMIT_BRANCH/ + - rclone copy . scaleway:akkoma-docs/frontend/$CI_COMMIT_BRANCH/ From aad023c8a049b7fc5ccc339dd39f0077cc22775c Mon Sep 17 00:00:00 2001 From: rat Date: Mon, 10 Jun 2024 17:20:51 -0700 Subject: [PATCH 3/3] make status form selectors justified properly --- .../post_status_form/post_status_form.vue | 92 +++++++++++-------- 1 file changed, 53 insertions(+), 39 deletions(-) diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index ab786e43..0ce426fa 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -190,6 +190,7 @@
- -
-
- -
-
- - {{ $t(`post_status.content_type["${postFormats[0]}"]`) }} - + + +
+
+ +
+
+ + {{ $t(`post_status.content_type["${postFormats[0]}"]`) }} + +
@@ -460,6 +464,10 @@ align-items: baseline; } + .visibility-tray-edit { + justify-content: right; + } + .visibility-notice.edit-warning { > :first-child { margin-top: 0; @@ -470,6 +478,12 @@ } } + .format-selector-container { + .format-selector { + display: inline-block; + } + } + .media-upload-icon, .poll-icon, .emoji-icon, .spoiler-icon { font-size: 1.85em; line-height: 1.1;