Skip to content

Commit

Permalink
Basic version of Models in Browse Data (#37707)
Browse files Browse the repository at this point in the history
* Add Models and Databases tabs
* Models are organized by collection
* Exclude items in personal collections
* Simplify BrowseHeader
  • Loading branch information
rafpaf authored and iethree committed Feb 23, 2024
1 parent e13dfc8 commit 279f2ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {

export const TableGrid = styled(Grid)`
width: 100%;
flex: 1;
`;

export const TableGridItem = styled(GridItem)`
Expand Down

0 comments on commit 279f2ee

Please sign in to comment.