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
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 many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
components Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
controllers 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
helpers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
initializers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
lib DEV: fix "addNavigationBarItem" documentation (#9207) 2020-03-16 13:12:04 +01:00
mixins Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
models UX: Refresh group membership list when removing users or changing owners 2020-03-17 11:06:17 +00:00
pre-initializers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
raw-views Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
routes Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
services Rename many .js.es6 files to .js 2020-03-12 13:29:55 -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
widgets FIX: Dismiss notifications on middle click (#9098) 2020-03-17 17:48:12 +02:00
mapping-router.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00