Updated Map View

This commit is contained in:
2026-06-16 11:16:32 +10:00
parent a270913931
commit 3aba428d2a
19 changed files with 790 additions and 654 deletions
+5 -5
View File
@@ -44,14 +44,14 @@ class SettingsRegistry
[
'key' => 'default_login_page',
'type' => 'select',
'label' => 'Default Page After Login',
'label' => 'Default Page',
'category' => 'FlightsGoneBy Settings',
'default' => 'feed_first',
'options' => [
['value' => 'feed_first', 'label' => 'Feed if Following People, Profile if Not'],
['value' => 'profile', 'label' => 'Your Profile'],
['value' => 'feed', 'label' => 'Your Feed'],
['value' => 'dashboard', 'label' => 'Your Dashboard'],
['value' => 'feed_first', 'label' => 'My Feed if Following People, My Profile if Not'],
['value' => 'profile', 'label' => 'My Profile'],
['value' => 'feed', 'label' => 'My Feed'],
['value' => 'dashboard', 'label' => 'My Dashboard'],
],
],
[