mirror of
https://github.com/cogwheel0/conduit.git
synced 2026-08-29 21:41:45 +00:00
* feat: render Mermaid diagrams natively
* fix: apply CodeRabbit auto-fixes
* ci: harden submodule checkout credentials
* fix: hide persistent glass controls under sheets
Route-level scroll controls were not subscribed to tracked sheet coverage, so their UIKit compositor layers could bleed through modal routes. Centralize pre-presentation native chrome suppression and add a regression guard.
* fix: respect Dynamic Type in chat chrome
Cupertino navigation bars suppress inherited scaling and the composer used fixed control extents. Restore the route text scaler, bound control geometry to 1.5x, and add a regression guard.
* fix: honor accessibility settings across custom chrome
Match native Bold Text for Flutter icon glyphs and route every custom Cupertino toolbar through the shared Dynamic Type-aware shell. Keep route content and refresh offsets aligned with the scaled toolbar height.
* fix: scale sidebar navigation with Dynamic Type
The native iOS 26 tab bar applies Bold Text but keeps fixed label and symbol metrics. Retain it at normal size and use the bounded, scalable Flutter navigation bar for enlarged accessibility categories.
* Revert "fix: scale sidebar navigation with Dynamic Type"
This reverts commit 048e9de00b.
* fix: address accessibility review feedback
Use adaptive note editor insets, hide the workspace native section menu beneath tracked sheets, and align the new accessibility assertions with the test suite's checks convention.
* test: use checks for workspace sheet coverage
9 lines
320 B
Text
9 lines
320 B
Text
[submodule "openwebui-src"]
|
|
path = openwebui-src
|
|
url = https://github.com/open-webui/open-webui
|
|
[submodule "third_party/mermaid"]
|
|
path = third_party/mermaid
|
|
url = https://github.com/orestesgaolin/mermaid.git
|
|
[submodule "third_party/katex"]
|
|
path = third_party/katex
|
|
url = https://github.com/orestesgaolin/katex.git
|