Refactor(ToolStore): Optimize user experience
Added prompts for errors when loading more and errors when reloading. Add autoload next page.
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
<string name="core_nothing_found">Nothing found</string>
|
||||
|
||||
<string name="feature_store_title">Store</string>
|
||||
<string name="feature_store_retry">try again</string>
|
||||
<string name="feature_store_load_error">⚠️ Unable to load store content, please %1$s later…</string>
|
||||
<string name="feature_store_reload_error">⚠️ Reload failed, please try again later…</string>
|
||||
<string name="feature_store_load_more_error">⚠️ Unable to load more content, please %1$s later…</string>
|
||||
<string name="feature_store_install_tool">Install Tool</string>
|
||||
<string name="feature_store_ask_install">Are you sure you want to install tool %1$s provided by user %2$s?</string>
|
||||
<string name="feature_store_install_success">Install Success</string>
|
||||
@@ -40,7 +44,7 @@
|
||||
|
||||
<string name="feature_tools_title">Tools</string>
|
||||
<string name="feature_tools_description">Desc</string>
|
||||
<string name="feature_tools_can_not_open">⚠️ Can not open the tool</string>
|
||||
<string name="feature_tools_can_not_open">⚠️ Unable to open the tool</string>
|
||||
<string name="feature_tools_no_tools_installed">No tools installed yet</string>
|
||||
<string name="feature_tools_go_to_store">Go to store…</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user