Vanessa Otto activity https://gitlab.com/vanessaotto 2026-03-18T16:41:42Z tag:gitlab.com,2026-03-18:5218578695 Vanessa Otto commented on issue #585265 at GitLab.org / GitLab 2026-03-18T16:41:42Z vanessaotto Vanessa Otto

Hi @mmacfarlane

I created a POC to test whether we can let users configure whether a table should have sticky headers or not. Here's a demo:

tag:gitlab.com,2026-03-18:5218566158 Vanessa Otto opened merge request !227926: Draft: Add sticky table headers for markdown tables in view mode at GitLab.org / GitLab 2026-03-18T16:39:50Z vanessaotto Vanessa Otto

What does this MR do and why?

Add sticky table headers for markdown tables in view mode

Wrap markdown tables with a bounded-height scroll container (max-height: 70vh) and apply position: sticky to thead cells. This keeps column headers visible when scrolling long tables.

Changelog: added

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #585265

tag:gitlab.com,2026-03-18:5218559709 Vanessa Otto pushed new project branch 585265-implement-sticky-table-headers-in-gitlab-tables--configuration-poc at GitLab.org / GitLab 2026-03-18T16:38:51Z vanessaotto Vanessa Otto

Vanessa Otto (9ba0903c) at 18 Mar 16:38

POC: Editor sticky header configuration

... and 5 more commits

tag:gitlab.com,2026-03-18:5218175252 Vanessa Otto commented on merge request !227913 at GitLab.org / GitLab 2026-03-18T15:16:51Z vanessaotto Vanessa Otto

but displayPagination is not a method anymore

tag:gitlab.com,2026-03-18:5218083937 Vanessa Otto commented on merge request !227913 at GitLab.org / GitLab 2026-03-18T14:59:09Z vanessaotto Vanessa Otto

Morning @lindsey-shelton, would you have time for a small MR review?

tag:gitlab.com,2026-03-18:5218082124 Vanessa Otto pushed to project branch 593997-missing-whitespace-below-pagination-buttons-in-ai-panel-sessions-flow-list at GitLab.org / GitLab 2026-03-18T14:58:49Z vanessaotto Vanessa Otto

Vanessa Otto (8f178373) at 18 Mar 14:58

Align footer padding bottom of sessions with duo chat drawer

tag:gitlab.com,2026-03-18:5218081003 Vanessa Otto opened merge request !227913: Align footer padding bottom of sessions with duo chat drawer at GitLab.org / GitLab 2026-03-18T14:58:35Z vanessaotto Vanessa Otto

What does this MR do and why?

Align footer padding bottom of sessions with duo chat drawer

References

Screenshots or screen recordings

Before After
Screenshot_2026-03-18_at_15.43.19 Screenshot_2026-03-18_at_15.56.34

How to set up and validate locally

  1. Prerequisite: You have a Duo workflow-enabled project.
  2. Prerequisite: You have existing sessions (or you can mock some values in the file ee/app/assets/javascripts/ai/duo_agents_platform/components/common/agent_flow_list.vue to see the pagination)

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #593997

tag:gitlab.com,2026-03-18:5218065633 Vanessa Otto pushed to project branch 593997-missing-whitespace-below-pagination-buttons-in-ai-panel-sessions-flow-list at GitLab.org / GitLab 2026-03-18T14:55:33Z vanessaotto Vanessa Otto

Vanessa Otto (944697e0) at 18 Mar 14:55

Align footer padding bottom of sessions with duo chat drawer

tag:gitlab.com,2026-03-18:5218024079 Vanessa Otto pushed new project branch 593997-missing-whitespace-below-pagination-buttons-in-ai-panel-sessions-flow-list at GitLab.org / GitLab 2026-03-18T14:47:48Z vanessaotto Vanessa Otto

Vanessa Otto (ac6d7747) at 18 Mar 14:47

tag:gitlab.com,2026-03-18:5218016802 Vanessa Otto opened issue #593997: Missing whitespace below pagination buttons in AI Panel Sessions Flow List at GitLab.org / GitLab 2026-03-18T14:46:34Z vanessaotto Vanessa Otto tag:gitlab.com,2026-03-18:5217970349 Vanessa Otto commented on merge request !205304 at GitLab.org / GitLab 2026-03-18T14:37:55Z vanessaotto Vanessa Otto

merci! =)

tag:gitlab.com,2026-03-18:5217010219 Vanessa Otto commented on merge request !5760 at GitLab.org / gitlab-services / Pajamas Design System 2026-03-18T11:18:26Z vanessaotto Vanessa Otto

@danmh Caution ⚠️ dangerbot warning:

d9b3b213: Use full URLs instead of short references (gitlab-org/gitlab#123 or !123), as short references are displayed as plain text outside of GitLab. For more information, take a look at our Commit message guidelines.

tag:gitlab.com,2026-03-18:5217006829 Vanessa Otto approved merge request !5760: Update progress bar to use full border radius design token at GitLab.org / gitlab-services / Pajamas Design System 2026-03-18T11:17:36Z vanessaotto Vanessa Otto

What does this MR do?

Update progress bar to use the full border radius design token (gl-rounded-full / 9999px) instead of the default radius, to match the fully-rounded appearance shown #2565.

This follows up on !5753 which introduced gl-rounded-default, but the approved design in #2565 calls for a fully-rounded border radius.

Screenshots or screen recordings

Visual change: the progress bar track will have fully-rounded ends (border-radius: 9999px) instead of the default 0.25rem.

Integrations

Does this MR meet the acceptance criteria?

Relates to #2565 (border-radius portion)

tag:gitlab.com,2026-03-18:5217005425 Vanessa Otto commented on merge request !5760 at GitLab.org / gitlab-services / Pajamas Design System 2026-03-18T11:17:16Z vanessaotto Vanessa Otto

now that makes more sense =D

tag:gitlab.com,2026-03-18:5217003837 Vanessa Otto commented on issue #593968 at GitLab.org / GitLab 2026-03-18T11:16:54Z vanessaotto Vanessa Otto

Hi @nickbrandt, I have a question regarding the table padding in editors. Apologies for disturbing you already after Alex is PTO for just a day =D This is absolutely non-urgent.

In the screenshots in the work item description, you can see that tables in view or preview mode have a more condensed vertical padding of 10px (padding: 10px 16px;), while in the RTE it's 16px all around. The RTE style matches the Pajamas style. However, this might be intentional because tables can get quite large and we'd like to see more data in less space. In that case, I wonder if we should also use the reduced padding in the RTE editor? There is a chevron, though, that would get less space as well:

RTE current padding RTE reduced padding
Screenshot_2026-03-18_at_12.14.42 Screenshot_2026-03-18_at_12.13.48
tag:gitlab.com,2026-03-18:5216887256 Vanessa Otto opened issue #593968: Align table header padding between view/preview and rich text editor to follow Pajamas guidelines at GitLab.org / GitLab 2026-03-18T10:50:35Z vanessaotto Vanessa Otto tag:gitlab.com,2026-03-18:5216842190 Vanessa Otto pushed to project branch 585265-implement-sticky-table-headers-in-gitlab-tables--rte at GitLab.org / GitLab 2026-03-18T10:41:37Z vanessaotto Vanessa Otto

Vanessa Otto (ab7910ee) at 18 Mar 10:41

Gate content editor table sticky headers behind feature flag

... and 8 more commits

tag:gitlab.com,2026-03-18:5216817074 Vanessa Otto pushed to project branch 585265-implement-sticky-table-headers-in-gitlab-tables--view at GitLab.org / GitLab 2026-03-18T10:36:13Z vanessaotto Vanessa Otto

Vanessa Otto (88d5dbec) at 18 Mar 10:36

Does not set max height in print mode

... and 6 more commits

tag:gitlab.com,2026-03-18:5216652126 Vanessa Otto pushed to project branch 585265-implement-sticky-table-headers-in-gitlab-tables--rte at GitLab.org / GitLab 2026-03-18T10:03:53Z vanessaotto Vanessa Otto

Vanessa Otto (03b13230) at 18 Mar 10:03

Wrap content editor table in a scrollable div with sticky header su...

... and 297 more commits