From 2bd16bedcea4cef113c008bd6368f1094c808b3a Mon Sep 17 00:00:00 2001 From: Pleroma User <66706-pleromian@users.noreply.git.pleroma.social> Date: Tue, 22 Oct 2024 08:24:06 +0000 Subject: [PATCH] Markup inconsistencies --- changelog.d/misc-markup.fix | 1 + changelog.d/user-link.add | 1 + .../announcements_page/announcements_page.vue | 4 ++-- .../bookmark_folder_edit.vue | 4 ++-- .../bookmark_folders/bookmark_folders.vue | 4 ++-- src/components/chat_list/chat_list.vue | 4 ++-- src/components/conversation/conversation.vue | 4 +++- src/components/dialog_modal/dialog_modal.vue | 4 ++-- .../edit_status_modal/edit_status_modal.vue | 4 +++- .../features_panel/features_panel.vue | 4 ++-- .../follow_requests/follow_requests.vue | 4 ++-- src/components/interactions/interactions.vue | 4 ++-- src/components/lists/lists.vue | 4 +++- src/components/login_form/login_form.vue | 2 +- src/components/mfa_form/recovery_form.vue | 4 +++- src/components/mfa_form/totp_form.vue | 4 +++- src/components/mobile_nav/mobile_nav.vue | 4 ++-- .../notifications/notifications.vue | 4 ++-- .../password_reset/password_reset.vue | 4 +++- .../post_status_modal/post_status_modal.vue | 4 +++- src/components/registration/registration.vue | 4 +++- .../remote_user_resolver.vue | 4 +++- src/components/search/search.vue | 4 ++-- .../settings_modal/settings_modal.vue | 4 ++-- .../tabs/theme_tab/theme_preview.vue | 4 ++-- src/components/shout_panel/shout_panel.vue | 4 ++-- .../status_history_modal.vue | 4 +++- .../timeline_menu/timeline_menu.vue | 4 ++-- .../update_notification.vue | 4 ++-- src/components/user_link/user_link.vue | 20 +++++++++++-------- src/components/user_profile/user_profile.vue | 4 ++-- .../user_reporting_modal.vue | 2 +- .../who_to_follow/who_to_follow.vue | 4 +++- .../who_to_follow_panel.vue | 4 ++-- src/panel.scss | 2 ++ 35 files changed, 87 insertions(+), 57 deletions(-) create mode 100644 changelog.d/misc-markup.fix create mode 100644 changelog.d/user-link.add diff --git a/changelog.d/misc-markup.fix b/changelog.d/misc-markup.fix new file mode 100644 index 00000000..7af934a2 --- /dev/null +++ b/changelog.d/misc-markup.fix @@ -0,0 +1 @@ +Fix small markup inconsistencies diff --git a/changelog.d/user-link.add b/changelog.d/user-link.add new file mode 100644 index 00000000..ca65aa5f --- /dev/null +++ b/changelog.d/user-link.add @@ -0,0 +1 @@ +Make UserLink wrappable diff --git a/src/components/announcements_page/announcements_page.vue b/src/components/announcements_page/announcements_page.vue index 25f830ff..44e2cf46 100644 --- a/src/components/announcements_page/announcements_page.vue +++ b/src/components/announcements_page/announcements_page.vue @@ -1,9 +1,9 @@