discourse/app/assets/javascripts/admin
Martin Brennan e2ce12d414
FIX: Broken computing of userHasTimezone in bookmark modal and missing tap-tile templates for regular users (#9229)
Based on reports here https://meta.discourse.org/t/improved-bookmarks-with-reminders/144542

* Because the `userHasTimezone` property was computed and we were checking on an (essentially) global object, ember was not aware that the user timezone had changed because it changed in a different place. instead set the timezone as internal state for the modal on show and base the computed property off of that so it mutates correctly
* The tap-tile components were in the admin folder completely unnecessarily, move them out into the main discourse folder otherwise noone else can use the new bookmarks (icon + text is missing)
2020-03-18 11:12:23 +10:00
..
adapters Rename `.js.es6` to `.js` in the admin application 2020-03-13 17:03:08 -04:00
components Rename `.js.es6` to `.js` in the admin application 2020-03-13 17:03:08 -04:00
controllers FIX: Remote themes Github link should go to custom branch #9184 2020-03-18 03:57:54 +05:30
helpers Rename `.js.es6` to `.js` in the admin application 2020-03-13 17:03:08 -04:00
mixins Rename `.js.es6` to `.js` in the admin application 2020-03-13 17:03:08 -04:00
models Rename `.js.es6` to `.js` in the admin application 2020-03-13 17:03:08 -04:00
routes Rename `.js.es6` to `.js` in the admin application 2020-03-13 17:03:08 -04:00
services Rename `.js.es6` to `.js` in the admin application 2020-03-13 17:03:08 -04:00
templates FIX: Broken computing of userHasTimezone in bookmark modal and missing tap-tile templates for regular users (#9229) 2020-03-18 11:12:23 +10:00