discourse/app
Martin Brennan e3f1e0e9bc
DEV: Add displaySection to sidebar sections (#18479)
This PR renames the old Sidebar::Section displaySection function
to displaySectionContent, and changes the meaning of displaySection
to hide the entire sidebar section including the header. This is
implemented via an arg passed to Sidebar::Section, which will default
to true if it is not passed, and the BaseCustomSidebarSection class
implements a default of `return true` for this function.
2022-10-05 13:57:52 +10:00
..
assets DEV: Add displaySection to sidebar sections (#18479) 2022-10-05 13:57:52 +10:00
controllers FIX: Allow email login for admins in staff-writes-only-mode (#18443) 2022-09-30 14:12:49 -05:00
helpers DEV: Rename secure_media to secure_uploads (#18376) 2022-09-29 09:24:33 +10:00
jobs FIX: Count resulting bulk invites correctly (#18461) 2022-10-04 18:41:06 +03:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FIX: Add better and more strict invite validators (#18399) 2022-09-30 13:35:00 +03:00
serializers DEV: Rename secure_media to secure_uploads (#18376) 2022-09-29 09:24:33 +10:00
services DEV: Use AR enums in reviewables related code 2022-09-22 14:44:27 +02:00
views UX: add max-width to digest email, format erb (#18445) 2022-10-03 11:55:50 -04:00