Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 2aeba96826bb3d884baa9e8bc89e841a133393c4 https://github.com/xwiki/xwiki-platform/commit/2aeba96826bb3d884baa9e8bc89e8... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableHeaderNames.vue Log Message: ----------- XWIKI-23936: Resizing columns in Live Data makes the column title too small again * Re-add the minimum width to the column name. Commit: ff9df7acb4bc5efcc6802983f0f2cc75d6f0978f https://github.com/xwiki/xwiki-platform/commit/ff9df7acb4bc5efcc6802983f0f2c... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableHeaderNames.vue Log Message: ----------- XWIKI-23937: Resizing Live Data columns moves them * Configure the column name as handle to avoid that columns are moved when the resize handle (which is outside the column name) is moved. Commit: 3e1d3809f7ef0b4e86ca7cdf93fdc93254273d04 https://github.com/xwiki/xwiki-platform/commit/3e1d3809f7ef0b4e86ca7cdf93fdc... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableHeaderNames.vue Log Message: ----------- XWIKI-23938: Only the left half of the resize handle in Live Data can be used * Set the z-index of the resize handle to 1 to raise it over the next column name. Commit: 1716c4e9f8ca01d57e1d1cdb300ca07a183f3438 https://github.com/xwiki/xwiki-platform/commit/1716c4e9f8ca01d57e1d1cdb300ca... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableHeaderNames.vue M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/reactive.less Log Message: ----------- XWIKI-23941: Live Data Font Awesome sort icons disappear for small columns or with FA7 in Firefox * Move the text-overflow from the handle to the property name. * Use flex layout for the handle. * Use display: flex in "mobile" mode to force the column name to fit. Compare: https://github.com/xwiki/xwiki-platform/compare/a24caf7537fa...1716c4e9f8ca To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications