-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Imported repos list empty state updates #19096
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
components/dashboard/src/repositories/list/RepoListEmptyState.tsx
Outdated
Show resolved
Hide resolved
<div className={cn("w-full flex justify-center mt-2 rounded-xl bg-gray-100 dark:bg-gray-800 px-4 py-20")}> | ||
<div className="flex flex-col justify-center items-center text-center space-y-4"> | ||
<Heading2>No repositories yet</Heading2> | ||
<Subheading className="max-w-md"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I think I'm going to look at swapping all our headings to the podkit ones to at least get that stuff cleaned up and using the updated components.
Load more | ||
</LoadingButton> | ||
) : ( | ||
hasMoreThanOnePage && <TextMuted>All repositories are loaded</TextMuted> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could get really cheesy here one day 😄
/unhold |
Description
This makes some updates to the empty states of the Imported Repos list.
Summary generated by Copilot
🤖[deprecated] Generated by Copilot at b1260de
Refactored the repository list page and its components to improve the search and filter functionality, the code structure, and the user interface. Extracted the
RepositoryTable
andRepoListEmptyState
components to separate files and simplified theuseListConfigurations
hook.Related Issue(s)
Fixes EXP-932
How to test
asdf
- you should see the no matching results messageDocumentation
Preview status
Gitpod was successfully deployed to your preview environment.
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
. If enabled,with-preview
andwith-large-vm
will be enabled./hold