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/app
Penar Musaraj bdba17cdf7
FIX: Restore stream position in safari (#9993)
Safari uses an aggressive back/forward cache, which means the app loads
very quickly when hitting Back. But, in topics with > 30 posts, hitting
Back runs post stream calculations too early, which means that users
get taken back to an earlier point in the stream, consistently.

Using `onpageshow`, we can restore the correct location before the post
stream calculations take place.
2020-06-08 10:13:46 -04:00
..
adapters DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
components FIX: Restore stream position in safari (#9993) 2020-06-08 10:13:46 -04:00
controllers DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
helpers DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
initializers FIX: Service Worker URL was broken 2020-06-04 14:49:39 -03:00
lib PERF: Cache PrettyText instance for rendering composer preview (#9987) 2020-06-08 10:42:59 +01:00
mixins FIX: Do not destroy $.fileupload element (#9888) 2020-06-02 16:14:41 +10:00
models FEATURE: category setting for default list filter. (#9975) 2020-06-04 00:56:56 +05:30
pre-initializers FEATURE: category setting for default list filter. (#9975) 2020-06-04 00:56:56 +05:30
raw-views DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
routes DEV: removes unecessary casting (#9982) 2020-06-04 19:07:34 +02:00
services DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
templates FIX: ensures edit-category-setting is correctly casting boolean (#9999) 2020-06-08 15:16:42 +02:00
widgets DEV: Reorder appending extra header icons (#9973) 2020-06-03 14:28:02 -05:00
app.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
mapping-router.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00