discourse/app
Sam Saffron 0d6839e8a8 UX: adjust algorithm for picking notification count
Our current algorithm for picking the number of notifications to display
when expanding the notifications relies on magic numbers.

Previously we only allowed for header and an estimate of maximum height of
notification container, this is not ideal as there is padding at the bottom
and top of the notification container

This adds a special number for padding.

The longer term fix though is to render the notification panel off screen
then grab the correct count, finally adding it back into view with.

This would allow for large fonts, small fonts, custom themes and much more.
2020-02-05 16:03:44 +11:00
..
assets UX: adjust algorithm for picking notification count 2020-02-05 16:03:44 +11:00
controllers UX: introduces icon-picker component for badges (#8844) 2020-02-05 00:41:10 +01:00
helpers FIX: use schema.org's BreadcrumList 2020-01-21 22:27:21 +01:00
jobs FEATURE: Send suspect users to the review queue (#8811) 2020-01-29 15:38:27 -03:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models FIX: Edit title respects min trust to edit post 2020-02-04 16:31:16 -07:00
serializers FIX: Admin user list not showing 2FA icon for only security keys enabled (#8839) 2020-02-03 14:37:46 +10:00
services FIX: suppress notification flood when post is edited (#8838) 2020-02-03 11:27:18 +11:00
views FIX: use schema.org's BreadcrumList 2020-01-21 22:27:21 +01:00