pleroma-fe/src/components
Ilja 4587f37dd7 Allow canceling a follow request
When a follow request is sent, but not (yet) accepted, the behaviour is now to cancel the request instead of re sending.

The reason is double
* You couldn't cancel a follow request if you change your mind and the request wasn't answered yet
* Instances don't always correctly process a new follow request when the following is already happening. If something went wrong (e;g. the target server thinks you're following, but your instance thinks you're not yet), it's better to first sent an unfollow. This is the behaviour that Mastodon and most probably most other clients have. Therefore this flow is more tested and expected by other instances.
2021-12-12 18:09:21 +01:00
..
about about: add MRF transparency panel 2019-11-09 00:09:32 -06:00
account_actions migrate to v-slot 2021-04-07 22:42:34 +03:00
async_component_error Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
attachment linting 2021-04-12 00:07:28 +03:00
auth_form Revert "add TOTP/Recovery Form for mobile version" 2019-06-12 20:16:55 +00:00
autosuggest poll slot renamed, lightBg customization implemented 2020-01-13 00:33:04 +02:00
avatar_list eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
basic_user_card richcontent support in polls, user cards and user profiles 2021-08-13 13:06:42 +03:00
block_card Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
bookmark_timeline Add bookmarks 2020-07-03 19:45:49 +00:00
chat separate screen_name and screen_name_ui with decoded punycode 2021-02-26 16:23:11 +02:00
chat_list migrate to v-slot 2021-04-07 22:42:34 +03:00
chat_list_item cleanup 2021-06-12 19:54:34 +03:00
chat_message fix chats again 2021-06-16 12:44:04 +03:00
chat_message_date Use app locale with toLocaleString/toLocaleDateString 2021-01-21 20:31:54 +03:00
chat_new fix conflict, keep the touchable button big 2020-10-29 08:55:54 +02:00
chat_title separate screen_name and screen_name_ui with decoded punycode 2021-02-26 16:23:11 +02:00
checkbox fixed checkbox using emoji instead of dingbat 2020-07-11 06:39:44 +00:00
color_input computed color display support in color_input 2020-01-13 01:55:10 +02:00
contrast_ratio chevrons-downs, settings 2020-10-20 21:03:46 +03:00
conversation fix redline again 2021-02-22 16:44:12 +02:00
conversation-page update prop name 2019-09-06 11:17:05 -04:00
desktop_nav Basic no-wallpaper support 2020-12-16 18:25:07 +02:00
dialog_modal poll slot renamed, lightBg customization implemented 2020-01-13 00:33:04 +02:00
dm_timeline eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
domain_mute_card migrate to v-slot 2021-04-07 22:42:34 +03:00
emoji_input lint 2021-06-08 00:09:16 +03:00
emoji_picker >boxes 2020-10-28 22:52:20 +02:00
emoji_reactions Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
exporter Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
extra_buttons migrate to v-slot 2021-04-07 22:42:34 +03:00
favorite_button fix alternative icons having wrong offsets 2020-11-26 23:01:16 +02:00
features_panel Rename legacy PleromaFE Chat functionality to "Shout" 2021-06-01 12:51:20 -05:00
flash better label, better error handling 2021-04-13 00:08:17 +03:00
follow_button Allow canceling a follow request 2021-12-12 18:09:21 +01:00
follow_card Make a condition clear and unambiguous 2020-05-14 09:27:58 +02:00
follow_request_card Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
follow_requests Apply 1 suggestion(s) to 1 file(s) 2020-10-06 16:18:30 +00:00
font_control cleanup, fixes 2021-03-11 16:54:03 +02:00
friends_timeline eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
gallery fix gallery-videos being weirdly offset 2020-06-30 11:02:10 +03:00
global_notice_list add success global notice style/level 2021-01-13 21:29:12 +02:00
hashtag_link very minimalist hashtaglink implementation, also you can middle-click 2021-08-23 20:57:21 +03:00
image_cropper Merge branch 'develop' into fix/fix-error-handling-in-profile-tab 2020-12-02 12:48:21 +02:00
importer Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
instance_specific_panel hide ISP if the panel content is empty 2019-08-12 14:29:11 -04:00
interactions Change to hide User migrates tab when allow following move 2020-02-04 04:54:36 +09:00
interface_language_switcher Made Select component to make using styled selects easier 2021-03-11 16:11:44 +02:00
link-preview Added the NSFW alert to the link preview. 2020-11-19 20:08:56 +03:00
list eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
login_form Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
media_modal remove redundant opacity2 2021-02-12 18:47:10 +02:00
media_upload Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
mention_link very minimalist hashtaglink implementation, also you can middle-click 2021-08-23 20:57:21 +03:00
mentions eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
mentions_line fix expanded mentions spacing 2021-08-18 20:58:26 +03:00
mfa_form fix vue warnings 2021-02-25 14:32:21 +02:00
mobile_nav Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
mobile_post_status_button New option: Always show floating New Post button 2021-06-14 17:54:40 +00:00
modal Multiple fixes for CSS, added proper auth checking 2020-05-24 02:06:55 +03:00
moderation_tools migrate to v-slot 2021-04-07 22:42:34 +03:00
mrf_transparency_panel Simple policy reasons for instance specific policies 2021-12-03 18:14:32 +00:00
mute_card Replace all use of <a> + href='#' with proper buttons 2020-11-24 12:32:42 +02:00
nav_panel Add timeline menu toggle to nav panel 2021-02-22 16:24:04 +02:00
notification richcontent support in polls, user cards and user profiles 2021-08-13 13:06:42 +03:00
notifications richcontent support in polls, user cards and user profiles 2021-08-13 13:06:42 +03:00
oauth_callback use clientSecret in login flow 2019-06-20 11:48:30 -04:00
opacity_input eslint 2020-01-12 17:59:41 +02:00
panel_loading fix build warnings 2020-11-01 16:47:17 +02:00
password_reset Use more specific button titles instead of general.submit 2021-03-15 13:28:33 +03:00
poll richcontent support in polls, user cards and user profiles 2021-08-13 13:06:42 +03:00
popover migrate to v-slot 2021-04-07 22:42:34 +03:00
post_status_form Merge remote-tracking branch 'origin/develop' into better-selects 2021-04-07 20:45:57 +03:00
post_status_modal fix #866 2020-06-13 14:42:53 +03:00
progress_button eslint —fix 2019-07-10 21:01:08 -04:00
public_and_external_timeline Updated streaming and improved error-handling, some more refactoring to api 2019-12-08 16:05:41 +02:00
public_timeline Updated streaming and improved error-handling, some more refactoring to api 2019-12-08 16:05:41 +02:00
range_input color input and opacity input now use Checkbox component. Cleanup. 2020-01-02 22:44:54 +02:00
react_button migrate to v-slot 2021-04-07 22:42:34 +03:00
registration Use more specific button titles instead of general.submit 2021-03-15 13:28:33 +03:00
remote_follow fix remote follow button style 2020-12-16 12:05:13 +02:00
remote_user_resolver redirect /remote-users/:username@:hostname -> /users/:id, /remote-users/:hostname/:username -> /users/:id 2019-11-08 22:27:25 +00:00
reply_button fix alternative icons having wrong offsets 2020-11-26 23:01:16 +02:00
retweet_button fix alternative icons having wrong offsets 2020-11-26 23:01:16 +02:00
rich_content fix spacing before hashtags 2021-08-23 21:36:18 +03:00
scope_selector fix vue warnings 2021-02-25 14:32:21 +02:00
search fix vue warnings 2021-02-25 14:32:21 +02:00
search_bar fix vue warnings 2021-02-25 14:32:21 +02:00
select cleanup, fixes 2021-03-11 16:54:03 +02:00
selectable_list migrate to v-slot 2021-04-07 22:42:34 +03:00
settings_modal entity_normalizer: Escape name when parsing user 2021-11-16 20:35:23 +03:00
shadow_control cleanup, fixes 2021-03-11 16:54:03 +02:00
shout_panel New option: Always show floating New Post button 2021-06-14 17:54:40 +00:00
side_drawer Fix mobile shoutbox 2021-08-03 20:11:06 -04:00
staff_panel Group staff members by role in the About page 2020-12-18 13:41:37 +03:00
status fixed mentions line again 2021-08-14 22:03:09 +03:00
status_body prevent infinite update loops 2021-08-15 02:55:45 +03:00
status_content richcontent support in polls, user cards and user profiles 2021-08-13 13:06:42 +03:00
status_popover migrate to v-slot 2021-04-07 22:42:34 +03:00
sticker_picker Accent works 2019-12-28 15:55:42 +02:00
still-image fix tall emojis being cropped 2021-06-07 20:44:32 +03:00
tab_switcher fix a bunch of <button>s acting as submit buttons breaking enter key 2021-02-01 21:07:09 +02:00
tag_timeline Updated streaming and improved error-handling, some more refactoring to api 2019-12-08 16:05:41 +02:00
terms_of_service_panel all the manual fixes 2019-07-07 00:54:17 +03:00
timeago Use app locale with toLocaleString/toLocaleDateString 2021-01-21 20:31:54 +03:00
timeline migrate to v-slot 2021-04-07 22:42:34 +03:00
timeline_menu fix warnings 2021-05-31 14:08:12 +03:00
user_avatar separate screen_name and screen_name_ui with decoded punycode 2021-02-26 16:23:11 +02:00
user_card Merge branch 'better-still-emoji' into 'develop' 2021-09-07 16:15:41 +00:00
user_list_popover migrate to v-slot 2021-04-07 22:42:34 +03:00
user_panel remove panel-footer in userpanel, simplify preview header, fix word-wrap in preview 2020-06-28 16:40:39 +03:00
user_profile richcontent support in polls, user cards and user profiles 2021-08-13 13:06:42 +03:00
user_reporting_modal migrate to v-slot 2021-04-07 22:42:34 +03:00
video_attachment video_attachment: Only preload metadata 2020-11-19 18:01:21 +01:00
who_to_follow Small refactoring in who to follow page 2019-09-26 22:32:39 +00:00
who_to_follow_panel streamline profile image api, update reset ui for all profile images to match avatar, remove unnecessary stuff 2020-07-08 10:11:17 +00:00