Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(Popover): Upgrade Popover to Antd5 #31973

Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
be1d564
refactor(Popover): upgrade Popover to antd5
alexandrusoare Jan 21, 2025
f88fa0e
refactor(DetailsPanel): removing custom styles
alexandrusoare Jan 21, 2025
e6cc1fe
refactor(components): upgrading to andt5
alexandrusoare Jan 21, 2025
636c1a1
refactor(popover): updating to Antd5
alexandrusoare Jan 21, 2025
3c99830
refactor(popover): updating to Antd5
alexandrusoare Jan 21, 2025
a69a8b0
refactor(Popover): upgrading to antd5
alexandrusoare Jan 22, 2025
584239b
refactor(Popover): upgrading to antd5
alexandrusoare Jan 22, 2025
2839455
Merge branch 'master' into alexandrusoare/refactor/antd5-popover
alexandrusoare Jan 24, 2025
74d9a30
fix(e2e): fixed e2e test
alexandrusoare Jan 24, 2025
40a2034
fix(e2e): fixed e2e test
alexandrusoare Jan 24, 2025
cabf53f
feat(story): added props to storybook
alexandrusoare Jan 24, 2025
159a7fb
feat(styles): removed some styles
alexandrusoare Jan 24, 2025
4677efa
feat(style): removed some styles
alexandrusoare Jan 24, 2025
18ef69e
feat(style): removed some styles
alexandrusoare Jan 24, 2025
ad18747
refactor(Popover): small changes from PR reviews
alexandrusoare Jan 28, 2025
e70f6a4
fix(bug): fixed bug related to dropdowncontainer
alexandrusoare Jan 29, 2025
491a643
chore(clean): small cleaning up
alexandrusoare Jan 29, 2025
67a7571
refactor(pr): small refactor from pr reviews
alexandrusoare Jan 31, 2025
79988e4
refactor(dropdowncontainer): small changes for PR reviews
alexandrusoare Feb 4, 2025
dcad86c
fix(popover): fixed popover showing in the wrong place
alexandrusoare Feb 5, 2025
b9efb43
fix(popover): fix placement issue
alexandrusoare Feb 6, 2025
ff37da8
fix(unittest): fixed failing unittests
alexandrusoare Feb 7, 2025
701e4c2
refactor(controlPopover): small change
alexandrusoare Feb 7, 2025
a29d7e0
Merge branch 'master' of https://github.com/apache/superset into alex…
alexandrusoare Feb 7, 2025
5531d39
refactor(popover): set zIndex to 3000
alexandrusoare Feb 7, 2025
2327045
refactor(popover): set zIndex to 3000
alexandrusoare Feb 7, 2025
7725436
getting rid of console.log
alexandrusoare Feb 10, 2025
4614417
Merge branch 'master' into alexandrusoare/refactor/antd5-popover
geido Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(e2e): fixed e2e test
alexandrusoare committed Jan 24, 2025

Unverified

This user has not yet uploaded their public signing key.
commit 40a2034121b12a62e2efa972dd33ddaadbbf66d7
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ describe('Horizontal FilterBar', () => {
cy.getBySel('dropdown-container-btn').should('not.exist');
});

it.only('should show "more filters" and scroll', () => {
it('should show "more filters" and scroll', () => {
prepareDashboardFilters([
{ name: 'test_1', column: 'country_name', datasetId: 2 },
{ name: 'test_2', column: 'country_code', datasetId: 2 },