Conversation
|
@vbakke please review this and provide with your feedback :) |
|
@Klath123 and @veenoise: I just discovered that #527 and #534 both change the Mapping page. |
| text-transform: uppercase; | ||
| color: var(--text-tertiary, #757575); | ||
| padding: 10px 12px; | ||
| background: var(--surface-01, #272727); |
There was a problem hiding this comment.
| background: var(--surface-01, #272727); |
Remove this, it breaks the light mode and the color is already showing in dark mode so it is unnecessary
| font-weight: 700; | ||
| letter-spacing: 0.08em; | ||
| text-transform: uppercase; | ||
| color: var(--text-tertiary, #757575); |
There was a problem hiding this comment.
| color: var(--text-tertiary, #757575); |
Remove this as well, it is already implemented in dark mode and it breaks light mode
|
@vbakke I have fixed the mapping page for light theme. I have done some additional styling to it. Please review and provide with your feedback :) |
|
Thank you, @Klath123. As pointed out in #534 and #535 the sideways scroll bar is hidden, unless scrolling all the way to the bottom on the page. I know some are allergic to sideways scrolls. But as long as we have not made the table to show all columns tiny screens, the horizontal scroll bar should be visible also when only halfway down the page. imo :) |
|
ah, I had the wrong branch checked out when writing the previous comment, @Klath123 . Ignore that message. But I do still stand for my main point: If a table is too wide, a horizontal scroll should be present at all times, also when viewing the upper part of the table. Especially for long tables like the DSOMM mapping table. (On phones you just side scroll using you thumb, but on narrow browser windows, it is harder to side scroll, unless you know of the shift + scroll wheel thing) However, your changes to the table compacts a lot better than the original. 🙂 👍 Since this table focuses on the mapping we cannot remove the mapping columns. But we could remove Dimension, and then Sub-dimension as the browser window goes more and more narrow. And also, are we able to make the heading Then the need for horizontal scroll is even less important. |
|
Hi @vbakke, looked into your feedback and made the following changes: ->Horizontal scroll is now always visible on the table wrapper. Screen.Recording.2026-04-06.004544.mp4Screen recording attached above. Happy to raise a PR if this looks good to you :) |

Improve Mapping Page: Search, Pagination, Export and Refactoring
This PR resolves the issue #498 improves the Mapping page by making it more intuitive to use, more responsive, and easier to maintain.
Before:-
Screen.Recording.2026-03-30.232059.mp4
After:-
Screen.Recording.2026-03-30.231704.mp4
Overall, these changes make the Mapping page faster, clearer to interact with, and more reliable for users working with larger datasets.