-
Notifications
You must be signed in to change notification settings - Fork 190
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
App redesign #2946
App redesign #2946
Conversation
…, fixed loading bar, misc UI/UX enhancements, update ko-fi logo, update arrow icons, fix web issues caused by floating-vue migration, fix tooltip issues, update web tooltips, clean up web hydration issues
…ion to all apps, begin Library refactor
Will there be some sort of changelog covering the redesign? |
import { type ContentItem } from './ContentListItem.vue' | ||
import { DropdownIcon } from '@modrinth/assets' | ||
// @ts-ignore | ||
import { RecycleScroller } from 'vue-virtual-scroller' |
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.
The vue-virtual-scroller library causes a serious bug in WebKit that freezes the entire app on some devices (#1127). This makes most of the app unusable, as I can’t access my projects.
To fix it, please switch to another virtual list library like vue-typed-virtual-list
. I’ve used it before (example: 797e1f1), though it had some issues with logs not attaching to the bottom. However, this shouldn’t affect the projects list.
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.
Will fix before release
Let's not publicly post photos |
Signed-off-by: Geometrically <[email protected]>
I found this concept for redesigning the app settings page on the Labrinth Discord server by voxelfloof (Vox in a box): Thought it looked really nice and could be used as inspiration |
* Friends system frontend * (almost) finish frontend * finish friends, fix lint * Fix lint --------- Signed-off-by: Geometrically <[email protected]>
Signed-off-by: Geometrically <[email protected]>
No description provided.