This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/views
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
..
buttons FIX: Recursion with a computed property that was pointing to itself. 2014-06-04 16:33:22 -04:00
composer FIX: Composer wasn't displaying errors correctly. The fix is a hack 2014-06-05 17:06:42 -04:00
list REFACTOR: Use the ScrollTop mixin instead of custom scrolling code. 2014-02-26 11:54:15 -05:00
modal BUGFIX: change the image upload icon when only images are authorized (fixes #2359) 2014-06-04 19:51:26 +02:00
search Easier to group bindings. Perf improvements. 2013-08-02 13:18:09 -04:00
user BUGFIX: allow new users to upload an avatar/background 2014-05-14 12:13:51 +02:00
badges-show.js.es6 ES6: Start on some views 2014-06-04 12:18:06 -04:00
category_chooser_view.js feature: use select2 instead of chosen 2014-05-14 08:01:08 +00:00
choose_topic_view.js ES6: Some more controllers 2014-05-09 11:57:39 -04:00
combobox_view.js feature: use select2 instead of chosen 2014-05-14 08:01:08 +00:00
container_view.js Corrections to JSDoc 2014-03-18 18:19:20 -07:00
discourse_text_field.js Post Cloaking: 2013-11-27 12:53:32 -05:00
discovery_topics_view.js Update discovery_topics_view.js 2014-05-10 19:36:40 +07:00
embedded_post_view.js FIX: When expanding embedded replies, adjust the scroll position to not lose your place 2013-09-10 17:15:07 -04:00
featured_topics_view.js Some javascript refactoring: Move markdown functions into their own classs, remove extraneous window. calls. 2013-03-05 14:53:55 -05:00
group-index.js.es6 ES6: Start on some views 2014-06-04 12:18:06 -04:00
header.js.es6 ES6: Convert header view 2014-06-09 11:34:38 -04:00
input-tip.js.es6 ES6: Convert a view, adds a backwards compatibility layer with 2014-06-05 15:09:20 -04:00
pagedown-editor.js.es6 ES6: Convert {{pagedown}} to {{pagedown-editor}} with deprecations 2014-06-09 12:16:27 -04:00
pagedown-preview.js.es6 ES6: Convert {{pagedown}} to {{pagedown-editor}} with deprecations 2014-06-09 12:16:27 -04:00
popup_input_tip_view.js Enable JSHINT's unused option. It caught a bunch of suspicious stuff which is fixed in this commit. 2013-12-30 13:30:22 -05:00
post_menu_view.js Wrap extended post actions in ellipsis. 2014-06-10 09:55:07 +02:00
post_view.js BUGFIX: fix post highlight 2014-06-05 12:31:29 +02:00
poster_expansion_view.js rearranging layout to better fit the new username placement 2014-05-10 02:09:04 -04:00
quote-button.js.es6 ES6: Support for views. Quote button proof of concept 2014-06-02 13:31:42 -04:00
replies_view.js Show the entire history of replies above a post when you expend "in reply to" 2013-08-06 17:43:10 -04:00
reply_history.js consolidate post-column into topic-body 2014-06-05 02:02:27 -07:00
selected_posts_view.js Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline 2013-02-25 17:16:57 -05:00
share_link_view.js Add site setting to choose which share links to show and in what order 2013-03-26 17:17:37 -04:00
share_view.js FEATURE: add real date of post in the share dialog when triggered from the post date 2014-06-09 21:14:03 +02:00
topic_admin_menu_view.js Ember Upgrade: 1.0 2013-10-01 11:16:27 -04:00
topic_bulk_actions_view.js Front end code is complete for changing categories of topics in bulk 2014-01-30 11:44:29 -05:00
topic_closing_view.js Upgrade font-awesome to version 4 2013-12-11 10:31:09 -05:00
topic_footer_buttons_view.js Category notification settings dropdown: use common code with topic notification and pin/unpin dropdowns 2014-05-29 18:18:29 -04:00
topic_view.js BUGFIX: progress bar was hidden when the composer was open - TAKE 2 2014-06-05 18:39:26 +02:00
topic-map-container.js.es6 ES6: All components ported over 2014-06-03 12:11:17 -04:00
unknown_view.js Support 404 routes in the Ember App 2014-04-29 15:29:13 -04:00
user_selector_view.js Fix: apply excludes for user aliases in user selection view 2014-02-24 10:35:47 +01:00
view.js Toggle button for bulk selection of topics 2014-01-30 11:44:29 -05:00