mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-24 05:21:02 -08:00
Fix/sub wiki tag tree (#667)
* fix: different out path on macos * fix: let go hibernation promise, so it's faster on macos * log marker [test-id-TIDGI_MINI_WINDOW_CREATED] * Skip registerShortcutByKey in test * fix: mini window on mac * Remove useless log marker * Update handleAttachToTidgiMiniWindow.ts * fix: log marker check all log files * lint * fix: open in new window now showing wiki title * Update package.json * feat: basic load and save to sub wiki using in-tag-tree-of * fix: load sub-wiki content and prevent echo * fix: test and ui logic * test: refactor subwiki test logic to a file * refactor: shorten steps by using dedicated step, and test underlying micro steps * fix: review * refactor: remove outdated method signature * test: unit cover adaptor subwiki routing * Update FileSystemAdaptor.routing.test.ts * fix: merge issue
This commit is contained in:
parent
8a84d9b468
commit
c2be8e4186
57 changed files with 2176 additions and 414 deletions
|
|
@ -274,7 +274,7 @@ export class WatchFileSystemAdaptor extends FileSystemAdaptor {
|
|||
// Initialize sub-wiki watchers
|
||||
await this.initializeSubWikiWatchers();
|
||||
// Log stabilization marker for tests
|
||||
this.logger.log('[test-id-WATCH_FS_STABILIZED] Watcher has stabilized', { level: 'debug' });
|
||||
this.logger.log('[test-id-WATCH_FS_STABILIZED] Watcher has stabilized');
|
||||
} catch (error) {
|
||||
this.logger.alert('WatchFileSystemAdaptor Failed to initialize file watching:', error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue