discourse/plugins
Joffrey JAFFEUX 6c3a7f2a67
FIX: do not store 0 has min width for thead panel (#30818)
When we had no width stored for the side panel in the local storage,
essentially the computation would end up being:

```javascript
Math.min(null, 1000);
```

Which would output: 0. This commit ensures we have a default for store
width: MIN_PANEL_WIDTH. And also uses the same value in CSS and JS.

I had to change z-layers of chat-side-panel resizer as it was
interfering with system specs changing the notification level of a
thread, when trying to click the option in the dropdown, it would
instead click the resizer as it would appear on top of the dropdown.

Tried to write a test but couldn't get something reliable.
2025-01-16 16:03:35 +01:00
..
automation Update translations (#30765) 2025-01-14 16:19:49 +01:00
chat FIX: do not store 0 has min width for thead panel (#30818) 2025-01-16 16:03:35 +01:00
checklist DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
discourse-details Update translations (#30434) 2025-01-03 14:01:32 +01:00
discourse-lazy-videos Update translations (#30434) 2025-01-03 14:01:32 +01:00
discourse-local-dates DEV: Move discourse-common/config/environment to discourse/lib (#30738) 2025-01-13 15:29:26 +00:00
discourse-narrative-bot Update translations (#30765) 2025-01-14 16:19:49 +01:00
discourse-presence DEV: Enable discourse-common-imports eslint rule (#30742) 2025-01-13 16:01:34 +00:00
footnote DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
poll Update translations (#30765) 2025-01-14 16:19:49 +01:00
spoiler-alert UX: Removed a redundant git pull statement from the docs (#30801) 2025-01-16 11:13:51 +00:00
styleguide Update translations (#30765) 2025-01-14 16:19:49 +01:00