Commit Graph
20 Commits
Author SHA1 Message Date
Canapin bbad09df0e UX: creates a vertical space between the title and the back link (#23558)
The link was to close to the title, there was no vertical space. Adding a space make elements spacing more even on the page.
2023-09-15 12:16:23 +10:00
Canapin 040a19d4cf UX: removes a duplicate modal footer. (#23226) 2023-09-14 10:50:11 +01:00
Canapin b3c722f2f7 FIX: created:@ search keyword for uppercase usernames (#22878)
The filter wasn't working if the username had uppercase letters.
2023-08-02 15:28:17 -04:00
CanapinandBlake Erickson e503a4fc37 DEV: add activate/deactivate user endpoints to API docs (#22716)
* DEV: add activate/deactivate user endpoints to API docs

* Update spec/requests/api/users_spec.rb

---------

Co-authored-by: Blake Erickson <o.blakeerickson@gmail.com>
2023-07-24 11:45:04 -06:00
Canapin 84bbf0fdd7 UX: fix avatar selector overflow (#22159) 2023-06-16 16:36:13 +01:00
Canapin a187411611 UX: Fix post history raw view (#21830)
The RAW view was broken by previous PR. This commit fixes it.
2023-05-31 05:29:04 +08:00
CanapinandJarek Radosz 69274cdb88 UX: Add show password on mobile login modal (#21003)
* UX: Add show password on mobile login modal

* Update app/assets/javascripts/discourse/app/templates/mobile/modal/login.hbs

Co-authored-by: Jarek Radosz <jradosz@gmail.com>

---------

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2023-05-24 12:40:36 +02:00
Canapin d537265ddd UX: improve edit history display (#21474) 2023-05-24 08:59:13 +08:00
Canapin ecb9a27e55 UX: improve tags spacing (#21585) 2023-05-23 09:52:15 +08:00
Canapin 1de513cbdd UX: Fix space position in badge counts (#21240) 2023-04-26 06:15:26 +08:00
CanapinandSam Saffron f7bc30a37d DEV: Added a missing parameter to Discourse API Docs (#21085)
---------

Co-authored-by: Sam Saffron <sam.saffron@gmail.com>
2023-04-24 15:44:09 +10:00
Canapin 4b9a52cd7c UX: fix time pickers input width on mobile (#21170) 2023-04-19 10:08:24 -05:00
Canapin bc7ef70380 UX: fix kbd tag text's color in the composer full screen prompt (#21169) 2023-04-19 10:05:26 -05:00
Canapin 4b9061ae3f UX: Remove color attribute from <kbd> tag (#20429)
As a single example, if a `<kbd>` tag is wrapped by a `<a>` link, it doesn't inherit the link color:

`[<kbd> **Support**</kbd>](https://meta.discourse.org)`

It's because the `<kbd>` tag has a `color: var(--primary);` CSS rule which seems superfluous.

If we disable it, the `<kbd>` tag inherits all the normal colors (including the link color 👌).

The direct `<kbd>` parent that assigns the text color is `<html>` (can't go higher!) which has an identical `color: var(--primary);`. 

WCAG palettes don't seem to assign specific colors in this context.

It seems fairly safe to remove `color: var(--primary);` from `<kbd>` so it won't interfere anymore with its content.
2023-04-14 10:06:12 +08:00
Canapin b328ada667 UX: Prevents letters from being partially cut off on the profile summary page (#20715) 2023-04-14 10:04:05 +08:00
Canapin b9ca4c9031 UX: fix anchor z-index (#21002) 2023-04-14 10:02:57 +08:00
Canapin 58270954b6 Fix keyboard shortcut button hover color for WCAG color schemes (#20431) 2023-03-30 14:18:20 -04:00
Canapin 2dba3ab7c9 UX: Improve the "install theme/component" modal on mobile (#20777) 2023-03-27 14:11:31 -04:00
Canapin 4bfa130c3a UX: Fix remove-user-from-pm hover styling (#20273) 2023-02-15 11:06:21 -05:00
Canapin 14a447175b Double arrow support (#20288) 2023-02-14 14:24:14 -05:00