discourse/test/javascripts
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
..
acceptance DEV: Replace save-button partial with a component (#9066) 2020-03-10 09:37:54 -04:00
admin Fix the build. Remove the branch value if available. 2020-03-18 04:13:00 +05:30
components DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01: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
ember DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
fixtures DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
helpers FEATURE: Approve suspect users is now true by default. The suspect users list was removed (#9151) 2020-03-10 08:56:42 -03:00
initializers FEATURE: Load translation overrides without JS eval 2019-11-05 19:16:38 +01:00
lib REFACTOR: removes legacy bootstrap css class (#9174) 2020-03-11 15:31:29 +01:00
mixins FIX: makes setting-object capable of defining value/name properties itself (#9003) 2020-02-19 10:01:21 +01:00
models DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
utils DEV: adds afterRender decorator (#8864) 2020-02-10 08:13:13 +01:00
widgets FIX: Dismiss notifications on middle click (#9098) 2020-03-17 17:48:12 +02:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00