discourse/app/assets/javascripts
Penar Musaraj c8e03f251f
DEV: Remove body docked class and its scroll event listener (#29515)
Docking is a leftover from older header code, it looks like it is no
longer used in the app. This helper was registering a scroll event
listener to check if the header should be docked or not. Initially, a
"docked" class was added to the body element. This class persisted
through the lifecycle of the app and the scroll event was doing no
useful work.

Some older themes may still use it in CSS, that will cause a regression,
from a quick look at existing code, the surface area should be small
(2-3 themes). It's worth removing the event listener for performance
reasons. We could possibly add the class "docked" statically to the body
element, but it's redundant. It's best to clean up the relevant CSS in
themes, where applicable.
2024-10-31 10:21:50 -04:00
..
admin FEATURE: Add 'Community title' field to about config page (#29500) 2024-10-31 10:04:31 +03:00
custom-proxy Build(deps-dev): Bump express from 4.21.0 to 4.21.1 (#29134) 2024-10-09 01:07:01 +02:00
deprecation-silencer DEV: Reformat package.json files (#28733) 2024-09-04 21:14:13 +02:00
dialog-holder Build(deps): Bump ember-auto-import from 2.8.1 to 2.9.0 (#29497) 2024-10-31 00:37:29 +01:00
discourse DEV: Remove body docked class and its scroll event listener (#29515) 2024-10-31 10:21:50 -04:00
discourse-common DEV: Deprecate htmlHelper (#29495) 2024-10-31 00:37:37 +01:00
discourse-hbr DEV: Reformat package.json files (#28733) 2024-09-04 21:14:13 +02:00
discourse-i18n DEV: Reformat package.json files (#28733) 2024-09-04 21:14:13 +02:00
discourse-markdown-it Build(deps): Bump ember-auto-import from 2.8.1 to 2.9.0 (#29497) 2024-10-31 00:37:29 +01:00
discourse-plugins Build(deps): Bump the babel group with 2 updates (#29423) 2024-10-27 23:06:49 +01:00
discourse-widget-hbs Build(deps): Bump ember-auto-import from 2.8.1 to 2.9.0 (#29497) 2024-10-31 00:37:29 +01:00
docs
ember-addons
ember-cli-progress-ci PERF: Improve production JS build in low-memory environments (#26849) 2024-05-02 11:43:59 +01:00
ember-production-deprecations DEV: Update ember-cli-deprecation-workflow from 2.2.0 to 3.0.1 (#28226) 2024-08-07 17:59:42 +02:00
float-kit Build(deps): Bump ember-auto-import from 2.8.1 to 2.9.0 (#29497) 2024-10-31 00:37:29 +01:00
locales FEATURE: Add Uyghur language (#27183) 2024-05-27 09:58:18 +02:00
pretty-text Build(deps): Bump ember-auto-import from 2.8.1 to 2.9.0 (#29497) 2024-10-31 00:37:29 +01:00
select-kit Build(deps): Bump ember-auto-import from 2.8.1 to 2.9.0 (#29497) 2024-10-31 00:37:29 +01:00
theme-transpiler Build(deps): Bump @babel/standalone in the babel group (#29496) 2024-10-30 23:22:37 +01:00
truth-helpers Build(deps): Bump ember-auto-import from 2.8.1 to 2.9.0 (#29497) 2024-10-31 00:37:29 +01:00
.npmrc
handlebars-shim.js
polyfills.js
service-worker.js.erb DEV: use service worker for chat sound (#29388) 2024-10-29 13:15:53 +04:00