feat: mermaid parsing

This commit is contained in:
cogwheel0
2025-10-02 20:21:21 +05:30
parent 4b5d987a19
commit 64aef97913
7 changed files with 2785 additions and 84 deletions

View File

@@ -32,7 +32,6 @@ class SettingsService {
.quickPills; // StringList of identifiers e.g. ['web','image','tools']
// Chat input behavior
static const String _sendOnEnterKey = PreferenceKeys.sendOnEnterKey;
static Box<dynamic> _preferencesBox() =>
Hive.box<dynamic>(HiveBoxNames.preferences);
@@ -313,7 +312,6 @@ class AppSettings {
final String socketTransportMode; // 'auto' or 'ws'
final List<String> quickPills; // e.g., ['web','image']
final bool sendOnEnter;
const AppSettings({
this.reduceMotion = false,
this.animationSpeed = 1.0,