mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-03 19:58:17 +08:00
Previously, the bulk-select dropdown exposed three separate entries for
tag operations ("Add Tags", "Replace Tags", "Remove Tags"), each opening
its own modal with a single tag chooser.
This commit replaces them with a single "Manage tags" item. The modal
combines Remove, Add, and Replace sections so any mix of the three can
be applied in one submission. The Remove section also has a "Remove all
tags" toggle which clears each topic first, then applies whatever is in
the Add and Replace sections on top.
Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| admin_incoming_email_details_modal.rb | ||
| admin_onboarding_predefined_topics.rb | ||
| admin_search.rb | ||
| anonoymous_flag.rb | ||
| avatar_selector.rb | ||
| badge.rb | ||
| base.rb | ||
| bookmark.rb | ||
| bulk_user_delete_confirmation.rb | ||
| change_owner.rb | ||
| confirm_session.rb | ||
| create_color_palette.rb | ||
| create_invite.rb | ||
| delete_themes_confirm.rb | ||
| discard_draft.rb | ||
| dismiss_new.rb | ||
| edit_topic_timer.rb | ||
| flag.rb | ||
| group_default_notifications.rb | ||
| insert_table.rb | ||
| install_theme.rb | ||
| manage_tags.rb | ||
| penalize_user.rb | ||
| post_history.rb | ||
| private_message_invite.rb | ||
| private_message_remove_participant.rb | ||
| reject_reason_reviewable.rb | ||
| scrub_rejected_user.rb | ||
| sidebar_edit_categories.rb | ||
| sidebar_edit_navigation_modal.rb | ||
| sidebar_edit_tags.rb | ||
| sidebar_section_form.rb | ||
| topic_bulk_actions.rb | ||
| upsert_hyperlink.rb | ||
| view_translations_modal.rb | ||