about summary refs log tree commit diff
path: root/src/screens/Settings/AppIconSettings/SettingsListItem.web.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-12-11 22:33:45 +0000
committerGitHub <noreply@github.com>2024-12-11 22:33:45 +0000
commite49dad28896695fc6396ba704a94d3e459711f1a (patch)
tree99a702c4a1794d8ae4223fbdcbec38fc9ece69b6 /src/screens/Settings/AppIconSettings/SettingsListItem.web.tsx
parent69f22b9dba41987763310c1adc4ac87d58d63334 (diff)
downloadvoidsky-e49dad28896695fc6396ba704a94d3e459711f1a.tar.zst
Nicer app icon screen (#6972)
* wip exploration

* list format instead of grid

* fix normalising default name

* adjust margins

* Rework the app icon link

* Decrease app icon size

* Adjust some spacing

* Move some things around to fix web errors

* Fix pathname

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/screens/Settings/AppIconSettings/SettingsListItem.web.tsx')
-rw-r--r--src/screens/Settings/AppIconSettings/SettingsListItem.web.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Settings/AppIconSettings/SettingsListItem.web.tsx b/src/screens/Settings/AppIconSettings/SettingsListItem.web.tsx
new file mode 100644
index 000000000..c7707d23f
--- /dev/null
+++ b/src/screens/Settings/AppIconSettings/SettingsListItem.web.tsx
@@ -0,0 +1 @@
+export function SettingsListItem() {}