mobile_nebula/lib/components
Ian VanSchooten ad45cc1d78
Fix screen titles on iOS (#230)
TODO:
- [x] Address Android, which this probably breaks.

Previously the back button was taking up all the room in the title bar, this fixes it so that we can see titles again.  It also truncates site names so they stay to one line.

|Before|After|
|---|---|
|![image](https://github.com/user-attachments/assets/3e07a50d-fb40-40da-87f8-4d623019b26d)|![Simulator 2025-01-23 16 32 34](https://github.com/user-attachments/assets/ea668973-e67d-4fc5-8731-578e5f3fdd27)|


|Before|After|
|---|---|
|![image](https://github.com/user-attachments/assets/d95e1a9d-f431-42aa-a9f2-357b20c37abb)|![Simulator 2025-01-23 16 11 15](https://github.com/user-attachments/assets/ff3f664b-1983-4514-a492-cf585153e294)|

|Before|After|
|---|---|
|![image](https://github.com/user-attachments/assets/0ea3aa0d-340a-44db-8a0a-e0c8032c2450)|![image](https://github.com/user-attachments/assets/fb7e26c5-5c67-4dd7-808c-d471ca1e913e)|

|Before|After|
|---|---|
|![image](https://github.com/user-attachments/assets/bffec7e3-561d-4a43-ab8a-3bd1cc95003c)|![Simulator 2025-01-23 16 13 23](https://github.com/user-attachments/assets/288c1f7f-4d79-4b59-b693-0cbcdd2024db)|


A few other "After" screenshots:

|Logs|DN enrollment|
|---|---|
|![Simulator 2025-01-23 16 30 48](https://github.com/user-attachments/assets/4698939e-c4ad-4929-bd0b-1b72fc21c439)|![image](https://github.com/user-attachments/assets/4c738c41-af3c-4465-9907-76fce34ecdd9)|
2025-01-24 07:51:37 -05:00
..
buttons Add PrimaryButton component (#221) 2025-01-16 10:59:21 -05:00
config Fix ConfigItem font size (#210) 2024-12-19 12:19:46 -05:00
CIDRField.dart Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
CIDRFormField.dart Support DN host enrollment (#86) 2022-11-17 16:43:16 -05:00
DangerButton.dart Switch to Material 3 for Android (#224) 2025-01-23 10:49:32 -05:00
FormPage.dart Pop confirmation modal only for changed forms (#178) 2024-10-11 11:34:44 -04:00
IPAndPortField.dart Support DN host enrollment (#86) 2022-11-17 16:43:16 -05:00
IPAndPortFormField.dart Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
IPField.dart Allow IP address entry on non-US locales (#114) 2023-05-10 16:43:27 -04:00
IPFormField.dart Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
PlatformTextFormField.dart Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
SimplePage.dart Fix screen titles on iOS (#230) 2025-01-24 07:51:37 -05:00
SiteItem.dart Update Flutter, target android SDK 34 (#160) 2024-09-20 14:19:23 -04:00
SiteTitle.dart Fix screen titles on iOS (#230) 2025-01-24 07:51:37 -05:00
SpecialButton.dart Update Flutter, target android SDK 34 (#160) 2024-09-20 14:19:23 -04:00
SpecialTextField.dart Update Flutter, target android SDK 34 (#160) 2024-09-20 14:19:23 -04:00