Fix/update modules#16
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
依存関係の追加・UI 修正・リファクタリング
概要
変更内容
バグ修正
アイコンちらつきの修正
@iconify-json/mdiを追加し、addCollectionでアプリ起動時に MDI アイコンをバンドルに含めるよう変更。ネットワークフェッチを廃止し、初回ロード時の一瞬の空白を解消。Cheerio の HTML 出力修正
add-anchor-copy.ts/figure.ts/highlight.tsで$.html()の代わりに$("body").html()を使用するよう変更。$.html()が<html><body>などの余分なタグを含めて出力していた問題を修正。Svelte 5 API 移行
$app/storesのpageストアを$app/stateのpageオブジェクトに置き換え(+layout.svelte,+error.svelte)$page.xxx→page.xxxに更新スタイル調整
#date-atのスタイルを記事外に切り出しspacing-8→spacing-10に拡大1fr→1fr 1frに変更(2カラム表示)#blogsセクションにパディングを追加target="_blank"を追加、技術スタック一覧のレイアウトを flex に変更その他
src/ambient.d.tsを追加し、CSS/フォントモジュールの型宣言を一元管理