diff --git a/apps/client/src/app/app.element.css b/apps/client/src-example/app/app.element.css similarity index 100% rename from apps/client/src/app/app.element.css rename to apps/client/src-example/app/app.element.css diff --git a/apps/client/src/app/app.element.spec.ts b/apps/client/src-example/app/app.element.spec.ts similarity index 100% rename from apps/client/src/app/app.element.spec.ts rename to apps/client/src-example/app/app.element.spec.ts diff --git a/apps/client/src/app/app.element.ts b/apps/client/src-example/app/app.element.ts similarity index 100% rename from apps/client/src/app/app.element.ts rename to apps/client/src-example/app/app.element.ts diff --git a/apps/client/src/assets/.gitkeep b/apps/client/src-example/assets/.gitkeep similarity index 100% rename from apps/client/src/assets/.gitkeep rename to apps/client/src-example/assets/.gitkeep diff --git a/apps/client/src/favicon.ico b/apps/client/src-example/favicon.ico similarity index 100% rename from apps/client/src/favicon.ico rename to apps/client/src-example/favicon.ico diff --git a/apps/client/src/index.html b/apps/client/src-example/index.html similarity index 100% rename from apps/client/src/index.html rename to apps/client/src-example/index.html diff --git a/apps/client/src/main.ts b/apps/client/src-example/main.ts similarity index 100% rename from apps/client/src/main.ts rename to apps/client/src-example/main.ts diff --git a/apps/client/src/styles.css b/apps/client/src-example/styles.css similarity index 100% rename from apps/client/src/styles.css rename to apps/client/src-example/styles.css diff --git a/_regroup_monorepo/apps/client/src/asset_path.ts b/apps/client/src/asset_path.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/asset_path.ts rename to apps/client/src/asset_path.ts diff --git a/_regroup_monorepo/apps/client/src/components/app_context.ts b/apps/client/src/components/app_context.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/app_context.ts rename to apps/client/src/components/app_context.ts diff --git a/_regroup_monorepo/apps/client/src/components/component.ts b/apps/client/src/components/component.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/component.ts rename to apps/client/src/components/component.ts diff --git a/_regroup_monorepo/apps/client/src/components/entrypoints.ts b/apps/client/src/components/entrypoints.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/entrypoints.ts rename to apps/client/src/components/entrypoints.ts diff --git a/_regroup_monorepo/apps/client/src/components/events.ts b/apps/client/src/components/events.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/events.ts rename to apps/client/src/components/events.ts diff --git a/_regroup_monorepo/apps/client/src/components/main_tree_executors.ts b/apps/client/src/components/main_tree_executors.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/main_tree_executors.ts rename to apps/client/src/components/main_tree_executors.ts diff --git a/_regroup_monorepo/apps/client/src/components/mobile_screen_switcher.ts b/apps/client/src/components/mobile_screen_switcher.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/mobile_screen_switcher.ts rename to apps/client/src/components/mobile_screen_switcher.ts diff --git a/_regroup_monorepo/apps/client/src/components/note_context.ts b/apps/client/src/components/note_context.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/note_context.ts rename to apps/client/src/components/note_context.ts diff --git a/_regroup_monorepo/apps/client/src/components/root_command_executor.ts b/apps/client/src/components/root_command_executor.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/root_command_executor.ts rename to apps/client/src/components/root_command_executor.ts diff --git a/_regroup_monorepo/apps/client/src/components/shortcut_component.ts b/apps/client/src/components/shortcut_component.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/shortcut_component.ts rename to apps/client/src/components/shortcut_component.ts diff --git a/_regroup_monorepo/apps/client/src/components/tab_manager.ts b/apps/client/src/components/tab_manager.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/tab_manager.ts rename to apps/client/src/components/tab_manager.ts diff --git a/_regroup_monorepo/apps/client/src/components/touch_bar.ts b/apps/client/src/components/touch_bar.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/touch_bar.ts rename to apps/client/src/components/touch_bar.ts diff --git a/_regroup_monorepo/apps/client/src/components/zoom.ts b/apps/client/src/components/zoom.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/components/zoom.ts rename to apps/client/src/components/zoom.ts diff --git a/_regroup_monorepo/apps/client/src/desktop.ts b/apps/client/src/desktop.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/desktop.ts rename to apps/client/src/desktop.ts diff --git a/_regroup_monorepo/apps/client/src/entities/fattachment.ts b/apps/client/src/entities/fattachment.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/entities/fattachment.ts rename to apps/client/src/entities/fattachment.ts diff --git a/_regroup_monorepo/apps/client/src/entities/fattribute.ts b/apps/client/src/entities/fattribute.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/entities/fattribute.ts rename to apps/client/src/entities/fattribute.ts diff --git a/_regroup_monorepo/apps/client/src/entities/fblob.ts b/apps/client/src/entities/fblob.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/entities/fblob.ts rename to apps/client/src/entities/fblob.ts diff --git a/_regroup_monorepo/apps/client/src/entities/fbranch.ts b/apps/client/src/entities/fbranch.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/entities/fbranch.ts rename to apps/client/src/entities/fbranch.ts diff --git a/_regroup_monorepo/apps/client/src/entities/fnote.ts b/apps/client/src/entities/fnote.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/entities/fnote.ts rename to apps/client/src/entities/fnote.ts diff --git a/_regroup_monorepo/apps/client/src/layouts/desktop_layout.ts b/apps/client/src/layouts/desktop_layout.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/layouts/desktop_layout.ts rename to apps/client/src/layouts/desktop_layout.ts diff --git a/_regroup_monorepo/apps/client/src/layouts/layout_commons.ts b/apps/client/src/layouts/layout_commons.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/layouts/layout_commons.ts rename to apps/client/src/layouts/layout_commons.ts diff --git a/_regroup_monorepo/apps/client/src/layouts/mobile_layout.ts b/apps/client/src/layouts/mobile_layout.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/layouts/mobile_layout.ts rename to apps/client/src/layouts/mobile_layout.ts diff --git a/_regroup_monorepo/apps/client/src/login.ts b/apps/client/src/login.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/login.ts rename to apps/client/src/login.ts diff --git a/_regroup_monorepo/apps/client/src/menus/context_menu.ts b/apps/client/src/menus/context_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/menus/context_menu.ts rename to apps/client/src/menus/context_menu.ts diff --git a/_regroup_monorepo/apps/client/src/menus/electron_context_menu.ts b/apps/client/src/menus/electron_context_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/menus/electron_context_menu.ts rename to apps/client/src/menus/electron_context_menu.ts diff --git a/_regroup_monorepo/apps/client/src/menus/image_context_menu.ts b/apps/client/src/menus/image_context_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/menus/image_context_menu.ts rename to apps/client/src/menus/image_context_menu.ts diff --git a/_regroup_monorepo/apps/client/src/menus/launcher_context_menu.ts b/apps/client/src/menus/launcher_context_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/menus/launcher_context_menu.ts rename to apps/client/src/menus/launcher_context_menu.ts diff --git a/_regroup_monorepo/apps/client/src/menus/link_context_menu.ts b/apps/client/src/menus/link_context_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/menus/link_context_menu.ts rename to apps/client/src/menus/link_context_menu.ts diff --git a/_regroup_monorepo/apps/client/src/menus/tree_context_menu.ts b/apps/client/src/menus/tree_context_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/menus/tree_context_menu.ts rename to apps/client/src/menus/tree_context_menu.ts diff --git a/_regroup_monorepo/apps/client/src/mobile.ts b/apps/client/src/mobile.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/mobile.ts rename to apps/client/src/mobile.ts diff --git a/_regroup_monorepo/apps/client/src/server_types.ts b/apps/client/src/server_types.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/server_types.ts rename to apps/client/src/server_types.ts diff --git a/_regroup_monorepo/apps/client/src/services/attribute_autocomplete.ts b/apps/client/src/services/attribute_autocomplete.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/attribute_autocomplete.ts rename to apps/client/src/services/attribute_autocomplete.ts diff --git a/_regroup_monorepo/apps/client/src/services/attribute_parser.spec.ts b/apps/client/src/services/attribute_parser.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/attribute_parser.spec.ts rename to apps/client/src/services/attribute_parser.spec.ts diff --git a/_regroup_monorepo/apps/client/src/services/attribute_parser.ts b/apps/client/src/services/attribute_parser.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/attribute_parser.ts rename to apps/client/src/services/attribute_parser.ts diff --git a/_regroup_monorepo/apps/client/src/services/attribute_renderer.ts b/apps/client/src/services/attribute_renderer.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/attribute_renderer.ts rename to apps/client/src/services/attribute_renderer.ts diff --git a/_regroup_monorepo/apps/client/src/services/attributes.ts b/apps/client/src/services/attributes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/attributes.ts rename to apps/client/src/services/attributes.ts diff --git a/_regroup_monorepo/apps/client/src/services/branches.ts b/apps/client/src/services/branches.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/branches.ts rename to apps/client/src/services/branches.ts diff --git a/_regroup_monorepo/apps/client/src/services/bulk_action.ts b/apps/client/src/services/bulk_action.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/bulk_action.ts rename to apps/client/src/services/bulk_action.ts diff --git a/_regroup_monorepo/apps/client/src/services/bundle.ts b/apps/client/src/services/bundle.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/bundle.ts rename to apps/client/src/services/bundle.ts diff --git a/_regroup_monorepo/apps/client/src/services/clipboard.ts b/apps/client/src/services/clipboard.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/clipboard.ts rename to apps/client/src/services/clipboard.ts diff --git a/_regroup_monorepo/apps/client/src/services/content_renderer.ts b/apps/client/src/services/content_renderer.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/content_renderer.ts rename to apps/client/src/services/content_renderer.ts diff --git a/_regroup_monorepo/apps/client/src/services/css_class_manager.ts b/apps/client/src/services/css_class_manager.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/css_class_manager.ts rename to apps/client/src/services/css_class_manager.ts diff --git a/_regroup_monorepo/apps/client/src/services/date_notes.ts b/apps/client/src/services/date_notes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/date_notes.ts rename to apps/client/src/services/date_notes.ts diff --git a/_regroup_monorepo/apps/client/src/services/debounce.ts b/apps/client/src/services/debounce.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/debounce.ts rename to apps/client/src/services/debounce.ts diff --git a/_regroup_monorepo/apps/client/src/services/dialog.ts b/apps/client/src/services/dialog.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/dialog.ts rename to apps/client/src/services/dialog.ts diff --git a/_regroup_monorepo/apps/client/src/services/doc_renderer.ts b/apps/client/src/services/doc_renderer.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/doc_renderer.ts rename to apps/client/src/services/doc_renderer.ts diff --git a/_regroup_monorepo/apps/client/src/services/eslint.spec.ts b/apps/client/src/services/eslint.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/eslint.spec.ts rename to apps/client/src/services/eslint.spec.ts diff --git a/_regroup_monorepo/apps/client/src/services/eslint.ts b/apps/client/src/services/eslint.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/eslint.ts rename to apps/client/src/services/eslint.ts diff --git a/_regroup_monorepo/apps/client/src/services/file_watcher.ts b/apps/client/src/services/file_watcher.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/file_watcher.ts rename to apps/client/src/services/file_watcher.ts diff --git a/_regroup_monorepo/apps/client/src/services/froca-interface.ts b/apps/client/src/services/froca-interface.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/froca-interface.ts rename to apps/client/src/services/froca-interface.ts diff --git a/_regroup_monorepo/apps/client/src/services/froca.ts b/apps/client/src/services/froca.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/froca.ts rename to apps/client/src/services/froca.ts diff --git a/_regroup_monorepo/apps/client/src/services/froca_updater.ts b/apps/client/src/services/froca_updater.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/froca_updater.ts rename to apps/client/src/services/froca_updater.ts diff --git a/_regroup_monorepo/apps/client/src/services/frontend_script_api.ts b/apps/client/src/services/frontend_script_api.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/frontend_script_api.ts rename to apps/client/src/services/frontend_script_api.ts diff --git a/_regroup_monorepo/apps/client/src/services/frontend_script_entrypoint.ts b/apps/client/src/services/frontend_script_entrypoint.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/frontend_script_entrypoint.ts rename to apps/client/src/services/frontend_script_entrypoint.ts diff --git a/_regroup_monorepo/apps/client/src/services/glob.ts b/apps/client/src/services/glob.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/glob.ts rename to apps/client/src/services/glob.ts diff --git a/_regroup_monorepo/apps/client/src/services/hoisted_note.ts b/apps/client/src/services/hoisted_note.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/hoisted_note.ts rename to apps/client/src/services/hoisted_note.ts diff --git a/_regroup_monorepo/apps/client/src/services/i18n.ts b/apps/client/src/services/i18n.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/i18n.ts rename to apps/client/src/services/i18n.ts diff --git a/_regroup_monorepo/apps/client/src/services/image.ts b/apps/client/src/services/image.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/image.ts rename to apps/client/src/services/image.ts diff --git a/_regroup_monorepo/apps/client/src/services/import.ts b/apps/client/src/services/import.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/import.ts rename to apps/client/src/services/import.ts diff --git a/_regroup_monorepo/apps/client/src/services/keyboard_actions.ts b/apps/client/src/services/keyboard_actions.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/keyboard_actions.ts rename to apps/client/src/services/keyboard_actions.ts diff --git a/_regroup_monorepo/apps/client/src/services/library_loader.ts b/apps/client/src/services/library_loader.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/library_loader.ts rename to apps/client/src/services/library_loader.ts diff --git a/_regroup_monorepo/apps/client/src/services/link.spec.ts b/apps/client/src/services/link.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/link.spec.ts rename to apps/client/src/services/link.spec.ts diff --git a/_regroup_monorepo/apps/client/src/services/link.ts b/apps/client/src/services/link.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/link.ts rename to apps/client/src/services/link.ts diff --git a/_regroup_monorepo/apps/client/src/services/load_results.ts b/apps/client/src/services/load_results.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/load_results.ts rename to apps/client/src/services/load_results.ts diff --git a/_regroup_monorepo/apps/client/src/services/mermaid.spec.ts b/apps/client/src/services/mermaid.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/mermaid.spec.ts rename to apps/client/src/services/mermaid.spec.ts diff --git a/_regroup_monorepo/apps/client/src/services/mermaid.ts b/apps/client/src/services/mermaid.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/mermaid.ts rename to apps/client/src/services/mermaid.ts diff --git a/_regroup_monorepo/apps/client/src/services/mime_type_definitions.ts b/apps/client/src/services/mime_type_definitions.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/mime_type_definitions.ts rename to apps/client/src/services/mime_type_definitions.ts diff --git a/_regroup_monorepo/apps/client/src/services/mime_types.ts b/apps/client/src/services/mime_types.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/mime_types.ts rename to apps/client/src/services/mime_types.ts diff --git a/_regroup_monorepo/apps/client/src/services/note_attribute_cache.ts b/apps/client/src/services/note_attribute_cache.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/note_attribute_cache.ts rename to apps/client/src/services/note_attribute_cache.ts diff --git a/_regroup_monorepo/apps/client/src/services/note_autocomplete.ts b/apps/client/src/services/note_autocomplete.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/note_autocomplete.ts rename to apps/client/src/services/note_autocomplete.ts diff --git a/_regroup_monorepo/apps/client/src/services/note_create.ts b/apps/client/src/services/note_create.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/note_create.ts rename to apps/client/src/services/note_create.ts diff --git a/_regroup_monorepo/apps/client/src/services/note_list_renderer.ts b/apps/client/src/services/note_list_renderer.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/note_list_renderer.ts rename to apps/client/src/services/note_list_renderer.ts diff --git a/_regroup_monorepo/apps/client/src/services/note_tooltip.ts b/apps/client/src/services/note_tooltip.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/note_tooltip.ts rename to apps/client/src/services/note_tooltip.ts diff --git a/_regroup_monorepo/apps/client/src/services/note_types.ts b/apps/client/src/services/note_types.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/note_types.ts rename to apps/client/src/services/note_types.ts diff --git a/_regroup_monorepo/apps/client/src/services/open.ts b/apps/client/src/services/open.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/open.ts rename to apps/client/src/services/open.ts diff --git a/_regroup_monorepo/apps/client/src/services/options.ts b/apps/client/src/services/options.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/options.ts rename to apps/client/src/services/options.ts diff --git a/_regroup_monorepo/apps/client/src/services/promoted_attribute_definition_parser.ts b/apps/client/src/services/promoted_attribute_definition_parser.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/promoted_attribute_definition_parser.ts rename to apps/client/src/services/promoted_attribute_definition_parser.ts diff --git a/_regroup_monorepo/apps/client/src/services/protected_session.ts b/apps/client/src/services/protected_session.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/protected_session.ts rename to apps/client/src/services/protected_session.ts diff --git a/_regroup_monorepo/apps/client/src/services/protected_session_holder.ts b/apps/client/src/services/protected_session_holder.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/protected_session_holder.ts rename to apps/client/src/services/protected_session_holder.ts diff --git a/_regroup_monorepo/apps/client/src/services/render.ts b/apps/client/src/services/render.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/render.ts rename to apps/client/src/services/render.ts diff --git a/_regroup_monorepo/apps/client/src/services/resizer.ts b/apps/client/src/services/resizer.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/resizer.ts rename to apps/client/src/services/resizer.ts diff --git a/_regroup_monorepo/apps/client/src/services/script_context.ts b/apps/client/src/services/script_context.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/script_context.ts rename to apps/client/src/services/script_context.ts diff --git a/_regroup_monorepo/apps/client/src/services/search.ts b/apps/client/src/services/search.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/search.ts rename to apps/client/src/services/search.ts diff --git a/_regroup_monorepo/apps/client/src/services/server.ts b/apps/client/src/services/server.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/server.ts rename to apps/client/src/services/server.ts diff --git a/_regroup_monorepo/apps/client/src/services/shortcuts.ts b/apps/client/src/services/shortcuts.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/shortcuts.ts rename to apps/client/src/services/shortcuts.ts diff --git a/_regroup_monorepo/apps/client/src/services/spaced_update.ts b/apps/client/src/services/spaced_update.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/spaced_update.ts rename to apps/client/src/services/spaced_update.ts diff --git a/_regroup_monorepo/apps/client/src/services/sync.ts b/apps/client/src/services/sync.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/sync.ts rename to apps/client/src/services/sync.ts diff --git a/_regroup_monorepo/apps/client/src/services/syntax_highlight.ts b/apps/client/src/services/syntax_highlight.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/syntax_highlight.ts rename to apps/client/src/services/syntax_highlight.ts diff --git a/_regroup_monorepo/apps/client/src/services/toast.ts b/apps/client/src/services/toast.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/toast.ts rename to apps/client/src/services/toast.ts diff --git a/_regroup_monorepo/apps/client/src/services/tree.ts b/apps/client/src/services/tree.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/tree.ts rename to apps/client/src/services/tree.ts diff --git a/_regroup_monorepo/apps/client/src/services/utils.spec.ts b/apps/client/src/services/utils.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/utils.spec.ts rename to apps/client/src/services/utils.spec.ts diff --git a/_regroup_monorepo/apps/client/src/services/utils.ts b/apps/client/src/services/utils.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/utils.ts rename to apps/client/src/services/utils.ts diff --git a/_regroup_monorepo/apps/client/src/services/validation_error.ts b/apps/client/src/services/validation_error.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/validation_error.ts rename to apps/client/src/services/validation_error.ts diff --git a/_regroup_monorepo/apps/client/src/services/ws.ts b/apps/client/src/services/ws.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/services/ws.ts rename to apps/client/src/services/ws.ts diff --git a/_regroup_monorepo/apps/client/src/set_password.ts b/apps/client/src/set_password.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/set_password.ts rename to apps/client/src/set_password.ts diff --git a/_regroup_monorepo/apps/client/src/setup.ts b/apps/client/src/setup.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/setup.ts rename to apps/client/src/setup.ts diff --git a/_regroup_monorepo/apps/client/src/share.ts b/apps/client/src/share.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/share.ts rename to apps/client/src/share.ts diff --git a/_regroup_monorepo/apps/client/src/test/easy-froca.ts b/apps/client/src/test/easy-froca.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/test/easy-froca.ts rename to apps/client/src/test/easy-froca.ts diff --git a/_regroup_monorepo/apps/client/src/types-assets.d.ts b/apps/client/src/types-assets.d.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/types-assets.d.ts rename to apps/client/src/types-assets.d.ts diff --git a/_regroup_monorepo/apps/client/src/types-fancytree.d.ts b/apps/client/src/types-fancytree.d.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/types-fancytree.d.ts rename to apps/client/src/types-fancytree.d.ts diff --git a/_regroup_monorepo/apps/client/src/types-lib.d.ts b/apps/client/src/types-lib.d.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/types-lib.d.ts rename to apps/client/src/types-lib.d.ts diff --git a/_regroup_monorepo/apps/client/src/types.d.ts b/apps/client/src/types.d.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/types.d.ts rename to apps/client/src/types.d.ts diff --git a/_regroup_monorepo/apps/client/src/utils/formatters.ts b/apps/client/src/utils/formatters.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/utils/formatters.ts rename to apps/client/src/utils/formatters.ts diff --git a/_regroup_monorepo/apps/client/src/utils/mutex.ts b/apps/client/src/utils/mutex.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/utils/mutex.ts rename to apps/client/src/utils/mutex.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/api_log.ts b/apps/client/src/widgets/api_log.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/api_log.ts rename to apps/client/src/widgets/api_log.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/attachment_detail.ts b/apps/client/src/widgets/attachment_detail.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/attachment_detail.ts rename to apps/client/src/widgets/attachment_detail.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/attribute_widgets/attribute_detail.ts b/apps/client/src/widgets/attribute_widgets/attribute_detail.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/attribute_widgets/attribute_detail.ts rename to apps/client/src/widgets/attribute_widgets/attribute_detail.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/attribute_widgets/attribute_editor.ts b/apps/client/src/widgets/attribute_widgets/attribute_editor.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/attribute_widgets/attribute_editor.ts rename to apps/client/src/widgets/attribute_widgets/attribute_editor.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/basic_widget.ts b/apps/client/src/widgets/basic_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/basic_widget.ts rename to apps/client/src/widgets/basic_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bookmark_buttons.ts b/apps/client/src/widgets/bookmark_buttons.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bookmark_buttons.ts rename to apps/client/src/widgets/bookmark_buttons.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bookmark_switch.ts b/apps/client/src/widgets/bookmark_switch.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bookmark_switch.ts rename to apps/client/src/widgets/bookmark_switch.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/abstract_bulk_action.ts b/apps/client/src/widgets/bulk_actions/abstract_bulk_action.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/abstract_bulk_action.ts rename to apps/client/src/widgets/bulk_actions/abstract_bulk_action.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/execute_script.ts b/apps/client/src/widgets/bulk_actions/execute_script.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/execute_script.ts rename to apps/client/src/widgets/bulk_actions/execute_script.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/label/add_label.ts b/apps/client/src/widgets/bulk_actions/label/add_label.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/label/add_label.ts rename to apps/client/src/widgets/bulk_actions/label/add_label.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/label/delete_label.ts b/apps/client/src/widgets/bulk_actions/label/delete_label.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/label/delete_label.ts rename to apps/client/src/widgets/bulk_actions/label/delete_label.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/label/rename_label.ts b/apps/client/src/widgets/bulk_actions/label/rename_label.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/label/rename_label.ts rename to apps/client/src/widgets/bulk_actions/label/rename_label.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/label/update_label_value.ts b/apps/client/src/widgets/bulk_actions/label/update_label_value.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/label/update_label_value.ts rename to apps/client/src/widgets/bulk_actions/label/update_label_value.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/note/delete_note.ts b/apps/client/src/widgets/bulk_actions/note/delete_note.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/note/delete_note.ts rename to apps/client/src/widgets/bulk_actions/note/delete_note.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/note/delete_revisions.ts b/apps/client/src/widgets/bulk_actions/note/delete_revisions.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/note/delete_revisions.ts rename to apps/client/src/widgets/bulk_actions/note/delete_revisions.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/note/move_note.ts b/apps/client/src/widgets/bulk_actions/note/move_note.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/note/move_note.ts rename to apps/client/src/widgets/bulk_actions/note/move_note.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/note/rename_note.ts b/apps/client/src/widgets/bulk_actions/note/rename_note.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/note/rename_note.ts rename to apps/client/src/widgets/bulk_actions/note/rename_note.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/relation/add_relation.ts b/apps/client/src/widgets/bulk_actions/relation/add_relation.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/relation/add_relation.ts rename to apps/client/src/widgets/bulk_actions/relation/add_relation.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/relation/delete_relation.ts b/apps/client/src/widgets/bulk_actions/relation/delete_relation.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/relation/delete_relation.ts rename to apps/client/src/widgets/bulk_actions/relation/delete_relation.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/relation/rename_relation.ts b/apps/client/src/widgets/bulk_actions/relation/rename_relation.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/relation/rename_relation.ts rename to apps/client/src/widgets/bulk_actions/relation/rename_relation.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/bulk_actions/relation/update_relation_target.ts b/apps/client/src/widgets/bulk_actions/relation/update_relation_target.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/bulk_actions/relation/update_relation_target.ts rename to apps/client/src/widgets/bulk_actions/relation/update_relation_target.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/abstract_button.ts b/apps/client/src/widgets/buttons/abstract_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/abstract_button.ts rename to apps/client/src/widgets/buttons/abstract_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/ai_chat_button.ts b/apps/client/src/widgets/buttons/ai_chat_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/ai_chat_button.ts rename to apps/client/src/widgets/buttons/ai_chat_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/attachments_actions.ts b/apps/client/src/widgets/buttons/attachments_actions.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/attachments_actions.ts rename to apps/client/src/widgets/buttons/attachments_actions.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/bookmark_folder.ts b/apps/client/src/widgets/buttons/bookmark_folder.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/bookmark_folder.ts rename to apps/client/src/widgets/buttons/bookmark_folder.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/button_from_note.ts b/apps/client/src/widgets/buttons/button_from_note.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/button_from_note.ts rename to apps/client/src/widgets/buttons/button_from_note.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/calendar.ts b/apps/client/src/widgets/buttons/calendar.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/calendar.ts rename to apps/client/src/widgets/buttons/calendar.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/close_pane_button.ts b/apps/client/src/widgets/buttons/close_pane_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/close_pane_button.ts rename to apps/client/src/widgets/buttons/close_pane_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/command_button.ts b/apps/client/src/widgets/buttons/command_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/command_button.ts rename to apps/client/src/widgets/buttons/command_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/create_ai_chat_button.ts b/apps/client/src/widgets/buttons/create_ai_chat_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/create_ai_chat_button.ts rename to apps/client/src/widgets/buttons/create_ai_chat_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/create_pane_button.ts b/apps/client/src/widgets/buttons/create_pane_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/create_pane_button.ts rename to apps/client/src/widgets/buttons/create_pane_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/global_menu.ts b/apps/client/src/widgets/buttons/global_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/global_menu.ts rename to apps/client/src/widgets/buttons/global_menu.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/history_navigation.ts b/apps/client/src/widgets/buttons/history_navigation.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/history_navigation.ts rename to apps/client/src/widgets/buttons/history_navigation.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/launcher/abstract_launcher.ts b/apps/client/src/widgets/buttons/launcher/abstract_launcher.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/launcher/abstract_launcher.ts rename to apps/client/src/widgets/buttons/launcher/abstract_launcher.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/launcher/note_launcher.ts b/apps/client/src/widgets/buttons/launcher/note_launcher.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/launcher/note_launcher.ts rename to apps/client/src/widgets/buttons/launcher/note_launcher.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/launcher/script_launcher.ts b/apps/client/src/widgets/buttons/launcher/script_launcher.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/launcher/script_launcher.ts rename to apps/client/src/widgets/buttons/launcher/script_launcher.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/launcher/today_launcher.ts b/apps/client/src/widgets/buttons/launcher/today_launcher.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/launcher/today_launcher.ts rename to apps/client/src/widgets/buttons/launcher/today_launcher.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/left_pane_toggle.ts b/apps/client/src/widgets/buttons/left_pane_toggle.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/left_pane_toggle.ts rename to apps/client/src/widgets/buttons/left_pane_toggle.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/move_pane_button.ts b/apps/client/src/widgets/buttons/move_pane_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/move_pane_button.ts rename to apps/client/src/widgets/buttons/move_pane_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/note_actions.ts b/apps/client/src/widgets/buttons/note_actions.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/note_actions.ts rename to apps/client/src/widgets/buttons/note_actions.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/onclick_button.ts b/apps/client/src/widgets/buttons/onclick_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/onclick_button.ts rename to apps/client/src/widgets/buttons/onclick_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/open_note_button_widget.ts b/apps/client/src/widgets/buttons/open_note_button_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/open_note_button_widget.ts rename to apps/client/src/widgets/buttons/open_note_button_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/protected_session_status.ts b/apps/client/src/widgets/buttons/protected_session_status.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/protected_session_status.ts rename to apps/client/src/widgets/buttons/protected_session_status.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/revisions_button.ts b/apps/client/src/widgets/buttons/revisions_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/revisions_button.ts rename to apps/client/src/widgets/buttons/revisions_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/right_dropdown_button.ts b/apps/client/src/widgets/buttons/right_dropdown_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/right_dropdown_button.ts rename to apps/client/src/widgets/buttons/right_dropdown_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/show_highlights_list_widget_button.ts b/apps/client/src/widgets/buttons/show_highlights_list_widget_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/show_highlights_list_widget_button.ts rename to apps/client/src/widgets/buttons/show_highlights_list_widget_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/show_toc_widget_button.ts b/apps/client/src/widgets/buttons/show_toc_widget_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/show_toc_widget_button.ts rename to apps/client/src/widgets/buttons/show_toc_widget_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/buttons/update_available.ts b/apps/client/src/widgets/buttons/update_available.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/buttons/update_available.ts rename to apps/client/src/widgets/buttons/update_available.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/close_zen_button.ts b/apps/client/src/widgets/close_zen_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/close_zen_button.ts rename to apps/client/src/widgets/close_zen_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/container.ts b/apps/client/src/widgets/containers/container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/container.ts rename to apps/client/src/widgets/containers/container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/flex_container.ts b/apps/client/src/widgets/containers/flex_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/flex_container.ts rename to apps/client/src/widgets/containers/flex_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/launcher.ts b/apps/client/src/widgets/containers/launcher.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/launcher.ts rename to apps/client/src/widgets/containers/launcher.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/launcher_container.ts b/apps/client/src/widgets/containers/launcher_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/launcher_container.ts rename to apps/client/src/widgets/containers/launcher_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/left_pane_container.ts b/apps/client/src/widgets/containers/left_pane_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/left_pane_container.ts rename to apps/client/src/widgets/containers/left_pane_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/ribbon_container.ts b/apps/client/src/widgets/containers/ribbon_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/ribbon_container.ts rename to apps/client/src/widgets/containers/ribbon_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/right_pane_container.ts b/apps/client/src/widgets/containers/right_pane_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/right_pane_container.ts rename to apps/client/src/widgets/containers/right_pane_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/root_container.ts b/apps/client/src/widgets/containers/root_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/root_container.ts rename to apps/client/src/widgets/containers/root_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/scrolling_container.ts b/apps/client/src/widgets/containers/scrolling_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/scrolling_container.ts rename to apps/client/src/widgets/containers/scrolling_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/containers/split_note_container.ts b/apps/client/src/widgets/containers/split_note_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/containers/split_note_container.ts rename to apps/client/src/widgets/containers/split_note_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/about.ts b/apps/client/src/widgets/dialogs/about.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/about.ts rename to apps/client/src/widgets/dialogs/about.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/add_link.ts b/apps/client/src/widgets/dialogs/add_link.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/add_link.ts rename to apps/client/src/widgets/dialogs/add_link.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/branch_prefix.ts b/apps/client/src/widgets/dialogs/branch_prefix.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/branch_prefix.ts rename to apps/client/src/widgets/dialogs/branch_prefix.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/bulk_actions.ts b/apps/client/src/widgets/dialogs/bulk_actions.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/bulk_actions.ts rename to apps/client/src/widgets/dialogs/bulk_actions.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/clone_to.ts b/apps/client/src/widgets/dialogs/clone_to.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/clone_to.ts rename to apps/client/src/widgets/dialogs/clone_to.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/confirm.ts b/apps/client/src/widgets/dialogs/confirm.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/confirm.ts rename to apps/client/src/widgets/dialogs/confirm.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/delete_notes.ts b/apps/client/src/widgets/dialogs/delete_notes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/delete_notes.ts rename to apps/client/src/widgets/dialogs/delete_notes.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/export.ts b/apps/client/src/widgets/dialogs/export.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/export.ts rename to apps/client/src/widgets/dialogs/export.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/help.ts b/apps/client/src/widgets/dialogs/help.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/help.ts rename to apps/client/src/widgets/dialogs/help.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/import.ts b/apps/client/src/widgets/dialogs/import.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/import.ts rename to apps/client/src/widgets/dialogs/import.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/include_note.ts b/apps/client/src/widgets/dialogs/include_note.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/include_note.ts rename to apps/client/src/widgets/dialogs/include_note.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/info.ts b/apps/client/src/widgets/dialogs/info.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/info.ts rename to apps/client/src/widgets/dialogs/info.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/jump_to_note.ts b/apps/client/src/widgets/dialogs/jump_to_note.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/jump_to_note.ts rename to apps/client/src/widgets/dialogs/jump_to_note.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/markdown_import.ts b/apps/client/src/widgets/dialogs/markdown_import.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/markdown_import.ts rename to apps/client/src/widgets/dialogs/markdown_import.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/move_to.ts b/apps/client/src/widgets/dialogs/move_to.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/move_to.ts rename to apps/client/src/widgets/dialogs/move_to.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/note_type_chooser.ts b/apps/client/src/widgets/dialogs/note_type_chooser.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/note_type_chooser.ts rename to apps/client/src/widgets/dialogs/note_type_chooser.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/password_not_set.ts b/apps/client/src/widgets/dialogs/password_not_set.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/password_not_set.ts rename to apps/client/src/widgets/dialogs/password_not_set.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/prompt.ts b/apps/client/src/widgets/dialogs/prompt.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/prompt.ts rename to apps/client/src/widgets/dialogs/prompt.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/protected_session_password.ts b/apps/client/src/widgets/dialogs/protected_session_password.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/protected_session_password.ts rename to apps/client/src/widgets/dialogs/protected_session_password.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/recent_changes.ts b/apps/client/src/widgets/dialogs/recent_changes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/recent_changes.ts rename to apps/client/src/widgets/dialogs/recent_changes.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/revisions.ts b/apps/client/src/widgets/dialogs/revisions.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/revisions.ts rename to apps/client/src/widgets/dialogs/revisions.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/sort_child_notes.ts b/apps/client/src/widgets/dialogs/sort_child_notes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/sort_child_notes.ts rename to apps/client/src/widgets/dialogs/sort_child_notes.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/dialogs/upload_attachments.ts b/apps/client/src/widgets/dialogs/upload_attachments.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/dialogs/upload_attachments.ts rename to apps/client/src/widgets/dialogs/upload_attachments.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/editability_select.ts b/apps/client/src/widgets/editability_select.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/editability_select.ts rename to apps/client/src/widgets/editability_select.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/find.ts b/apps/client/src/widgets/find.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/find.ts rename to apps/client/src/widgets/find.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/find_in_code.ts b/apps/client/src/widgets/find_in_code.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/find_in_code.ts rename to apps/client/src/widgets/find_in_code.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/find_in_html.ts b/apps/client/src/widgets/find_in_html.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/find_in_html.ts rename to apps/client/src/widgets/find_in_html.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/find_in_text.ts b/apps/client/src/widgets/find_in_text.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/find_in_text.ts rename to apps/client/src/widgets/find_in_text.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/code_buttons.ts b/apps/client/src/widgets/floating_buttons/code_buttons.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/code_buttons.ts rename to apps/client/src/widgets/floating_buttons/code_buttons.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/copy_image_reference_button.ts b/apps/client/src/widgets/floating_buttons/copy_image_reference_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/copy_image_reference_button.ts rename to apps/client/src/widgets/floating_buttons/copy_image_reference_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/edit_button.ts b/apps/client/src/widgets/floating_buttons/edit_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/edit_button.ts rename to apps/client/src/widgets/floating_buttons/edit_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/floating_buttons.ts b/apps/client/src/widgets/floating_buttons/floating_buttons.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/floating_buttons.ts rename to apps/client/src/widgets/floating_buttons/floating_buttons.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/geo_map_button.ts b/apps/client/src/widgets/floating_buttons/geo_map_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/geo_map_button.ts rename to apps/client/src/widgets/floating_buttons/geo_map_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/help_button.spec.ts b/apps/client/src/widgets/floating_buttons/help_button.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/help_button.spec.ts rename to apps/client/src/widgets/floating_buttons/help_button.spec.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/help_button.ts b/apps/client/src/widgets/floating_buttons/help_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/help_button.ts rename to apps/client/src/widgets/floating_buttons/help_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/hide_floating_buttons_button.ts b/apps/client/src/widgets/floating_buttons/hide_floating_buttons_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/hide_floating_buttons_button.ts rename to apps/client/src/widgets/floating_buttons/hide_floating_buttons_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/png_export_button.ts b/apps/client/src/widgets/floating_buttons/png_export_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/png_export_button.ts rename to apps/client/src/widgets/floating_buttons/png_export_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/refresh_button.ts b/apps/client/src/widgets/floating_buttons/refresh_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/refresh_button.ts rename to apps/client/src/widgets/floating_buttons/refresh_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/relation_map_buttons.ts b/apps/client/src/widgets/floating_buttons/relation_map_buttons.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/relation_map_buttons.ts rename to apps/client/src/widgets/floating_buttons/relation_map_buttons.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/svg_export_button.ts b/apps/client/src/widgets/floating_buttons/svg_export_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/svg_export_button.ts rename to apps/client/src/widgets/floating_buttons/svg_export_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/switch_layout_button.ts b/apps/client/src/widgets/floating_buttons/switch_layout_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/switch_layout_button.ts rename to apps/client/src/widgets/floating_buttons/switch_layout_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/toggle_read_only_button.ts b/apps/client/src/widgets/floating_buttons/toggle_read_only_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/toggle_read_only_button.ts rename to apps/client/src/widgets/floating_buttons/toggle_read_only_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/floating_buttons/zpetne_odkazy.ts b/apps/client/src/widgets/floating_buttons/zpetne_odkazy.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/floating_buttons/zpetne_odkazy.ts rename to apps/client/src/widgets/floating_buttons/zpetne_odkazy.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/geo_map.ts b/apps/client/src/widgets/geo_map.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/geo_map.ts rename to apps/client/src/widgets/geo_map.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/highlights_list.spec.ts b/apps/client/src/widgets/highlights_list.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/highlights_list.spec.ts rename to apps/client/src/widgets/highlights_list.spec.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/highlights_list.ts b/apps/client/src/widgets/highlights_list.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/highlights_list.ts rename to apps/client/src/widgets/highlights_list.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/icon_list.ts b/apps/client/src/widgets/icon_list.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/icon_list.ts rename to apps/client/src/widgets/icon_list.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat/communication.ts b/apps/client/src/widgets/llm_chat/communication.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat/communication.ts rename to apps/client/src/widgets/llm_chat/communication.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat/index.ts b/apps/client/src/widgets/llm_chat/index.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat/index.ts rename to apps/client/src/widgets/llm_chat/index.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat/llm_chat_panel.ts b/apps/client/src/widgets/llm_chat/llm_chat_panel.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat/llm_chat_panel.ts rename to apps/client/src/widgets/llm_chat/llm_chat_panel.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat/message_processor.ts b/apps/client/src/widgets/llm_chat/message_processor.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat/message_processor.ts rename to apps/client/src/widgets/llm_chat/message_processor.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat/types.ts b/apps/client/src/widgets/llm_chat/types.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat/types.ts rename to apps/client/src/widgets/llm_chat/types.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat/ui.ts b/apps/client/src/widgets/llm_chat/ui.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat/ui.ts rename to apps/client/src/widgets/llm_chat/ui.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat/utils.ts b/apps/client/src/widgets/llm_chat/utils.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat/utils.ts rename to apps/client/src/widgets/llm_chat/utils.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat/validation.ts b/apps/client/src/widgets/llm_chat/validation.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat/validation.ts rename to apps/client/src/widgets/llm_chat/validation.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/llm_chat_panel.ts b/apps/client/src/widgets/llm_chat_panel.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/llm_chat_panel.ts rename to apps/client/src/widgets/llm_chat_panel.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/mobile_widgets/mobile_detail_menu.ts b/apps/client/src/widgets/mobile_widgets/mobile_detail_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/mobile_widgets/mobile_detail_menu.ts rename to apps/client/src/widgets/mobile_widgets/mobile_detail_menu.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/mobile_widgets/screen_container.ts b/apps/client/src/widgets/mobile_widgets/screen_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/mobile_widgets/screen_container.ts rename to apps/client/src/widgets/mobile_widgets/screen_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/mobile_widgets/sidebar_container.ts b/apps/client/src/widgets/mobile_widgets/sidebar_container.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/mobile_widgets/sidebar_container.ts rename to apps/client/src/widgets/mobile_widgets/sidebar_container.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/mobile_widgets/toggle_sidebar_button.ts b/apps/client/src/widgets/mobile_widgets/toggle_sidebar_button.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/mobile_widgets/toggle_sidebar_button.ts rename to apps/client/src/widgets/mobile_widgets/toggle_sidebar_button.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_context_aware_widget.ts b/apps/client/src/widgets/note_context_aware_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_context_aware_widget.ts rename to apps/client/src/widgets/note_context_aware_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_detail.ts b/apps/client/src/widgets/note_detail.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_detail.ts rename to apps/client/src/widgets/note_detail.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_icon.ts b/apps/client/src/widgets/note_icon.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_icon.ts rename to apps/client/src/widgets/note_icon.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_language.ts b/apps/client/src/widgets/note_language.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_language.ts rename to apps/client/src/widgets/note_language.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_list.ts b/apps/client/src/widgets/note_list.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_list.ts rename to apps/client/src/widgets/note_list.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_map.ts b/apps/client/src/widgets/note_map.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_map.ts rename to apps/client/src/widgets/note_map.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_title.ts b/apps/client/src/widgets/note_title.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_title.ts rename to apps/client/src/widgets/note_title.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_tree.ts b/apps/client/src/widgets/note_tree.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_tree.ts rename to apps/client/src/widgets/note_tree.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_type.ts b/apps/client/src/widgets/note_type.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_type.ts rename to apps/client/src/widgets/note_type.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/note_wrapper.ts b/apps/client/src/widgets/note_wrapper.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/note_wrapper.ts rename to apps/client/src/widgets/note_wrapper.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/protected_note_switch.ts b/apps/client/src/widgets/protected_note_switch.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/protected_note_switch.ts rename to apps/client/src/widgets/protected_note_switch.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/quick_search.ts b/apps/client/src/widgets/quick_search.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/quick_search.ts rename to apps/client/src/widgets/quick_search.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/quick_search_launcher.ts b/apps/client/src/widgets/quick_search_launcher.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/quick_search_launcher.ts rename to apps/client/src/widgets/quick_search_launcher.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/basic_properties.ts b/apps/client/src/widgets/ribbon_widgets/basic_properties.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/basic_properties.ts rename to apps/client/src/widgets/ribbon_widgets/basic_properties.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/book_properties.ts b/apps/client/src/widgets/ribbon_widgets/book_properties.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/book_properties.ts rename to apps/client/src/widgets/ribbon_widgets/book_properties.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/classic_editor_toolbar.ts b/apps/client/src/widgets/ribbon_widgets/classic_editor_toolbar.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/classic_editor_toolbar.ts rename to apps/client/src/widgets/ribbon_widgets/classic_editor_toolbar.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/edited_notes.ts b/apps/client/src/widgets/ribbon_widgets/edited_notes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/edited_notes.ts rename to apps/client/src/widgets/ribbon_widgets/edited_notes.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/file_properties.ts b/apps/client/src/widgets/ribbon_widgets/file_properties.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/file_properties.ts rename to apps/client/src/widgets/ribbon_widgets/file_properties.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/image_properties.ts b/apps/client/src/widgets/ribbon_widgets/image_properties.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/image_properties.ts rename to apps/client/src/widgets/ribbon_widgets/image_properties.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/inherited_attribute_list.ts b/apps/client/src/widgets/ribbon_widgets/inherited_attribute_list.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/inherited_attribute_list.ts rename to apps/client/src/widgets/ribbon_widgets/inherited_attribute_list.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/mobile_editor_toolbar.ts b/apps/client/src/widgets/ribbon_widgets/mobile_editor_toolbar.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/mobile_editor_toolbar.ts rename to apps/client/src/widgets/ribbon_widgets/mobile_editor_toolbar.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/note_info_widget.ts b/apps/client/src/widgets/ribbon_widgets/note_info_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/note_info_widget.ts rename to apps/client/src/widgets/ribbon_widgets/note_info_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/note_map.ts b/apps/client/src/widgets/ribbon_widgets/note_map.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/note_map.ts rename to apps/client/src/widgets/ribbon_widgets/note_map.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/note_paths.ts b/apps/client/src/widgets/ribbon_widgets/note_paths.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/note_paths.ts rename to apps/client/src/widgets/ribbon_widgets/note_paths.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/note_properties.ts b/apps/client/src/widgets/ribbon_widgets/note_properties.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/note_properties.ts rename to apps/client/src/widgets/ribbon_widgets/note_properties.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/owned_attribute_list.ts b/apps/client/src/widgets/ribbon_widgets/owned_attribute_list.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/owned_attribute_list.ts rename to apps/client/src/widgets/ribbon_widgets/owned_attribute_list.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/promoted_attributes.ts b/apps/client/src/widgets/ribbon_widgets/promoted_attributes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/promoted_attributes.ts rename to apps/client/src/widgets/ribbon_widgets/promoted_attributes.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/script_executor.ts b/apps/client/src/widgets/ribbon_widgets/script_executor.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/script_executor.ts rename to apps/client/src/widgets/ribbon_widgets/script_executor.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/search_definition.ts b/apps/client/src/widgets/ribbon_widgets/search_definition.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/search_definition.ts rename to apps/client/src/widgets/ribbon_widgets/search_definition.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/ribbon_widgets/similar_notes.ts b/apps/client/src/widgets/ribbon_widgets/similar_notes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/ribbon_widgets/similar_notes.ts rename to apps/client/src/widgets/ribbon_widgets/similar_notes.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/right_panel_widget.ts b/apps/client/src/widgets/right_panel_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/right_panel_widget.ts rename to apps/client/src/widgets/right_panel_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/scroll_padding.ts b/apps/client/src/widgets/scroll_padding.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/scroll_padding.ts rename to apps/client/src/widgets/scroll_padding.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/abstract_search_option.ts b/apps/client/src/widgets/search_options/abstract_search_option.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/abstract_search_option.ts rename to apps/client/src/widgets/search_options/abstract_search_option.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/ancestor.ts b/apps/client/src/widgets/search_options/ancestor.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/ancestor.ts rename to apps/client/src/widgets/search_options/ancestor.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/debug.ts b/apps/client/src/widgets/search_options/debug.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/debug.ts rename to apps/client/src/widgets/search_options/debug.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/fast_search.ts b/apps/client/src/widgets/search_options/fast_search.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/fast_search.ts rename to apps/client/src/widgets/search_options/fast_search.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/include_archived_notes.ts b/apps/client/src/widgets/search_options/include_archived_notes.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/include_archived_notes.ts rename to apps/client/src/widgets/search_options/include_archived_notes.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/limit.ts b/apps/client/src/widgets/search_options/limit.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/limit.ts rename to apps/client/src/widgets/search_options/limit.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/order_by.ts b/apps/client/src/widgets/search_options/order_by.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/order_by.ts rename to apps/client/src/widgets/search_options/order_by.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/search_script.ts b/apps/client/src/widgets/search_options/search_script.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/search_script.ts rename to apps/client/src/widgets/search_options/search_script.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_options/search_string.ts b/apps/client/src/widgets/search_options/search_string.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_options/search_string.ts rename to apps/client/src/widgets/search_options/search_string.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/search_result.ts b/apps/client/src/widgets/search_result.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/search_result.ts rename to apps/client/src/widgets/search_result.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/shared_info.ts b/apps/client/src/widgets/shared_info.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/shared_info.ts rename to apps/client/src/widgets/shared_info.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/shared_switch.ts b/apps/client/src/widgets/shared_switch.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/shared_switch.ts rename to apps/client/src/widgets/shared_switch.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/spacer.ts b/apps/client/src/widgets/spacer.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/spacer.ts rename to apps/client/src/widgets/spacer.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/sql_result.ts b/apps/client/src/widgets/sql_result.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/sql_result.ts rename to apps/client/src/widgets/sql_result.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/sql_table_schemas.ts b/apps/client/src/widgets/sql_table_schemas.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/sql_table_schemas.ts rename to apps/client/src/widgets/sql_table_schemas.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/switch.ts b/apps/client/src/widgets/switch.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/switch.ts rename to apps/client/src/widgets/switch.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/sync_status.ts b/apps/client/src/widgets/sync_status.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/sync_status.ts rename to apps/client/src/widgets/sync_status.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/tab_aware_widget.js b/apps/client/src/widgets/tab_aware_widget.js similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/tab_aware_widget.js rename to apps/client/src/widgets/tab_aware_widget.js diff --git a/_regroup_monorepo/apps/client/src/widgets/tab_row.ts b/apps/client/src/widgets/tab_row.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/tab_row.ts rename to apps/client/src/widgets/tab_row.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/template_switch.ts b/apps/client/src/widgets/template_switch.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/template_switch.ts rename to apps/client/src/widgets/template_switch.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/title_bar_buttons.ts b/apps/client/src/widgets/title_bar_buttons.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/title_bar_buttons.ts rename to apps/client/src/widgets/title_bar_buttons.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/toc.ts b/apps/client/src/widgets/toc.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/toc.ts rename to apps/client/src/widgets/toc.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/abstract_code_type_widget.ts b/apps/client/src/widgets/type_widgets/abstract_code_type_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/abstract_code_type_widget.ts rename to apps/client/src/widgets/type_widgets/abstract_code_type_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts b/apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts rename to apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/abstract_svg_split_type_widget.ts b/apps/client/src/widgets/type_widgets/abstract_svg_split_type_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/abstract_svg_split_type_widget.ts rename to apps/client/src/widgets/type_widgets/abstract_svg_split_type_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/abstract_text_type_widget.ts b/apps/client/src/widgets/type_widgets/abstract_text_type_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/abstract_text_type_widget.ts rename to apps/client/src/widgets/type_widgets/abstract_text_type_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/ai_chat.ts b/apps/client/src/widgets/type_widgets/ai_chat.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/ai_chat.ts rename to apps/client/src/widgets/type_widgets/ai_chat.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/attachment_detail.ts b/apps/client/src/widgets/type_widgets/attachment_detail.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/attachment_detail.ts rename to apps/client/src/widgets/type_widgets/attachment_detail.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/attachment_list.ts b/apps/client/src/widgets/type_widgets/attachment_list.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/attachment_list.ts rename to apps/client/src/widgets/type_widgets/attachment_list.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/book.ts b/apps/client/src/widgets/type_widgets/book.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/book.ts rename to apps/client/src/widgets/type_widgets/book.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/canvas.ts b/apps/client/src/widgets/type_widgets/canvas.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/canvas.ts rename to apps/client/src/widgets/type_widgets/canvas.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/ckeditor/config.spec.ts b/apps/client/src/widgets/type_widgets/ckeditor/config.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/ckeditor/config.spec.ts rename to apps/client/src/widgets/type_widgets/ckeditor/config.spec.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/ckeditor/config.ts b/apps/client/src/widgets/type_widgets/ckeditor/config.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/ckeditor/config.ts rename to apps/client/src/widgets/type_widgets/ckeditor/config.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/ckeditor/syntax_highlight.ts b/apps/client/src/widgets/type_widgets/ckeditor/syntax_highlight.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/ckeditor/syntax_highlight.ts rename to apps/client/src/widgets/type_widgets/ckeditor/syntax_highlight.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/content/backend_log.ts b/apps/client/src/widgets/type_widgets/content/backend_log.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/content/backend_log.ts rename to apps/client/src/widgets/type_widgets/content/backend_log.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/content_widget.ts b/apps/client/src/widgets/type_widgets/content_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/content_widget.ts rename to apps/client/src/widgets/type_widgets/content_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/doc.ts b/apps/client/src/widgets/type_widgets/doc.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/doc.ts rename to apps/client/src/widgets/type_widgets/doc.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/editable_code.ts b/apps/client/src/widgets/type_widgets/editable_code.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/editable_code.ts rename to apps/client/src/widgets/type_widgets/editable_code.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/editable_text.ts b/apps/client/src/widgets/type_widgets/editable_text.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/editable_text.ts rename to apps/client/src/widgets/type_widgets/editable_text.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/empty.ts b/apps/client/src/widgets/type_widgets/empty.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/empty.ts rename to apps/client/src/widgets/type_widgets/empty.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/file.ts b/apps/client/src/widgets/type_widgets/file.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/file.ts rename to apps/client/src/widgets/type_widgets/file.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/geo_map.ts b/apps/client/src/widgets/type_widgets/geo_map.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/geo_map.ts rename to apps/client/src/widgets/type_widgets/geo_map.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/geo_map_context_menu.ts b/apps/client/src/widgets/type_widgets/geo_map_context_menu.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/geo_map_context_menu.ts rename to apps/client/src/widgets/type_widgets/geo_map_context_menu.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/image.ts b/apps/client/src/widgets/type_widgets/image.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/image.ts rename to apps/client/src/widgets/type_widgets/image.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/linters/mermaid.spec.ts b/apps/client/src/widgets/type_widgets/linters/mermaid.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/linters/mermaid.spec.ts rename to apps/client/src/widgets/type_widgets/linters/mermaid.spec.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/linters/mermaid.ts b/apps/client/src/widgets/type_widgets/linters/mermaid.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/linters/mermaid.ts rename to apps/client/src/widgets/type_widgets/linters/mermaid.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/mermaid.ts b/apps/client/src/widgets/type_widgets/mermaid.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/mermaid.ts rename to apps/client/src/widgets/type_widgets/mermaid.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/mind_map.ts b/apps/client/src/widgets/type_widgets/mind_map.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/mind_map.ts rename to apps/client/src/widgets/type_widgets/mind_map.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/none.ts b/apps/client/src/widgets/type_widgets/none.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/none.ts rename to apps/client/src/widgets/type_widgets/none.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/note_map.ts b/apps/client/src/widgets/type_widgets/note_map.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/note_map.ts rename to apps/client/src/widgets/type_widgets/note_map.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/advanced/database_anonymization.ts b/apps/client/src/widgets/type_widgets/options/advanced/database_anonymization.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/advanced/database_anonymization.ts rename to apps/client/src/widgets/type_widgets/options/advanced/database_anonymization.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/advanced/database_integrity_check.ts b/apps/client/src/widgets/type_widgets/options/advanced/database_integrity_check.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/advanced/database_integrity_check.ts rename to apps/client/src/widgets/type_widgets/options/advanced/database_integrity_check.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/advanced/sync.ts b/apps/client/src/widgets/type_widgets/options/advanced/sync.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/advanced/sync.ts rename to apps/client/src/widgets/type_widgets/options/advanced/sync.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/advanced/vacuum_database.ts b/apps/client/src/widgets/type_widgets/options/advanced/vacuum_database.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/advanced/vacuum_database.ts rename to apps/client/src/widgets/type_widgets/options/advanced/vacuum_database.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings.ts b/apps/client/src/widgets/type_widgets/options/ai_settings.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings.ts rename to apps/client/src/widgets/type_widgets/options/ai_settings.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/ai_settings_widget.ts b/apps/client/src/widgets/type_widgets/options/ai_settings/ai_settings_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/ai_settings_widget.ts rename to apps/client/src/widgets/type_widgets/options/ai_settings/ai_settings_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/index.ts b/apps/client/src/widgets/type_widgets/options/ai_settings/index.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/index.ts rename to apps/client/src/widgets/type_widgets/options/ai_settings/index.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/interfaces.ts b/apps/client/src/widgets/type_widgets/options/ai_settings/interfaces.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/interfaces.ts rename to apps/client/src/widgets/type_widgets/options/ai_settings/interfaces.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/providers.ts b/apps/client/src/widgets/type_widgets/options/ai_settings/providers.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/providers.ts rename to apps/client/src/widgets/type_widgets/options/ai_settings/providers.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/template.ts b/apps/client/src/widgets/type_widgets/options/ai_settings/template.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/ai_settings/template.ts rename to apps/client/src/widgets/type_widgets/options/ai_settings/template.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/code_block.ts b/apps/client/src/widgets/type_widgets/options/appearance/code_block.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/code_block.ts rename to apps/client/src/widgets/type_widgets/options/appearance/code_block.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/electron_integration.ts b/apps/client/src/widgets/type_widgets/options/appearance/electron_integration.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/electron_integration.ts rename to apps/client/src/widgets/type_widgets/options/appearance/electron_integration.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/fonts.ts b/apps/client/src/widgets/type_widgets/options/appearance/fonts.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/fonts.ts rename to apps/client/src/widgets/type_widgets/options/appearance/fonts.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/max_content_width.ts b/apps/client/src/widgets/type_widgets/options/appearance/max_content_width.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/max_content_width.ts rename to apps/client/src/widgets/type_widgets/options/appearance/max_content_width.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/ribbon.ts b/apps/client/src/widgets/type_widgets/options/appearance/ribbon.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/ribbon.ts rename to apps/client/src/widgets/type_widgets/options/appearance/ribbon.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/theme.ts b/apps/client/src/widgets/type_widgets/options/appearance/theme.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/appearance/theme.ts rename to apps/client/src/widgets/type_widgets/options/appearance/theme.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/backup.ts b/apps/client/src/widgets/type_widgets/options/backup.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/backup.ts rename to apps/client/src/widgets/type_widgets/options/backup.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/code_notes/code_auto_read_only_size.ts b/apps/client/src/widgets/type_widgets/options/code_notes/code_auto_read_only_size.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/code_notes/code_auto_read_only_size.ts rename to apps/client/src/widgets/type_widgets/options/code_notes/code_auto_read_only_size.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/code_notes/code_editor.ts b/apps/client/src/widgets/type_widgets/options/code_notes/code_editor.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/code_notes/code_editor.ts rename to apps/client/src/widgets/type_widgets/options/code_notes/code_editor.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/code_notes/code_mime_types.ts b/apps/client/src/widgets/type_widgets/options/code_notes/code_mime_types.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/code_notes/code_mime_types.ts rename to apps/client/src/widgets/type_widgets/options/code_notes/code_mime_types.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/etapi.ts b/apps/client/src/widgets/type_widgets/options/etapi.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/etapi.ts rename to apps/client/src/widgets/type_widgets/options/etapi.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/i18n/i18n.ts b/apps/client/src/widgets/type_widgets/options/i18n/i18n.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/i18n/i18n.ts rename to apps/client/src/widgets/type_widgets/options/i18n/i18n.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/i18n/language.ts b/apps/client/src/widgets/type_widgets/options/i18n/language.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/i18n/language.ts rename to apps/client/src/widgets/type_widgets/options/i18n/language.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/images/images.ts b/apps/client/src/widgets/type_widgets/options/images/images.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/images/images.ts rename to apps/client/src/widgets/type_widgets/options/images/images.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/multi_factor_authentication.ts b/apps/client/src/widgets/type_widgets/options/multi_factor_authentication.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/multi_factor_authentication.ts rename to apps/client/src/widgets/type_widgets/options/multi_factor_authentication.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/options_widget.ts b/apps/client/src/widgets/type_widgets/options/options_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/options_widget.ts rename to apps/client/src/widgets/type_widgets/options/options_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/attachment_erasure_timeout.ts b/apps/client/src/widgets/type_widgets/options/other/attachment_erasure_timeout.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/attachment_erasure_timeout.ts rename to apps/client/src/widgets/type_widgets/options/other/attachment_erasure_timeout.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/html_import_tags.ts b/apps/client/src/widgets/type_widgets/options/other/html_import_tags.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/html_import_tags.ts rename to apps/client/src/widgets/type_widgets/options/other/html_import_tags.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/network_connections.ts b/apps/client/src/widgets/type_widgets/options/other/network_connections.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/network_connections.ts rename to apps/client/src/widgets/type_widgets/options/other/network_connections.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/note_erasure_timeout.ts b/apps/client/src/widgets/type_widgets/options/other/note_erasure_timeout.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/note_erasure_timeout.ts rename to apps/client/src/widgets/type_widgets/options/other/note_erasure_timeout.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/revision_snapshots_limit.ts b/apps/client/src/widgets/type_widgets/options/other/revision_snapshots_limit.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/revision_snapshots_limit.ts rename to apps/client/src/widgets/type_widgets/options/other/revision_snapshots_limit.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/revisions_snapshot_interval.ts b/apps/client/src/widgets/type_widgets/options/other/revisions_snapshot_interval.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/revisions_snapshot_interval.ts rename to apps/client/src/widgets/type_widgets/options/other/revisions_snapshot_interval.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/search_engine.ts b/apps/client/src/widgets/type_widgets/options/other/search_engine.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/search_engine.ts rename to apps/client/src/widgets/type_widgets/options/other/search_engine.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/share_settings.ts b/apps/client/src/widgets/type_widgets/options/other/share_settings.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/share_settings.ts rename to apps/client/src/widgets/type_widgets/options/other/share_settings.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/tray.ts b/apps/client/src/widgets/type_widgets/options/other/tray.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/other/tray.ts rename to apps/client/src/widgets/type_widgets/options/other/tray.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/password/password.ts b/apps/client/src/widgets/type_widgets/options/password/password.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/password/password.ts rename to apps/client/src/widgets/type_widgets/options/password/password.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/password/protected_session_timeout.ts b/apps/client/src/widgets/type_widgets/options/password/protected_session_timeout.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/password/protected_session_timeout.ts rename to apps/client/src/widgets/type_widgets/options/password/protected_session_timeout.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/shortcuts.ts b/apps/client/src/widgets/type_widgets/options/shortcuts.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/shortcuts.ts rename to apps/client/src/widgets/type_widgets/options/shortcuts.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/spellcheck.ts b/apps/client/src/widgets/type_widgets/options/spellcheck.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/spellcheck.ts rename to apps/client/src/widgets/type_widgets/options/spellcheck.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/sync.ts b/apps/client/src/widgets/type_widgets/options/sync.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/sync.ts rename to apps/client/src/widgets/type_widgets/options/sync.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/editor.ts b/apps/client/src/widgets/type_widgets/options/text_notes/editor.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/editor.ts rename to apps/client/src/widgets/type_widgets/options/text_notes/editor.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/heading_style.ts b/apps/client/src/widgets/type_widgets/options/text_notes/heading_style.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/heading_style.ts rename to apps/client/src/widgets/type_widgets/options/text_notes/heading_style.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/highlights_list.ts b/apps/client/src/widgets/type_widgets/options/text_notes/highlights_list.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/highlights_list.ts rename to apps/client/src/widgets/type_widgets/options/text_notes/highlights_list.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/table_of_contents.ts b/apps/client/src/widgets/type_widgets/options/text_notes/table_of_contents.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/table_of_contents.ts rename to apps/client/src/widgets/type_widgets/options/text_notes/table_of_contents.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/text_auto_read_only_size.ts b/apps/client/src/widgets/type_widgets/options/text_notes/text_auto_read_only_size.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/text_notes/text_auto_read_only_size.ts rename to apps/client/src/widgets/type_widgets/options/text_notes/text_auto_read_only_size.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/options/time_selector.ts b/apps/client/src/widgets/type_widgets/options/time_selector.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/options/time_selector.ts rename to apps/client/src/widgets/type_widgets/options/time_selector.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/protected_session.ts b/apps/client/src/widgets/type_widgets/protected_session.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/protected_session.ts rename to apps/client/src/widgets/type_widgets/protected_session.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/read_only_code.ts b/apps/client/src/widgets/type_widgets/read_only_code.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/read_only_code.ts rename to apps/client/src/widgets/type_widgets/read_only_code.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/read_only_text.ts b/apps/client/src/widgets/type_widgets/read_only_text.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/read_only_text.ts rename to apps/client/src/widgets/type_widgets/read_only_text.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/relation_map.ts b/apps/client/src/widgets/type_widgets/relation_map.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/relation_map.ts rename to apps/client/src/widgets/type_widgets/relation_map.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/render.ts b/apps/client/src/widgets/type_widgets/render.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/render.ts rename to apps/client/src/widgets/type_widgets/render.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/type_widget.ts b/apps/client/src/widgets/type_widgets/type_widget.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/type_widget.ts rename to apps/client/src/widgets/type_widgets/type_widget.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/type_widgets/web_view.ts b/apps/client/src/widgets/type_widgets/web_view.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/type_widgets/web_view.ts rename to apps/client/src/widgets/type_widgets/web_view.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/view_widgets/calendar_view.spec.ts b/apps/client/src/widgets/view_widgets/calendar_view.spec.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/view_widgets/calendar_view.spec.ts rename to apps/client/src/widgets/view_widgets/calendar_view.spec.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/view_widgets/calendar_view.ts b/apps/client/src/widgets/view_widgets/calendar_view.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/view_widgets/calendar_view.ts rename to apps/client/src/widgets/view_widgets/calendar_view.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/view_widgets/list_or_grid_view.ts b/apps/client/src/widgets/view_widgets/list_or_grid_view.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/view_widgets/list_or_grid_view.ts rename to apps/client/src/widgets/view_widgets/list_or_grid_view.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/view_widgets/view_mode.ts b/apps/client/src/widgets/view_widgets/view_mode.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/view_widgets/view_mode.ts rename to apps/client/src/widgets/view_widgets/view_mode.ts diff --git a/_regroup_monorepo/apps/client/src/widgets/watched_file_update_status.ts b/apps/client/src/widgets/watched_file_update_status.ts similarity index 100% rename from _regroup_monorepo/apps/client/src/widgets/watched_file_update_status.ts rename to apps/client/src/widgets/watched_file_update_status.ts diff --git a/package-lock.json b/package-lock.json index e794ec487..a48f66098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25729,7 +25729,7 @@ "version": "5.7.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", - "dev": true, + "devOptional": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -26843,7 +26843,6 @@ "version": "5.98.0", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz", "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==", - "dev": true, "license": "MIT", "dependencies": { "@types/eslint-scope": "^3.7.7", @@ -27232,7 +27231,6 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", @@ -27246,7 +27244,6 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, "license": "BSD-2-Clause", "engines": { "node": ">=4.0"