jsmorabito_obsidian-commander/src
johnny1093 2375129fe5 fix: point Open mobile settings button at the Interface tab
openTabById("mobile") targeted a settings tab ID that no longer
exists (pre-existing bug, predates this branch - "mobile" isn't a
category in current Obsidian's settings sidebar). Configure mobile
toolbar actually lives under Interface, per the user; switched to
openTabById("interface") to match the id convention already used for
the View Header button elsewhere in this file. Doesn't deep-link into
the mobile toolbar sub-page specifically (no public API for that),
but at least lands on the right tab instead of doing nothing.
2026-07-11 12:04:39 -04:00
..
__tests__ lint: scope Node/mobile-compat rules off test and config files, tidy up a few regressions 2026-07-11 09:55:13 -04:00
assets feat: add missing features after 1.1.0 update + fix left ribbon, close #57, close #62 2022-12-20 22:46:36 +01:00
manager/commands lint: use window.setTimeout/window.requestAnimationFrame 2026-07-11 10:02:17 -04:00
styles fix: restore forced display override in custom-name modal 2026-07-11 10:51:29 -04:00
ui fix: point Open mobile settings button at the Interface tab 2026-07-11 12:04:39 -04:00
constants.ts fix: resolve all ESLint errors across the codebase 2026-06-13 20:55:23 -04:00
custom.d.ts Publish first BRAT-Release 2022-06-06 18:29:14 +02:00
l10n.ts feat: add missing features after 1.1.0 update + fix left ribbon, close #57, close #62 2022-12-20 22:46:36 +01:00
main.ts lint: use window.setTimeout/window.requestAnimationFrame 2026-07-11 10:02:17 -04:00
types.ts lint: replace remaining any-typed casts with proper types 2026-07-11 09:43:37 -04:00
util.tsx fix: don't call createEl as a method on activeDocument itself 2026-07-11 10:59:19 -04:00