misskey/packages
かっこかり 927aa9dc3d
fix(frontend): inline な SearchMarker のパスが正しくない問題を修正 (#16301)
* replace URL path for inlined SearchMarkers

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.

* Update Changelog

---------

Co-authored-by: dakkar <dakkar@thenautilus.net>
2025-07-30 14:39:55 +09:00
..
backend fix(deps): Node.jsの最小バージョンを引き上げ (#16296) 2025-07-17 13:20:43 +09:00
frontend fix(frontend): inline な SearchMarker のパスが正しくない問題を修正 (#16301) 2025-07-30 14:39:55 +09:00
frontend-embed perf(frontend): draw-blurhash workerの結果をpostMessageする際にImageBitmapを移譲する (#16330) 2025-07-30 09:30:07 +09:00
frontend-shared fix(deps): update [frontend] update dependencies (#16202) 2025-07-17 12:14:19 +09:00
icons-subsetter fix(deps): update [frontend] update dependencies (#16202) 2025-07-17 12:14:19 +09:00
misskey-bubble-game fix(deps): update [frontend] update dependencies (#16202) 2025-07-17 12:14:19 +09:00
misskey-js Release: 2025.7.0 2025-07-18 00:27:57 +00:00
misskey-reversi fix(deps): update [frontend] update dependencies (#16202) 2025-07-17 12:14:19 +09:00
shared fix: node.js の punycode モジュールが使用されている場所がある問題 (#15248) 2025-01-14 12:37:39 +00:00
sw fix(deps): update [frontend] update dependencies (#16202) 2025-07-17 12:14:19 +09:00
meta.json