-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add part of dashboard #1012
Add part of dashboard #1012
Conversation
feel free to rename components and refactor them. |
const isLoading = ref(false) | ||
const projects = ref<Project[]>([]) | ||
|
||
const { sorting = makeSortingRef(), pagination = makePaginationRef() } = options ?? {} | ||
|
||
console.log(pagination.value.perPage) |
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.
needed ?
I made this PR work accordingly to figma design. I want to refactor it tomorrow. |
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.
Looks all right to merge, but needs some more work to finish. I'll move all details to #1015
Description
closes #1011
Add only part of components, some of them not finished
Types of changes