Commit ea9ff83
Equation drawer (#492)
* Sketch of equation drawer
* fixing ktlint
* Polishing equation editor
* sdk version bump
* code clean
---------
Co-authored-by: Leandro Ferreira <[email protected]>1 parent b53595d commit ea9ff83
60 files changed
Lines changed: 403 additions & 6 deletions
File tree
- application
- common_flows/wide_screen_common
- composeApp
- src/jvmMain/kotlin/io/writeopia/desktop
- core
- auth_core
- common_ui_tests
- common_ui
- configuration
- connection
- documents
- forcegraph
- models
- ollama
- persistence_bridge
- persistence_room
- persistence_sqldelight
- resources
- theme
- utils
- src/commonMain/kotlin/io/writeopia/common/utils/keyboard
- features
- account
- auth
- documents_graph
- editor
- src/commonMain/kotlin/io/writeopia/editor/features/editor/ui
- global_shell
- notifications
- onboarding
- search
- web
- common/endpoints
- gradle
- libraries/dbtest
- plugins
- writeopia_export
- writeopia_import_document
- writeopia_network
- writeopia_persistence_core
- writeopia_persistence_room
- writeopia_persistence_sqldelight
- writeopia_presentation
- writeopia_serialization
- tutorials
- writeopia_models
- src/commonMain/kotlin/io/writeopia/sdk/models/story
- writeopia_ui
- src
- androidMain/kotlin/io/writeopia/ui/drawer/factory
- commonMain/kotlin/io/writeopia/ui
- drawer
- content
- factory
- icons
- all
- keyboard
- manager
- jsMain/kotlin/io/writeopia/ui/drawer/factory
- jvmMain/kotlin/io/writeopia/ui/drawer/factory
- nativeMain/kotlin/io/writeopia/ui/drawer/factory
- writeopia
- src/commonMain/kotlin/io/writeopia/sdk/repository
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments