-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Dashboard improvements #892
Comments
@Animesh404 I believe we want to move away from NextJS as a dependency so that we can support Electron (e.g. Vite + React). |
@abrichr but doesn't Next already supports electron? |
@Animesh404 I think we want to revisit #761. Essentially we want to paint each action.screenshot to the HTML Canvas while keeping track of action.timestamp, e.g.:
Using https://stefanopini.github.io/vatic.js/:
Or some more modern equivalent approach. Edit: the above code is taken from an unrelated project. I don't think we want to use vatic.js since that is designed for labelling objects in videos which we are not doing here. Some options: Here's a ChatGPT-generated example using fabric.js:
Here's a ChatGPT-generated example using Konva.js for React:
See Line 948 in 140e82e
|
Feature request
Here are some UI/UX improvement suggestions for the OpenAdapt dashboard based on the screenshot:
Visual Hierarchy & Spacing:
Increase the padding and margin around each action event card to avoid clutter.
Use dividers or subtle shadows around each action event block to better separate them.
Reduce the text size for less important details (e.g., timestamps, ID) and increase it for key elements (e.g., event name).
Color and Contrast:
Introduce a more sophisticated color palette, using muted backgrounds with higher contrast for text.
Differentiate between 'press' and 'release' events by adding color codes (e.g., green for 'press', red for 'release').
Typography:
Use consistent font sizes and styles across similar elements. For example, make timestamps smaller and slightly less bold.
Opt for a modern, sans-serif font to improve readability and style.
Button Styling:
Update the "Remove action event" button to a sleeker, icon-based button or a smaller, modern flat button.
Use color to indicate action priority (e.g., red for delete, green for save, etc.).
Consider adding hover effects to the buttons for better interactivity feedback.
Event Cards Layout:
Display key information (like the event name and timestamp) more prominently, while collapsing or hiding less critical data (like canonical key vk) under expandable sections.
Use collapsible/expandable cards to allow users to toggle details if they need more information.
Header & Sidebar:
Add icons next to the sidebar items ("Recordings", "Settings", "Scrubbing") for better visual cues.
Make the active sidebar section more prominent with a highlight or different background color.
Introduce a cleaner, more minimalistic header design, potentially with more informative icons and labels.
Overall Aesthetic:
Switch to a card-based design with rounded corners for a more modern look.
Reduce the overall contrast by using lighter backgrounds for each card and a slightly darker background for the dashboard.
Introduce animations (e.g., smooth transitions for expanding/collapsing sections or button clicks).
Icons & Tooltips:
Use icons to represent key elements like "keyboard events," "mouse clicks," etc., for quicker visual identification.
Add tooltips for elements that may not be immediately clear, especially where space constraints limit detail.
These updates would enhance the application's visual appeal and improve overall usability, making it look modern and polished.
Motivation
UX
The text was updated successfully, but these errors were encountered: