This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/stylesheets/common/base
Neil Lalonde 875f0d8fd8
FEATURE: Tag synonyms
This feature adds the ability to define synonyms for tags, and the ability to merge one tag into another while keeping it as a synonym. For example, tags named "js" and "java-script" can be synonyms of "javascript". When searching and creating topics using synonyms, they will be mapped to the base tag.

Along with this change is a new UI found on each tag's page (for example, `/tags/javascript`) where more information about the tag can be shown. It will list the synonyms, which categories it's restricted to (if any), and which tag groups it belongs to (if tag group names are public on the `/tags` page by enabling the "tags listed by group" setting). Staff users will be able to manage tags in this UI, merge tags, and add/remove synonyms.
2019-12-04 13:33:51 -05:00
..
_topic-list.scss UX: User vertical-align: middle instead of em units 2019-08-29 17:33:35 -03:00
about.scss UX: More consistent table header styles, removing duplicate styles 2019-02-26 21:40:17 -05:00
activation.scss Streamlining some breakpoint mixins 2018-07-12 16:39:16 -04:00
alert.scss UX: Convert alert & modal close to buttons for improved accessibility 2019-10-28 16:04:29 -04:00
bbcode.scss remove built-in support for bbcode size 2016-03-27 09:29:27 -07:00
cat_reorder.scss UX: Mobile editor style fixes (#7878) 2019-07-11 09:57:53 -04:00
category-list.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
code_highlighting.scss UX: improve code highlighting diffs for dark themes 2018-12-06 10:54:30 -05:00
colorpicker.scss Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
compose.scss DEV: Move some autocomplete input styling to SCSS (#8381) 2019-11-20 12:32:00 -05:00
composer-user-selector.scss UX: Reducing usage of btn-small, simplifying styles 2019-01-11 19:41:09 -05:00
crawler_layout.scss FIX: Crawler footer style needed to be more specific 2019-06-03 11:52:20 -04:00
d-icon.scss tweak icon-library generation 2017-11-23 18:24:26 +01:00
d-popover.scss UX: more compact local-dates preview (#7305) 2019-04-02 14:39:20 +02:00
directory.scss UX: Move total user count 2019-04-19 00:35:50 -04:00
discourse.scss [FIX] Webauthn security key fixes after real-world usage (#8135) 2019-10-02 11:47:29 -07:00
edit-topic-status-update-modal.scss FIX: safari desktop doesnt support input[time] (#7719) 2019-06-07 15:50:43 +10:00
ember-select.scss UX: Dark theme tweaks for Ember.Select. 2016-04-18 09:36:33 +08:00
emoji.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
exception.scss UX: Type system rebuild (#5492) 2018-01-12 17:27:38 -05:00
explain-reviewable.scss FEATURE: Adds a pop up that shows a more detailed score for reviewables (#8035) 2019-09-04 09:56:25 -06:00
faqs.scss FEATURE: list category moderators on the about page (#7916) 2019-07-31 16:46:58 +03:00
group.scss REFACTOR: More consistent user/group page layouts 2019-03-25 14:40:22 -04:00
groups.scss Updating breakpoint mixin value name 2019-07-18 16:33:12 -04:00
header.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
history.scss UX: rearrange controls in edit modals 2019-07-15 13:44:44 -04:00
lightbox.scss UX: do not show shadow on hover images on touch devices (#8429) 2019-11-28 10:51:08 +01:00
login.scss minor spacing adjustment for 09579bf 2019-11-21 09:10:52 -05:00
magnific-popup.scss Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
menu-panel.scss UX: prevent scrollbars on initial panel load (#8456) 2019-12-04 11:40:59 +08:00
modal.scss FEATURE: categories can require topics have a tag from a tag group 2019-10-31 16:10:19 -04:00
not-found.scss FEATURE: Add site setting to show more detailed 404 errors. (#8014) 2019-10-08 14:15:08 +03:00
onebox.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
redirection.scss FIX: show an error page on click tracking error 2018-03-17 00:33:11 +01:00
request_access.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00
request-group-membership-form.scss UX: Split up group form into smaller sections. 2018-04-09 15:14:50 +08:00
reviewables.scss FEATURE: Filter reviewables by date range (#8354) 2019-11-15 15:29:59 -03:00
rtl.scss Fix github oneboxes for RTL locales (#8245) 2019-10-28 11:09:42 -07:00
search-menu.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
search.scss FEATURE: when under extreme load disable search 2019-07-02 11:22:01 +10:00
share_link.scss UX: Make share icons consistent color for dark themes 2019-11-22 13:04:36 -05:00
shared-drafts.scss FEATURE: Shared Drafts 2018-03-20 17:15:26 -04:00
tagging.scss FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00
tooltip.scss FIX: uses appropriate z-index for tooltips (#6674) 2018-11-26 22:47:12 +01:00
topic-admin-menu.scss Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
topic-post.scss FIX: Show quoted images correctly. (#8391) 2019-11-25 14:32:38 +02:00
topic.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
upload.scss UX: Fix profile image upload control spacing on mobile 2019-07-18 11:36:24 -04:00
user-badges.scss UX: Mobile editor style fixes (#7878) 2019-07-11 09:57:53 -04:00
user.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
username_tagsinput.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00