Commit d51f984
Adding generation to list items (#471)
* Moving ResultData
* Generating suggestion list
* adding suggestions
* Generating list items
* Handling suggestions from AI
* Fixing build
---------
Co-authored-by: Leandro Ferreira <[email protected]>1 parent b44b3f9 commit d51f984
File tree
49 files changed
+345
-102
lines changed- application
- composeApp/src/jvmMain/kotlin/io/writeopia/desktop
- core
- auth_core/src
- androidMain/kotlin/io/writeopia/auth/core/repository
- commonMain/kotlin/io/writeopia/auth/core
- data
- manager
- utils
- documents/src/commonMain/kotlin/io/writeopia/core/folders
- api
- sync
- ollama
- config/ktlint
- src/commonMain/kotlin/io/writeopia
- api
- controller
- persistence
- theme/src/androidMain/kotlin/io/writeopia/repository
- utils/src/commonMain/kotlin/io/writeopia/common/utils/keyboard
- features
- account/src/commonMain/kotlin/io/writeopia/account
- ui
- viewmodel
- auth/src/commonMain/kotlin/io/writeopia/auth
- register
- editor/src/commonMain/kotlin/io/writeopia/editor
- di
- features/editor/viewmodel
- global_shell/src/commonMain/kotlin/io/writeopia/global/shell/viewmodel
- onboarding
- src/commonMain/kotlin/io/writeopia/onboarding
- gradle
- wrapper
- iosApp/iosApp.xcodeproj/xcuserdata/lborgesferreira.xcuserdatad/xcschemes
- writeopia_models/src/commonMain/kotlin/io/writeopia/sdk/models
- story
- utils
- writeopia_ui/src/commonMain/kotlin/io/writeopia/ui
- keyboard
- manager
- utils
- writeopia/src/commonMain/kotlin/io/writeopia/sdk
- ai
- manager
- utils/iterables
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+345
-102
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 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 | | - | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
0 commit comments