stable

Clone or download

Read-only

chore: Switch popover from popper to floating-ui

Use same library than dropdowns to position the popovers. Follow-up to a9465a68f5b3cf2682e49a6cb1b18b7ffce12307. Floating-ui is the next generation of Popper: https://floating-ui.com/docs/motivation No functional changes expected (except maybe 1px alignment diff here and there 😁). Part of story #24197: search for Documents with criteria Change-Id: I2980b009396ad1935a921d3125276960b9808455

Modified Files

Name
M lib/frontend/project-sidebar-internal/src/Header/PrivacyBadge.vue +5 −1 Go to diff View file
M lib/frontend/tlp-popovers/package.json +1 −1 Go to diff View file
M lib/frontend/tlp-popovers/pnpm-lock.yaml +10 −4 Go to diff View file
M lib/frontend/tlp-popovers/src/popovers.test.ts +312 −24 Go to diff View file
M lib/frontend/tlp-popovers/src/popovers.ts +129 −59 Go to diff View file
M lib/frontend/tlp-popovers/themes/style.scss +12 −14 Go to diff View file
M lib/frontend/vue-breadcrumb-privacy/src/BreadcrumbPrivacy.test.ts +1 −2 Go to diff View file
M lib/frontend/vue-breadcrumb-privacy/src/__snapshots__/BreadcrumbPrivacy.test.ts.snap +4 −4 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionOwner.test.ts +2 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionOwner.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/Criteria/SearchInformationPopover.test.ts +2 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/Criteria/__snapshots__/CriterionOwner.test.ts.snap +1 −6 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/Criteria/__snapshots__/SearchInformationPopover.test.ts.snap +2 −2 Go to diff View file
M plugins/document/themes/_search.scss +0 −4 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/JenkinsServers.test.ts +2 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/__snapshots__/JenkinsServers.test.ts.snap +2 −2 Go to diff View file
M plugins/git/scripts/repository/src/clone-bar-popover.ts +2 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.vue +7 −7 Go to diff View file
M plugins/roadmap/themes/_popover.scss +9 −9 Go to diff View file
M plugins/roadmap/themes/widget-roadmap.scss +5 −0 Go to diff View file