mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
fix: app library post release (#7211)
* fix: fixed height on modal * fix: conditional auto padding being applied on user avatars * feat: allow ungrouped to be dragged * feat: add drag handle to resize num items in jump in * qa * feat: add context menu submenus * feat: hook up icon editing in sub menu * fix: breadcrumb and sidebar not matching * fix: bring back signal icon for ping and players online * feat: add compact mode for library * smaller checkmark * pnpm prepr * feat: bring back loader/game version sort * add loader symbols * refactor: compact mode with sync'd app settings * pnpm prepr * move loaders up * qa * feat: exclude loaders from randomizing
This commit is contained in:
@@ -730,7 +730,7 @@ pub(crate) async fn update_recent_instance_icon_config(
|
||||
SELECT rowid
|
||||
FROM recent_instance_icon_configs
|
||||
ORDER BY used_at DESC, background, symbol
|
||||
LIMIT 8
|
||||
LIMIT 16
|
||||
)
|
||||
",
|
||||
)
|
||||
@@ -748,7 +748,7 @@ pub(crate) async fn get_recent_instance_icon_configs(
|
||||
SELECT background, symbol
|
||||
FROM recent_instance_icon_configs
|
||||
ORDER BY used_at DESC, background, symbol
|
||||
LIMIT 8
|
||||
LIMIT 16
|
||||
",
|
||||
)
|
||||
.fetch_all(pool)
|
||||
|
||||
@@ -62,6 +62,7 @@ pub enum FeatureFlag {
|
||||
ServerProjectQa,
|
||||
I18nDebug,
|
||||
ShowInstancePlayTime,
|
||||
CompactInstanceCards,
|
||||
SkipNonEssentialWarnings,
|
||||
AdvancedFiltersCollapsed,
|
||||
AlwaysShowCopyDetails,
|
||||
|
||||
Reference in New Issue
Block a user