discourse/app
Alan Guo Xiang Tan 783bce4b2c
DEV: Don't render header on invites page (#22138)
What this change?

Previous solution relied on CSS to hide the header which is first
wasteful since we're still rendering the header and second makes it
untestable. If we don't want the header to show, we should avoid
rendering it in the first place.
2023-06-16 09:42:00 +08:00
..
assets DEV: Don't render header on invites page (#22138) 2023-06-16 09:42:00 +08:00
controllers FIX: Update sidebar to be navigation menu (#22101) 2023-06-15 09:31:28 +10:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs DEV: Update username in new quote format - Part 1 (#22032) 2023-06-14 16:14:11 +08:00
mailers FEATURE: Implement max_tags_per_email_subject (#22050) 2023-06-14 12:22:14 -05:00
models FIX: rename everything link to topics (#22076) 2023-06-15 11:36:38 +10:00
serializers FIX: Update sidebar to be navigation menu (#22101) 2023-06-15 09:31:28 +10:00
services FIX: Update sidebar to be navigation menu (#22101) 2023-06-15 09:31:28 +10:00
views DEV: add class for static login description section (#22002) 2023-06-08 19:51:41 +05:30