Jarek Radosz
39b1ac91b8
DEV: Merge duplicated css ( #31167 )
...
Fixes `no-duplicate-selectors` stylelint rule.
2025-02-05 18:42:55 +01:00
Jarek Radosz
80d7075171
UX: Fix user-select regressions ( #31129 )
...
…and cases that didn't take webkit into account at all.
2025-02-03 18:14:11 +01:00
David Taylor
d88ee33eb6
DEV: Introduce stylelint ( #29852 )
...
Stylelint is a css linter: https://stylelint.io/
As part of this change we have added two javascript scripts:
```
pnpm lint:css
pnpm lint:css:fix
```
Look at `.vscode/settings.json.sample` and `.vscode/extensions.json` for
configuration in VSCode.
---------
Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-01-20 15:27:42 +00:00
Joffrey JAFFEUX
7a7cc815be
DEV: removes legacy modal code ( #28047 )
2024-07-24 18:07:17 +02:00
Kris
1ac8922013
DEV: update classes, remove unused CSS ( #25825 )
2024-02-23 09:14:37 -05:00
Kris
4e72b06a54
UX: improve mobile table editor button location ( #25426 )
2024-01-26 13:08:12 -05:00
David Taylor
fb95ab8e00
DEV: Use webpack to load table-builder dependencies ( #25018 )
...
This avoids the need to vendor the JS/CSS in our git repository
2024-01-02 10:47:47 +00:00
Keegan George
d2b53ccac2
DEV: Port discourse-table-builder
theme component to core ( #24441 )
2023-11-30 10:54:29 -08:00