mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
feat(instance-sync): screenshots sync (#7218)
* pnpm prepr * feat(instance-sync): screenshots sync * fix: prepr + fmt * fix: qa * feat: screenshit editor * feat: screenshot* editor qa * fix: qa * fix: lint * fix: aecsocket rev * qa: a11y tab navigation focus is cut off * qa: Change “Edited” badge to be bg-highlight-green * qa: friends list input style wrong * qa: toolbar width + labels * qa: multiselect changes * qa: anim changes * qa: card hover colors * qa: copy feedback * qa: hide date * qa: instance icon in overflow/contextmenu * qa: spacing * qa: group empty state text * qa: drag preview badge * qa: group deletion skip warning if no screenshots * qa: redesign editor * qa: remove screenshot parent/edited badge stuff * qa: control font size consistency * qa: viewer copy control * qa: editor fixes * qa: redirect on disable screenshot sync * qa: margin police * fix: crop * fix: qa * feat: initial start on basic instance file syncing (#7220) * qa: final * qa: final 2 * fix: lint + prepr * fix: copy * fix: screenshot editing outside of app causing ghost files in db + sync fail rollback impl * chore: split up * fix: fmt --------- Co-authored-by: tdgao <mr.trumgao@gmail.com>
This commit is contained in:
@@ -218,6 +218,32 @@ fn main() {
|
||||
"instance_get_optimal_jre_key",
|
||||
"instance_get_full_path",
|
||||
"instance_get_mod_full_path",
|
||||
"instance_list_screenshots",
|
||||
"instance_list_all_screenshots",
|
||||
"instance_list_synced_screenshots",
|
||||
"instance_save_edited_screenshot",
|
||||
"instance_list_screenshot_groups",
|
||||
"instance_create_screenshot_group",
|
||||
"instance_rename_screenshot_group",
|
||||
"instance_delete_screenshot_group",
|
||||
"instance_set_screenshot_group_memberships",
|
||||
"instance_import_screenshot_groups",
|
||||
"instance_delete_screenshots",
|
||||
"instance_export_screenshots",
|
||||
"instance_move_screenshots",
|
||||
"instance_open_screenshot",
|
||||
"instance_set_synced_option",
|
||||
"instance_get_synced_option_join_preview",
|
||||
"instance_get_synced_options_overview",
|
||||
"instance_get_global_synced_options",
|
||||
"instance_set_global_synced_option",
|
||||
"instance_get_command_history",
|
||||
"instance_set_command_history",
|
||||
"instance_open_synced_options_folder",
|
||||
"instance_list_synced_servers",
|
||||
"instance_update_synced_server",
|
||||
"instance_remove_synced_server",
|
||||
"instance_rebuild_synced_options",
|
||||
"instance_list",
|
||||
"instance_list_groups",
|
||||
"instance_create_group",
|
||||
@@ -398,6 +424,7 @@ fn main() {
|
||||
"add_server_to_instance",
|
||||
"edit_server_in_instance",
|
||||
"remove_server_from_instance",
|
||||
"desync_server",
|
||||
"get_instance_protocol_version",
|
||||
"get_server_status",
|
||||
"start_join_singleplayer_world",
|
||||
|
||||
Reference in New Issue
Block a user