0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/app
Kris 79a7914e6b
UX: fix /categories page tag alignment (#41815)
Fixes a minor misalignment on the "categories with latest/top topics"
layouts

before
<img width="600" alt="image"
src="https://github.com/user-attachments/assets/52ae69c5-8d66-43c1-918f-3cadb2600e8a"
/>


after
<img width="600" alt="image"
src="https://github.com/user-attachments/assets/5af552cf-f57e-4ea9-94ba-ab990ed4b95d"
/>
2026-07-17 12:13:06 -04:00
..
assets UX: fix /categories page tag alignment (#41815) 2026-07-17 12:13:06 -04:00
controllers FEATURE: Persist "Activity by category" dashboard filter selection (#41758) 2026-07-17 10:54:28 +03:00
helpers SECURITY: Bind shared session key to auth token and enforce user gates (#41610) 2026-07-14 13:25:05 +08:00
jobs FEATURE: Support users in DAccessControl and backend (#41358) 2026-07-15 09:18:06 +10:00
mailers FEATURE: Log in with a one-time email code (#40804) 2026-06-17 12:34:48 -07:00
models SECURITY: Stale featured rows expose unlisted topic content (#41810) 2026-07-17 09:19:08 -05:00
queries/reports DEV: Remove reporting_improvements upcoming change (#41259) 2026-07-01 07:52:02 +08:00
serializers FIX: Restore enabled checkboxes for similar users in penalty modals (#41801) 2026-07-17 17:14:39 +05:30
services SECURITY: Stale featured rows expose unlisted topic content (#41810) 2026-07-17 09:19:08 -05:00
views FIX: improve the reliability of chat sounds (#41373) 2026-07-02 18:52:41 -04:00