discourse/app
David Taylor 863c7919d7
FIX: Close navigation dropdown when item selected (#12155)
This `if` statement was backwards, such that it was a no-op. This hasn't
caused a problem because clicking an item triggers a page load, which
destroys and recreates the component.

However, we are soon planning to remove the intermediate loading screen,
which means the component will not be removed/recreated.

https://meta.discourse.org/t/177939/202
2021-02-22 10:41:09 +00:00
..
assets FIX: Close navigation dropdown when item selected (#12155) 2021-02-22 10:41:09 +00:00
controllers SECURITY: Attach DiscourseConnect (SSO) nonce to current session (#12124) 2021-02-18 10:35:10 +00:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FIX: Reduce the time_read threshold to one minute. (#12159) 2021-02-20 08:25:32 -03:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models DEV: More refactoring of SCSS importers (#12143) 2021-02-19 11:22:24 -05:00
serializers FIX: hide sso payload behind a button click and log views (#12110) 2021-02-17 21:27:51 +05:30
services FIX: remove unnecessary OR from dismiss service (#12117) 2021-02-18 14:55:58 +11:00
views FIX: adds google tracking to page publishing (#12090) 2021-02-15 19:00:35 +01:00