Auto-complete feature for the login page

This commit adds an auto-complete feature to select the users instance. It fetches all the instances from lemmyverse.net so everyone can find their instance :)

Closes #38
This commit is contained in:
Balazs Toldi
2023-11-09 20:17:24 +01:00
parent 9f02969dd2
commit 55f4689984
10 changed files with 165 additions and 7 deletions

View File

@@ -1454,4 +1454,5 @@
<string name="settings_credits_new_icon_summary">Made by David Gerla</string>
<string name="original_app">The original Reddit app</string>
<string name="settings_credits_original_app_description">"Infinity was created by u/Hostilenemy "</string>
<string name="the_url_of_you_prefered_lemmy_instance_with_or_without_the_https_prefix">The URL of you prefered Lemmy instance with or without the https:// prefix</string>
</resources>