-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat: add customizable Data Marketplace landing page #26255
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
Merged
Merged
Changes from all commits
Commits
Show all changes
104 commits
Select commit
Hold shift + click to select a range
c9d00e1
feat: add customizable Data Marketplace landing page
7f4482a
fix: reduce marketplace widget default height to eliminate gap
ff1da4a
refactor: switch marketplace customization to entity detail page pattern
f5ed30f
Merge branch 'main' into feat/data-marketplace-page
siddhant1 3c34248
Update generated TypeScript types
github-actions[bot] 8b2250c
fix
3318808
Fix data marketplace customization page layout and widget ordering
1d288dc
Add full-width background image to Data Marketplace header
7a5d835
Improve Data Marketplace page layout and UX
8f13ca7
Fix Data Marketplace page spacing and padding
87af37d
Add Playwright E2E tests for Data Marketplace page
443b2fb
Merge branch 'main' into feat/data-marketplace-page
siddhant1 e0d6c0f
Fix marketplace widget section padding by removing height: 100%
e9853bc
Update generated TypeScript types
github-actions[bot] 0f03592
Fix marketplace search suggestions visibility, reduce spacing, remove…
5722790
Replace Ant Design search input with Untitled UI Input and fix mask o…
c3a8a69
Fix Playwright test to target inner input element
90a90c8
Add blue background and drag handle to customize marketplace page
4dd76dc
Replace react-dnd with react-grid-layout for marketplace customize page
7283e13
Fix layout normalization, remove customize button, add bg image
20dbde7
locales
ab2caf3
Merge branch 'main' into feat/data-marketplace-page
siddhant1 b8b0a1d
Remove fixed height from marketplace item card, use consistent padding
b443da2
feat: integrate useMarketplaceRecentSearches into MarketplaceSearchBar
gitar-bot 26550a8
fix: resolve stale closure in addSearch by reading live preferences s…
gitar-bot 5717017
Merge branch 'main' into feat/data-marketplace-page
siddhant1 9c9c58c
Replace Ant Design with Untitled UI in Data Marketplace components
bd26fca
Use Typography from ui-core-components instead of raw HTML elements
eccd1b1
Add PageLayoutV2, configurable AppSidebar, and Sidebar component
972ab63
code
058aae0
padding on settings
e47aa8e
Extract isNewLayoutRoute utility to centralize layout detection
01f4ccd
Make AppSidebar a pure layout router, Sidebar self-contained
e1fdf61
Defensive shallow clone of defaultLayout in useState initializer
b9bb3a9
fix
5187de5
Move MarketplaceNavBar into scrollable layout so header scrolls with …
2de9cd3
Refactor getSidebarConfig to const and use isNewLayoutRoute
0dd7b4b
Add NavigationContext for marketplace-scoped navigation and breadcrumbs
1b79a0f
announcement
033aa9b
Merge branch 'main' into feat/data-marketplace-page
siddhant1 97710d8
Fix stale useCallback deps and keyboard accessibility in marketplace …
801e9b0
Revert "Fix stale useCallback deps and keyboard accessibility in mark…
253a1c0
Remove non-existent DRAWER_HEADER_STYLING import, anchor, and zIndex …
f309394
Use design token for announcement widget background color
38fbca5
Merge branch 'main' of https://github.com/open-metadata/OpenMetadata …
56ee280
Rename Domains sidebar section to Data Marketplace
b9cb337
Fix Copilot review issues: React imports, stale closures, CSS tokens,…
ce5d482
Add className prop to drawer hooks for z-index control and marketplac…
c83bf8a
fix: address Data Marketplace review feedback — stale deps, Zustand m…
Copilot 5f81630
Fix drawer z-index, Tailwind important syntax, and formatting cleanup
3d9b819
Exclude DataMarketplace from data-assets customize category
010e98a
pretty
e5e4028
Replace NavigationContext with Zustand useMarketplaceStore for market…
0769335
Simplify marketplace navigation: make RouterUtils store-aware
84bceaa
Fix remaining non-marketplace-aware domain/dataProduct navigation
2773bb4
Fix hardcoded /domain path in DomainsWidget footer
c2e9b0a
Replace hardcoded '/data-marketplace' with ROUTES.DATA_MARKETPLACE in…
a534b3d
pretty
17d1b34
fix icons
03b6598
fix style
14255d3
fix
7e27e3c
fix
fe75ef5
fix style
c3c77b6
pretty
4255a36
Revert unrelated Prettier formatting changes in Playwright specs
1dd54c0
Merge branch 'main' into feat/data-marketplace-page
siddhant1 f367b71
Fix lint and formatting issues across UI, Playwright, and core-compon…
245ea14
Add Playwright E2E specs for Data Marketplace creation flows, search …
df95593
Merge branch 'main' into feat/data-marketplace-page
siddhant1 93ef7da
Fix Prettier formatting in Data Marketplace Playwright specs
8a5ae48
fix: address reviewer feedback on Data Marketplace components
Copilot a91f5fd
Merge branch 'main' into feat/data-marketplace-page
siddhant1 6ad6662
Merge remote-tracking branch 'origin/main' into feat/data-marketplace…
b4af4b9
Fix CI: use string literals for marketplace store defaults and lint c…
9e6f626
Merge branch 'main' into feat/data-marketplace-page
siddhant1 119e9fe
fix(ui): address code review issues in marketplace PR
1b05a87
Merge branch 'main' into feat/data-marketplace-page
siddhant1 38523f7
Merge branch 'main' into feat/data-marketplace-page
siddhant1 b949cca
fix icons
e06245c
Merge branch 'feat/data-marketplace-page' of https://github.com/open-…
4cf1475
fix
2e28ae7
fix
66f91a8
Merge branch 'main' into feat/data-marketplace-page
siddhant1 fd3f88a
fix: address PR review bugs in data marketplace components
85aeb9b
fix
f9d2421
fix: address quality issues in data marketplace components
5399dcc
fix
86de003
Merge branch 'main' into feat/data-marketplace-page
siddhant1 b6f495c
fix: add fallback values in useMarketplaceStore for test compatibility
e52b519
Merge branch 'main' into feat/data-marketplace-page
siddhant1 ab47a72
Merge branch 'main' into feat/data-marketplace-page
siddhant1 1c33e93
Merge branch 'main' into feat/data-marketplace-page
siddhant1 d27f5a7
fix: revert Metric breadcrumb to use entity.name instead of getEntity…
ac71601
Merge branch 'main' into feat/data-marketplace-page
siddhant1 175dcc5
Merge branch 'main' into feat/data-marketplace-page
siddhant1 373afd9
Merge branch 'main' into feat/data-marketplace-page
siddhant1 fcd36cf
Merge branch 'main' into feat/data-marketplace-page
siddhant1 8e158e3
Merge branch 'main' into feat/data-marketplace-page
siddhant1 d3e11bf
Merge branch 'main' into feat/data-marketplace-page
siddhant1 085eee4
Merge branch 'main' into feat/data-marketplace-page
siddhant1 8d9c6c0
Merge branch 'main' into feat/data-marketplace-page
siddhant1 e400fb4
Merge branch 'main' into feat/data-marketplace-page
siddhant1 0e95d9f
Merge branch 'main' into feat/data-marketplace-page
siddhant1 45b6362
Merge branch 'main' into feat/data-marketplace-page
siddhant1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.