mistykey/packages
dakkar 8b1a0f1226 replace URL path for inlined SearchMarkers - fixes #1154
The search index looks like:

```ts
[
 {
   id: 'foo', label: 'security',
   path: '/settings/security', inlining: ['2fa'],
 },
 {
   id: '2fa',
   label: 'two-factor auth',
   path: '/settings/2fa', // guessed wrong by the index generation
 },
 {
   id: 'aaaa',
   parentId: '2fa',
   label: 'totp',
 },
 …
]
```

This file post-processes that index and re-parents the inlined
sections. Problem was, it left the (wrong) `path` untouched.

Replacing the `path` makes the search work fine.
2025-07-17 16:36:50 +01:00
..
backend disable outgoing mastodon quotes 2025-07-04 12:54:52 -04:00
frontend replace URL path for inlined SearchMarkers - fixes #1154 2025-07-17 16:36:50 +01:00
frontend-embed Merge branch 'develop' into upstream/2025.5.0 2025-06-20 10:44:34 +01:00
frontend-shared Merge branch 'develop' into upstream/2025.5.0 2025-06-13 08:43:17 +01:00
megalodon fix indents in megalodon files 2025-06-12 21:11:17 -04:00
misskey-bubble-game use uncaughtExceptionMonitor instead uncaughtException 2025-06-12 21:36:46 -04:00
misskey-js merge: misskey 2025.5.0 (!1028) 2025-06-29 09:54:12 +00:00
misskey-reversi use uncaughtExceptionMonitor instead uncaughtException 2025-06-12 21:36:46 -04:00
shared exclude storybook components from restricted globals rule 2025-04-02 10:42:04 -04:00
sw enable TypeScript incremental mode to speed up IDEs 2025-05-28 21:31:39 -04:00
meta.json