Commit ded049f
authored
Making it possible to write documents again in the web version (#547)
* Making it possible to write documents again
* Adding select by click in web
* adding wasm target
* js version of webapp working
* Bumping libraries and desktop app working
* Update yarn.lock
* working for js
* Fixing android compilation
* fixing ktlint
* FIxing backend compilation
* Update proguard-rules-desktop.pro
* fixing unit test
* fixing unit test for backend
* Update DesktopNoteEditorScreen.kt
* fixing tests
* Update SqlDelightAuthRepositoryTest.kt
* baseline
* code clean
* Update DocumentRepositoryTest.kt1 parent e6ee1ef commit ded049f
179 files changed
Lines changed: 2083 additions & 5787 deletions
File tree
- application
- common_flows/wide_screen_common
- config/ktlint
- src/commonMain/kotlin/io/writeopia/notes/desktop/components
- composeApp
- core
- auth_core
- config/ktlint
- src
- androidMain/kotlin/io/writeopia/auth/core/repository
- commonMain/kotlin/io/writeopia/auth/core
- data
- manager
- jvmTest/kotlin/io/writeopia/auth/core/manager
- webMain/kotlin/io/writeopia/auth/core
- di
- token
- common_ui
- src
- commonMain/kotlin/io/writeopia/commonui/extensions
- webMain/kotlin/io/writeopia/commonui/buttons
- configuration
- src
- commonMain/kotlin/io/writeopia/core/configuration/repository
- webMain/kotlin/io/writeopia/core/configuration/di
- connection
- src/webMain/kotlin/io/writeopia/di
- documents
- config/ktlint
- src
- commonMain/kotlin/io/writeopia/core/folders
- api
- extensions
- repository/folder
- sync
- webMain/kotlin/io/writeopia/core/folders/di
- forcegraph
- models
- ollama
- src/commonMain/kotlin/io/writeopia
- responses
- persistence_bridge
- persistence_room
- src
- androidTest/java/io/writeopia/persistence
- commonMain/kotlin/io/writeopia/persistence/room/extensions
- persistence_sqldelight
- src
- commonMain/kotlin/io/writeopia/sqldelight
- dao
- extensions
- wasmJsMain/kotlin/io/writeopia/sqldelight/database/driver
- resources
- config/ktlint
- src/webMain/kotlin/io/writeopia/resources
- theme
- utils
- config/ktlint
- src
- commonMain/kotlin/io/writeopia/common/utils/persistence/folder
- webMain/kotlin/io/writeopia/common/utils
- file
- keyboard
- features
- account
- src/commonMain/kotlin/io/writeopia/account/viewmodel
- auth
- config/ktlint
- src
- commonMain/kotlin/io/writeopia/auth
- workspace
- webMain/kotlin/io/writeopia/auth/utils
- documents_graph
- config/ktlint
- editor
- src
- commonMain/kotlin/io/writeopia/editor
- features/editor/viewmodel
- webMain/kotlin/io/writeopia/editor
- configuration/ui
- features/editor/ui/screen
- global_shell
- src/commonMain/kotlin/io/writeopia/global/shell/viewmodel
- notifications
- onboarding
- search
- web
- config/ktlint
- src
- jsMain/resources
- webpack.config.d
- webMain/kotlin
- io/writeopia/web
- resources
- webpack.config.d
- backend
- core
- auth
- src/main/java/io/writeopia/api/core/auth
- repository
- service
- database
- documents/documents
- src/main/java/io/writeopia/api/documents
- documents
- repository
- routing
- editor/api_editor_socket
- gateway
- src/test/kotlin/io/writeopia/api
- documents/documents/repository
- gateway
- common/endpoints
- gradle
- iosApp/iosApp.xcodeproj/xcuserdata/leandroferreira.xcuserdatad/xcschemes
- kotlin-js-store
- wasm
- libraries/dbtest
- config/ktlint
- src/commonMain/kotlin/io/writeopia/libraries/dbtests
- plugins
- writeopia_export
- config/ktlint
- src
- commonMain/kotlin/io/writeopia/sdk/export
- webMain/kotlin/io/writeopia/sdk/export/files
- writeopia_import_document
- src
- commonMain/kotlin/io/writeopia/sdk/import/json
- webMain/kotlin/io/writeopia/sdk/import
- files
- markdown
- writeopia_network
- config/ktlint
- src/commonMain/kotlin/io/writeopia/sdk/network/notes
- writeopia_persistence_core
- config/ktlint
- src/commonMain/kotlin/io/writeopia/sdk/persistence/core
- repository
- tracker
- writeopia_persistence_room
- src/commonMain/kotlin/io/writeopia/sdk/persistence
- dao/room
- entity/document
- parse
- writeopia_persistence_sqldelight
- src
- commonMain/kotlin/io/writeopia/sdk/persistence/sqldelight/dao
- sql
- jvmTest/kotlin/io/writeopia/sdk/persistence/sqldelight/dao/sql
- writeopia_presentation
- writeopia_serialization
- src/commonMain/kotlin/io/writeopia/sdk/serialization
- data
- extensions
- json
- serializers
- tutorials
- writeopia_models
- src/commonMain/kotlin/io/writeopia/sdk/models
- document
- extensions
- workspace
- writeopia_ui
- config/ktlint
- src
- commonMain/kotlin/io/writeopia/ui/manager
- commonTest/kotlin/io/writeopia/ui/manager
- webMain/kotlin/io/writeopia/ui
- draganddrop/target
- external
- drawer/factory
- writeopia
- config/ktlint
- src/commonMain/kotlin/io/writeopia/sdk
- manager
- model/document
- 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: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
16 | 25 | | |
17 | 26 | | |
| |||
62 | 71 | | |
63 | 72 | | |
64 | 73 | | |
| 74 | + | |
| 75 | + | |
65 | 76 | | |
66 | 77 | | |
67 | 78 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
| 146 | + | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
| |||
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
50 | | - | |
| 59 | + | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
| |||
87 | 96 | | |
88 | 97 | | |
89 | 98 | | |
90 | | - | |
| 99 | + | |
91 | 100 | | |
92 | 101 | | |
93 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments