Commit 61d3c21
Force graph (#432)
* navigation to force graph
* moving classes
* Moving dependencies
* Drawing a simple graph
* Update GraphExtensions.kt
* Drawing correctly
* Drawing correctly
* Drawing all nodes
* Making it look a bit better
* Update GraphExtensions.kt
* Update NavigateDocumentGraph.kt
* Update ForceDirectedGraph.kt
* Drag working
* working
* Drawing better
* ktlint clean
* code clean
* animation change
---------
Co-authored-by: Leandro Ferreira <[email protected]>1 parent 1e9925a commit 61d3c21
72 files changed
Lines changed: 924 additions & 74 deletions
File tree
- application
- common_flows/wide_screen_common
- src/commonMain/kotlin/io/writeopia/notes/desktop/components
- composeApp
- src
- commonMain/kotlin/io/writeopia/mobile
- iosMain/kotlin/io/writeopia
- core
- configuration
- src
- commonMain/kotlin/io/writeopia/core/configuration
- di
- repository
- jsMain/kotlin/io/writeopia/core/configuration/di
- jvmMain/kotlin/io/writeopia/core/configuration/di
- main/java/io/writeopia/core/configuration/di
- nativeMain/kotlin/io/writeopia/core/configuration/di
- documents
- src/commonMain/kotlin/io/writeopia/core/folders/repository
- forcegraph
- config/ktlint
- src/commonMain/kotlin/io/writeopia/forcegraph
- models
- src/commonMain/kotlin/io/writeopia/models/interfaces
- configuration
- search
- persistence_sqldelight/src/commonMain/kotlin/io/writeopia/sqldelight/dao
- utils
- config/ktlint
- src/commonMain/kotlin/io/writeopia/common/utils
- icons
- all
- features
- documents_graph
- config/ktlint
- src/commonMain/kotlin/io/writeopia/documents/graph
- di
- extensions
- repository
- ui
- editor/src/commonMain/kotlin/io/writeopia/editor/features/editor/viewmodel
- global_shell/src/commonMain/kotlin/io/writeopia/global/shell
- di
- viewmodel
- search/src/commonMain/kotlin/io/writeopia/features/search
- di
- repository
- ui
- gradle
- writeopia_models/src/commonMain/kotlin/io/writeopia/sdk/models/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
| 189 | + | |
184 | 190 | | |
185 | 191 | | |
186 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments