conduit/lib/shared/widgets
cogwheel a13c6fdf79
fix: polish iOS 26 native glass controls (#610)
* fix: polish iOS 26 native glass controls

The platform-view optimization reused Flutter glyph sizing and native label defaults, causing oversized symbols, wrapped model names, and stale theme colors. Use explicit optical sizes, bounded native labels, and color-keyed view identity so the regressions remain fixed.

* perf: avoid unused native selector subtree

* fix iOS native toolbar polish

* use native model selector chevron

* shrink native model chevron

* fix iOS toolbar grouping and selection menus

Keep paired actions in one UIKit toolbar surface and delegate editable selection to the system menu. Avoid rebuilding EditableText from overlay visibility, which caused the menu and handles to cycle.

* fix: address iOS toolbar review feedback

* fix: preserve composer loading surface

* fix: enlarge native toolbar icons

* fix: balance native toolbar symbols

* fix: standardize native toolbar icon sizing

* fix: group channel and folder toolbar actions

* fix: preserve full model selector semantics

* test: cover native model selector semantics payload
2026-08-04 16:48:25 +05:30
..
markdown Enable inline interactive HTML tool embeds (#603) 2026-07-31 22:45:57 +05:30
adaptive_route_shell.dart chore(dependencies): remove cupertino_context_menu_plus and update pubspec 2026-05-13 10:55:31 +05:30
adaptive_toolbar_components.dart fix: polish iOS 26 native glass controls (#610) 2026-08-04 16:48:25 +05:30
assistant_detail_header.dart feat(chat): add buffering functionality for streaming messages 2026-05-01 11:02:45 +05:30
chat_action_button.dart feat(dependencies): add flutter_driver and update pubspec.lock 2026-05-13 10:55:31 +05:30
chrome_gradient_fade.dart refactor(dialogs): replace showDialog with ThemedDialogs for consistency 2026-05-13 10:55:31 +05:30
conduit_components.dart Redesign the Conduit 4.0 release announcement (#602) 2026-07-31 21:54:47 +05:30
conduit_loading.dart feat(refresh-indicator): switch to adaptive RefreshIndicator for improved platform consistency 2026-05-15 01:25:03 +05:30
drawer_shell_page.dart Fix full-width drawer gesture arbitration (#568) 2026-07-12 20:31:54 +05:30
drawer_slot.dart feat(navigation): add folder navigation and sidebar search enhancements 2026-05-13 10:55:31 +05:30
jovial_svg_image.dart Optimize performance and harden lifecycle handling (#581) 2026-07-20 21:04:28 +05:30
measure_size.dart refactor: fix lints 2025-09-16 18:15:44 +05:30
middle_ellipsis_text.dart refactor(settings): remove large text preference and related functionality 2026-06-04 23:25:04 +05:30
modal_safe_area.dart Redesign the Conduit 4.0 release announcement (#602) 2026-07-31 21:54:47 +05:30
model_avatar.dart feat(ios): add ios shortcuts support 2025-11-25 00:08:51 +05:30
model_list_tile.dart feat: expand native Ollama and Direct connection support (#587) 2026-07-24 19:03:55 +05:30
native_dropdown_button.dart refactor(auth): remove prefetchConversations method and clean up unused code 2026-05-14 23:27:31 +05:30
optimized_list.dart chore(dependencies): update pubspec and Podfile for package management 2026-05-06 17:59:41 +05:30
responsive_drawer_layout.dart Optimize performance and harden lifecycle handling (#581) 2026-07-20 21:04:28 +05:30
server_version_warning_card.dart Support Open WebUI 0.11 (#594) 2026-07-27 22:18:45 +05:30
sheet_handle.dart refactor: formatting 2025-09-24 12:00:49 +05:30
sidebar_ios26_scaffold.dart Optimize performance and harden lifecycle handling (#581) 2026-07-20 21:04:28 +05:30
sign_out_options_dialog.dart Add sign-out data retention options (#588) 2026-07-24 23:45:46 +05:30
skeleton_loader.dart Polish phase-aware chat streaming and markdown rendering (#537) 2026-07-10 21:38:55 +05:30
themed_dialogs.dart Add sign-out data retention options (#588) 2026-07-24 23:45:46 +05:30
themed_sheets.dart fix: release notes 2026-08-01 13:58:12 +05:30
user_avatar.dart fix: reconcile streaming chats after reopen (#593) 2026-07-28 13:34:54 +05:30
web_content_embed.dart Enable inline interactive HTML tool embeds (#603) 2026-07-31 22:45:57 +05:30
webview_content_height.dart feat(webview): migrate from webview_flutter_plus to flutter_inappwebview 2026-05-27 00:09:21 +05:30