-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Feat/UI improvement #921
base: main
Are you sure you want to change the base?
Feat/UI improvement #921
Conversation
Thank you @Animesh404 ! Can you please upload a short video demonstrating the screenshot animation/playback functionality we discussed? |
Untitled.video.-.Made.with.Clipchamp.1.mp4 |
@@ -0,0 +1,120 @@ | |||
"use client" |
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.
To keep things consistent with the rest of the code, how about we stick with four spaces? We can refactor everything to two spaces later.
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.
done in b6f5c40
Co-authored-by: Richard Abrich <richard.abrich@gmail.com>
…penAdapt into feat/ui-improvement
IconSettings, | ||
IconEraser, | ||
IconBook | ||
} from '@tabler/icons-react'; |
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.
Please fix the formatting here and elsewhere. Your IDE should be able to do this for you.
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.
done via prettier in bd3e923
A WIP PR for #892
Summary
added video column in dashboard with some UI improvements overall

Checklist
How can your code be run and tested?