From 33ba92a0d62db49599f623e742d27b6fcf89a8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Sat, 1 Aug 2020 11:11:51 +0200 Subject: [PATCH] Contrast and labelling fixes --- front/src/components/About.vue | 4 +-- front/src/components/Footer.vue | 18 ++++++---- front/src/components/Home.vue | 10 +++--- front/src/components/Pagination.vue | 6 ++-- front/src/components/Queue.vue | 3 +- front/src/components/SetInstanceModal.vue | 6 ++-- front/src/components/Sidebar.vue | 22 ++++++++----- front/src/components/admin/SettingsGroup.vue | 3 +- .../components/admin/SignupFormBuilder.vue | 4 +-- front/src/components/audio/ChannelForm.vue | 8 ++--- front/src/components/audio/PlayButton.vue | 2 +- front/src/components/audio/Player.vue | 2 +- front/src/components/audio/SearchBar.vue | 5 +-- front/src/components/audio/VolumeControl.vue | 4 ++- front/src/components/audio/album/Widget.vue | 2 +- front/src/components/audio/track/Table.vue | 6 ++-- front/src/components/audio/track/Widget.vue | 2 +- front/src/components/auth/ApplicationEdit.vue | 8 ++--- front/src/components/auth/ApplicationForm.vue | 8 ++--- front/src/components/auth/LoginForm.vue | 7 ++-- front/src/components/auth/Settings.vue | 33 +++++++++---------- front/src/components/auth/SignupForm.vue | 16 +++++---- .../src/components/auth/SubsonicTokenForm.vue | 5 +++ front/src/components/common/ActionTable.vue | 22 ++++++++----- .../src/components/common/AttachmentInput.vue | 4 +-- front/src/components/favorites/List.vue | 12 +++---- .../components/federation/LibraryWidget.vue | 2 +- front/src/components/forms/PasswordInput.vue | 3 +- front/src/components/library/Albums.vue | 18 +++++----- front/src/components/library/Artists.vue | 24 +++++++------- front/src/components/library/FileUpload.vue | 4 +-- front/src/components/library/Radios.vue | 18 +++++----- front/src/components/library/TagsSelector.vue | 2 +- front/src/components/library/TrackBase.vue | 2 +- .../src/components/library/radios/Builder.vue | 8 ++--- .../src/components/library/radios/Filter.vue | 12 ++++--- front/src/components/manage/ChannelsTable.vue | 25 +++++++------- .../components/manage/library/AlbumsTable.vue | 17 ++++++---- .../manage/library/ArtistsTable.vue | 16 ++++----- .../manage/library/EditsCardList.vue | 16 ++++----- .../manage/library/LibrariesTable.vue | 16 ++++----- .../components/manage/library/TagsTable.vue | 12 +++---- .../components/manage/library/TracksTable.vue | 12 +++---- .../manage/library/UploadsTable.vue | 20 +++++------ .../manage/moderation/AccountsTable.vue | 12 +++---- .../manage/moderation/DomainsTable.vue | 16 ++++----- .../manage/users/InvitationForm.vue | 4 +-- .../manage/users/InvitationsTable.vue | 12 +++---- .../components/manage/users/UsersTable.vue | 12 +++---- front/src/components/playlists/Editor.vue | 2 +- front/src/components/playlists/Form.vue | 10 +++--- .../components/playlists/PlaylistModal.vue | 10 +++--- front/src/components/playlists/Widget.vue | 2 +- front/src/components/radios/Card.vue | 2 +- front/src/style/_main.scss | 2 ++ front/src/style/_vars.scss | 10 +++--- .../style/components/_attachment_input.scss | 8 +++++ front/src/style/components/_builder.scss | 9 +++++ front/src/style/components/_form.scss | 14 ++++++++ front/src/style/globals/_layout.scss | 17 ++++++++++ front/src/style/pages/_artists.scss | 15 ++++++++- front/src/views/Notifications.vue | 12 +++---- front/src/views/Search.vue | 4 ++- .../views/admin/moderation/AccountsDetail.vue | 3 +- .../views/admin/moderation/DomainsList.vue | 6 ++-- .../views/admin/moderation/ReportsList.vue | 16 ++++----- .../views/admin/moderation/RequestsList.vue | 16 ++++----- front/src/views/auth/EmailConfirm.vue | 4 +-- front/src/views/auth/PasswordReset.vue | 3 +- front/src/views/auth/PasswordResetConfirm.vue | 4 +-- front/src/views/auth/ProfileActivity.vue | 3 ++ front/src/views/auth/ProfileBase.vue | 2 +- front/src/views/auth/ProfileOverview.vue | 3 +- front/src/views/content/libraries/Card.vue | 2 +- .../views/content/libraries/FilesTable.vue | 20 ++++++----- front/src/views/content/libraries/Form.vue | 12 +++---- front/src/views/content/libraries/Home.vue | 2 +- front/src/views/content/remote/Card.vue | 6 ++-- front/src/views/content/remote/ScanForm.vue | 10 +++--- front/src/views/library/DetailBase.vue | 18 +++++----- front/src/views/playlists/List.vue | 18 +++++----- 81 files changed, 441 insertions(+), 329 deletions(-) create mode 100644 front/src/style/components/_attachment_input.scss create mode 100644 front/src/style/components/_builder.scss diff --git a/front/src/components/About.vue b/front/src/components/About.vue index 2c019918f..d155caa59 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -20,9 +20,9 @@
-

+

About this pod -

+

No description available. diff --git a/front/src/components/Footer.vue b/front/src/components/Footer.vue index efa476c4c..76426aac5 100644 --- a/front/src/components/Footer.vue +++ b/front/src/components/Footer.vue @@ -10,20 +10,26 @@ About %{instanceUrl}

- + About page + + + Go to Library + + + Home Page Version %{version} - + Use another instance
- -
@@ -38,8 +44,8 @@
- -
diff --git a/front/src/components/Home.vue b/front/src/components/Home.vue index fa72b2b79..f10fd1da1 100644 --- a/front/src/components/Home.vue +++ b/front/src/components/Home.vue @@ -18,9 +18,9 @@
-

+

About this Funkwhale pod -

+
@@ -77,7 +77,7 @@
- +
@@ -98,7 +98,7 @@

Log In

- +
@@ -112,7 +112,7 @@

Users on this pod also get %{ quota } of free storage to upload their own content!

- +

Registrations are closed on this pod. You can signup on another pod using the link below.

diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue index 6333d9f57..64bd6dc21 100644 --- a/front/src/components/Pagination.vue +++ b/front/src/components/Pagination.vue @@ -2,7 +2,8 @@ diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index 2383f3a53..8dc0aa984 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -180,7 +180,7 @@ - @@ -272,6 +272,7 @@ export default { return { queue: this.$pgettext('*/*/*', 'Queue'), duration: this.$pgettext('*/*/*', 'Duration'), + addArtistContentFilter: this.$pgettext('Sidebar/Player/Icon.Tooltip/Verb', 'Hide content from this artist…') } }, timeLeft () { diff --git a/front/src/components/SetInstanceModal.vue b/front/src/components/SetInstanceModal.vue index 2e5c24bc2..d0d7b27f1 100644 --- a/front/src/components/SetInstanceModal.vue +++ b/front/src/components/SetInstanceModal.vue @@ -17,9 +17,9 @@ To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices.

- +
- + @@ -29,7 +29,7 @@
- +

Suggested choices

diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index 79e8e0043..a6663a9f3 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -4,6 +4,7 @@ @@ -64,13 +65,16 @@ - - -
{{ $store.state.ui.notifications.inbox + additionalNotifications }}
+ :to="{name: 'content.index'}"> + + {{ labels.addContent }} +
+ + +
+ {{ $store.state.ui.notifications.inbox + additionalNotifications }} +
+ {{ labels.notifications }}