Penar Musaraj
c11d75da87
FEATURE: Allow pausing animated images in posts ( #12795 )
...
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2021-04-22 11:28:35 -04:00
Kris
62e882ad11
UX: Fix focus style for post edit history button ( #12757 )
2021-04-20 21:03:47 -04:00
Kris
c7653d2e78
UX: Update signup cta styles ( #12761 )
2021-04-20 13:00:39 -04:00
Kris
28d5a3f21f
UX: smoother timeline footer animation, padding fix ( #12743 )
2021-04-19 13:00:12 -04:00
Bianca Nenciu
e4e2c7c66f
FIX: Improve anchor links ( #12683 )
...
* FIX: Use theme color for anchor icon
* FIX: Do not count anchor links
* FIX: Do not count hashtags links either
* DEV: Add tests for link_count
* FIX: Disable anchors in quotes and preview
* FIX: Try building some anchor slugs for unicode
* DEV: Fix tests
2021-04-14 10:27:07 +03:00
Bianca Nenciu
2ad9b3f432
FEATURE: Add anchor links to headings ( #12379 )
2021-03-23 10:45:06 +02:00
Kris
7e470bf8ae
UX: Improve topic footer alignment and layout ( #12420 )
2021-03-17 22:42:52 -04:00
Kris
26bfb5d6b9
UX: reduce opacity of code copy button ( #12418 )
2021-03-16 19:22:35 -07:00
Arpit Jalan
85c4e8fd32
FEATURE: support mark
tag ( #12088 )
...
This commit adds support for `mark` tag for highlighting text content.
2021-02-15 21:47:30 +05:30
Joffrey JAFFEUX
79d7c4a3c2
A11Y: makes quote controls accessible ( #12073 )
2021-02-15 12:31:35 +01:00
Kris
9ae067164d
ensure topic footer buttons are the same height ( #11875 )
...
follow-up to f1d5d2b
2021-01-27 21:40:45 -05:00
Kris
d3febe5e86
Fix post edit icon color ( #11873 )
2021-01-27 20:38:15 -05:00
Kris
f1d5d2b134
REFACTOR: Convert buttons to flexbox ( #11785 )
2021-01-27 16:17:08 -05:00
Kris
37f7f30640
edit button fix, follow up to 6f13d2b
( #11821 )
2021-01-22 20:31:01 -05:00
Joffrey JAFFEUX
6f13d2b039
A11Y: makes post-edits-indicator a button instead of a link ( #11811 )
2021-01-22 17:09:39 +01:00
Penar Musaraj
adda53c462
FEATURE: Optional filtered replies view ( #11387 )
...
See PR for details
2020-12-10 12:02:07 -05:00
Kris
8be04ff7f7
UX: Give furigana and other top-overflowing elements a little space ( #11154 )
2020-11-09 16:03:36 +11:00
Jarek Radosz
b2adbead59
DEV: Apply unselectable
style consistently
2020-09-21 13:32:46 +02:00
Penar Musaraj
c937afc75e
FEATURE: automatic dark mode ( #10341 )
...
A first step to adding automatic dark mode color scheme switching. Adds a new SCSS file at `color_definitions.scss` that serves to output all SCSS color variables as CSS custom properties. And replaces all SCSS color variables with the new CSS custom properties throughout the stylesheets.
This is an alpha feature at this point, can only be enabled via console using the `default_dark_mode_color_scheme_id` site setting.
2020-08-03 22:57:10 -04:00
Kris
6da90af6c6
fix triple-click text selection in firefox
2020-07-29 22:38:38 -04:00
Penar Musaraj
25dcc577ae
DEV: More color transformation refactoring
2020-07-29 12:01:12 -04:00
Penar Musaraj
3116591dc6
DEV: Refactor dark-light-choose()
usage in SCSS
...
Covers most, but not all, cases.
2020-07-29 09:09:37 -04:00
Penar Musaraj
29276a37ed
DEV: Refactor scale-color()
usage in SCSS
2020-07-28 19:56:35 -04:00
Penar Musaraj
81ab62c72a
DEV: Refactor blend-primary-secondary()
usage in SCSS
2020-07-28 13:33:31 -04:00
Penar Musaraj
69efbd213b
DEV: Refactor dark-light-diff
usage in stylesheets
...
- Adds new `$danger-low-mid` SCSS variable
- Removes `dark-light-diff` outside variables and color transformations
2020-07-28 11:06:06 -04:00
Penar Musaraj
98e6a6a895
UX: Fix quote sharing button spacing
2020-07-20 21:09:13 -04:00
Penar Musaraj
bf22f7080d
FEATURE: optional quote sharing buttons ( #10254 )
2020-07-17 14:44:31 -04:00
Robin Ward
4a2871f7f6
FEATURE: Don't display muted/ignored users under "who liked" ( #10084 )
...
* FEATURE: Don't display muted/ignored users under "who liked"
Previously, if you clicked on the heart icon below a post
it would show you the avatar for a user even if you ignored or muted
them.
This commit will instead display a (?) icon. The count of likes will
remain correct, but you needn't be reminded of the person you
preferred not to see.
* Use a circle instead of (?) for unknown user
2020-06-19 10:44:21 -04:00
Jarek Radosz
3e8d548d35
FIX: Prevent clipping user mentions ( #9962 )
2020-06-02 16:30:34 +02:00
Jarek Radosz
921751f128
UX: Remove box-shadow from kbd, unify styling ( #9948 )
...
Having many elements with multiple box-shadows (e.g. in keyboard shortcuts modal) was tanking scrolling performance in some browsers.
2020-06-01 15:00:56 +02:00
Joffrey JAFFEUX
31d1468922
UX: reworks various menus to homogenize them ( #9905 )
...
- bookmark modal menu
- topic-footer-mobile-dropdown
- post-admin-menu
- topic-admin-menu
- quick-access menus
- toolbar-popup-menu
2020-05-29 08:05:21 +02:00
Michael Brown
d9a02d1336
Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse ""
...
This reverts commit 20780a1eee
.
* SECURITY: re-adds accidentally reverted commit:
03d26cd6: ensure embed_url contains valid http(s) uri
* when the merge commit e62a85cf
was reverted, git chose the 2660c2e2
parent to land on
instead of the 03d26cd6
parent (which contains security fixes)
2020-05-23 00:56:13 -04:00
Jeff Atwood
20780a1eee
Revert "Merge branch 'master' of https://github.com/discourse/discourse "
...
This reverts commit e62a85cf6f
, reversing
changes made to 2660c2e21d
.
2020-05-22 20:25:56 -07:00
Joffrey JAFFEUX
06e1d430c1
FIX: better cross browser topic footer buttons alignment ( #9860 )
2020-05-22 17:03:22 +02:00
Joffrey JAFFEUX
793085c703
REFACTOR: slightly cleaner topic admin button css ( #9858 )
2020-05-22 15:23:17 +02:00
Joffrey JAFFEUX
e71f5e8951
UI: apply margin only if the menu has content ( #9857 )
2020-05-22 15:19:55 +02:00
Joffrey JAFFEUX
ab6737c44a
UX: improves topic-notifications-button loading behavior ( #9832 )
2020-05-19 17:13:40 +02:00
Joffrey JAFFEUX
7c3663ff73
UX: adds visual feedback when changing topic notifications level ( #9831 )
2020-05-19 13:27:57 +02:00
Joffrey JAFFEUX
1647ba4624
FIX: applies flex on topic-footer-main-buttons ( #9829 )
2020-05-19 11:29:38 +02:00
Joffrey JAFFEUX
3623a395dc
UI: refinements to topic footer buttons ( #9780 )
2020-05-19 09:51:34 +02:00
Kris
811bc3544f
prettier
2020-05-12 23:12:46 -04:00
Kris
765e842101
UX: remove underline from del & ins elements
2020-05-12 22:51:28 -04:00
David Taylor
a97cb2444c
UX: Fix broken image placeholder styling
2020-04-21 19:00:47 +01:00
Justin DiRose
6559ad0d80
FEATURE: Add copy button to codeblocks ( #9451 )
2020-04-21 08:02:13 -05:00
Jordan Vidrine
3f49b13e5f
FIX: Fix untitled/long links extending out box
2020-04-07 13:46:40 -05:00
Kris
d282233d31
UX: Add flair styles to latest topic list
2020-03-30 21:40:11 -04:00
Bianca Nenciu
d8640fd042
DEV: Move requested_group_id custom field from post to topic ( #9127 )
...
Follow-up-to accbbded15
2020-03-24 11:12:52 +02:00
Kris
69df19a663
UX: Disable highlight animation on deleted posts
2020-03-20 12:15:58 -04:00
Jarek Radosz
fff0e0980d
FEATURE: Improve keyboard shortcuts help modal ( #9143 )
2020-03-09 17:37:32 +01:00
Robin Ward
163cbb4aa7
UX: Show mentions properly in small post messages
2020-02-18 14:38:33 -05:00