discourse/app
Benjamin Kampmann 8167207e38 Wrap extended post actions in ellipsis.
Add a new SiteSetting to specify a maximum of items to be shown in post action menus per default. If more buttons are rendered and those after mentioned maximum will be hidden behind a collapsible ellipsis-button. Once clicked it slides in the missing buttons and hides itself.

If the setting is set to 0, the ellipsis will not be applied. It default is set to 4 though.

All buttons are created equal - but the Reply-Button is more equal than others: If it is rendered, the reply button will never be hidden behind the ellipsis. The max count is exclusiding the reply button and its position would make the reply button hide, it is removed there and pushed to the end of the list.
2014-06-10 09:55:07 +02:00
..
assets Wrap extended post actions in ellipsis. 2014-06-10 09:55:07 +02:00
controllers Add ability to run validation on site settings. notification_email and other email address settings are now validated. 2014-06-09 16:59:20 -04:00
helpers BUGFIX: re-enable CDN js debugging in a robust way 2014-05-19 08:46:28 +10:00
jobs BUGFIX: broken schedule 2014-06-07 10:25:15 +10:00
mailers Use an appropriate name in the Reply-To header 2014-06-06 21:09:00 +08:00
models move website from User to UserProfile 2014-06-06 21:54:32 -07:00
serializers do not use try in UserSerializer for fields coming from UserProfile 2014-06-07 13:30:35 -07:00
services move website from User to UserProfile 2014-06-06 21:54:32 -07:00
views Add content :bottom to the bottom of every page, as it says it should 2014-06-06 16:48:17 -04:00