Commit 245ec63
authored
Free draw (#583)
* Sketch of free draw
* Update EditorKmpInjector.kt
* Fixing colors
* ios building
* Kotlin bump
* Saving draw after leaving free canvas
* Fixing edition of images
* UI clean
* Moving button
* start with the right color
* Fixing drawer
* Code clean
* Update DrawingPreviewDrawer.kt
* Allowing default interactions with DrawingPreviewDrawer1 parent b1585f5 commit 245ec63
File tree
149 files changed
+5017
-4490
lines changed- application
- common_flows/wide_screen_common
- config/ktlint
- src/commonMain/kotlin/io/writeopia/notes/desktop/components
- composeApp
- src/commonMain/kotlin/io/writeopia/mobile
- core
- auth_core
- config/ktlint
- src
- commonMain/kotlin/io/writeopia/auth/core
- data
- utils
- webMain/kotlin/io/writeopia/auth/core/token
- documents
- config/ktlint
- src
- androidMain/kotlin/io/writeopia/core/folders/di
- commonMain/kotlin/io/writeopia/core/folders/repository
- folder
- webMain/kotlin/io/writeopia/core/folders/di
- ollama
- config/ktlint
- src/commonMain/kotlin/io/writeopia
- persistence
- resources
- config/ktlint
- src/commonMain
- composeResources
- values-en
- values
- kotlin/io/writeopia/resources
- utils
- config/ktlint
- src
- androidMain/kotlin/io/writeopia/common/utils/file
- commonMain/kotlin/io/writeopia/common/utils
- file
- icons
- all
- jvmMain/kotlin/io/writeopia/common/utils/keyboard
- nativeMain/kotlin/io/writeopia/common/utils
- file
- keyboard
- webMain/kotlin/io/writeopia/common/utils/file
- features
- auth
- config/ktlint
- documents_graph
- config/ktlint
- drawing
- src
- androidMain/kotlin/io/writeopia/drawing
- recognition
- ui/components
- commonMain/kotlin/io/writeopia/drawing
- di
- model
- recognition
- ui
- components
- drawer
- screen
- viewmodel
- jsMain/kotlin/io/writeopia/drawing/ui/components
- jvmMain/kotlin/io/writeopia/drawing
- recognition
- ui/components
- nativeMain/kotlin/io/writeopia/drawing
- recognition
- ui/components
- wasmJsMain/kotlin/io/writeopia/drawing/ui/components
- webMain/kotlin/io/writeopia/drawing/recognition
- editor
- config/ktlint
- src
- androidMain/kotlin/io/writeopia/editor/features/editor/ui/screen
- commonMain/kotlin/io/writeopia/editor
- di
- features
- editor
- ui
- desktop
- screen
- viewmodel
- presentation/viewmodel
- ui
- jvmMain/kotlin/io/writeopia/editor/features/editor/ui/screen
- nativeMain/kotlin/io/writeopia/editor/features/editor/ui/screen
- webMain/kotlin/io/writeopia/editor/features/editor/ui/screen
- search
- config/ktlint
- src/commonMain/kotlin/io/writeopia/features/search
- api
- repository
- web
- config/ktlint
- gradle
- iosApp/iosApp.xcodeproj
- project.xcworkspace/xcuserdata/leandroferreira.xcuserdatad
- xcuserdata/leandroferreira.xcuserdatad/xcschemes
- kotlin-js-store
- libraries/dbtest
- config/ktlint
- src/commonMain/kotlin/io/writeopia/libraries/dbtests
- plugins
- writeopia_export
- config/ktlint
- src/webMain/kotlin/io/writeopia/sdk/export/files
- writeopia_network
- config/ktlint
- src/commonMain/kotlin/io/writeopia/sdk/network/notes
- writeopia_models/src/commonMain/kotlin/io/writeopia/sdk/models
- drawing
- story
- writeopia_ui
- config/ktlint
- src
- androidMain/kotlin/io/writeopia/ui/drawer/factory
- commonMain/kotlin/io/writeopia/ui
- backstack
- components/multiselection
- draganddrop/target
- external
- drawer
- content
- decorations
- factory
- edition
- icons/all
- manager
- commonTest/kotlin/io/writeopia/ui/modifiers
- jvmMain/kotlin/io/writeopia/ui
- draganddrop/target
- drawer/factory
- nativeMain/kotlin/io/writeopia/ui/drawer/factory
- webMain/kotlin/io/writeopia/ui
- draganddrop/target
- drawer/factory
- writeopia
- config/ktlint
- src/commonMain/kotlin/io/writeopia/sdk
- manager
- model/story
- normalization/merge
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
149 files changed
+5017
-4490
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
| 199 | + | |
196 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
197 | 208 | | |
198 | 209 | | |
199 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| 253 | + | |
| 254 | + | |
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
| |||
258 | 261 | | |
259 | 262 | | |
260 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
261 | 268 | | |
262 | 269 | | |
263 | 270 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| 61 | + | |
57 | 62 | | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 3 | | |
Lines changed: 39 additions & 47 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
28 | 27 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
48 | 45 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
54 | 50 | | |
55 | 51 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
63 | 58 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
72 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
73 | 67 | | |
74 | 68 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
80 | 73 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
85 | 77 | | |
86 | 78 | | |
Lines changed: 11 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
60 | 59 | | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
| |||
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments