summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkCodeEditor.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-051-1/+1
|\ | | | | | | | | | | | | | | # Conflicts: # .github/workflows/storybook.yml # package.json # packages/frontend/src/utility/autogen/settings-search-index.ts # pnpm-lock.yaml
| * refactor(frontend): refactor stylessyuilo2025-04-051-1/+1
| |
* | merge upstreamHazelnoot2025-03-251-2/+2
|\|
| * refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-191-2/+2
| |
* | probably fix most renamed CSS variablesdakkar2024-11-081-3/+3
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-7/+7
|\|
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-7/+7
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* | replaced ti-device-floppydakkar2024-06-221-1/+1
| |
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
| * enhance(frontend): ↵かっこかり2024-02-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | シンタックスハイライトにテーマを適用できるように (#13175) * enhance(frontend): シンタックスハイライトにテーマを適用できるように * Update Changelog * こっちも * テーマの値がディープマージされるように * 常にテーマ設定に準じるように * テーマ更新時に新しいshikiテーマを読み込むように
* | merge: upstreamMarie2024-02-061-2/+3
| |
* | added lines and lines to errorsKevinWh02024-02-021-0/+2
| |
* | merge: upstreamMarie2024-01-091-9/+6
|\|
| * fix(frontend): MkCodeEditorのデータバインディングを修正 (#12885)かっこかり2024-01-021-9/+6
| | | | | | | | | | * (fix) MkCodeEditorの双方向データバインディング * fix
* | chore: fix iconsMarie2023-12-311-1/+1
| |
* | fix: un-hardcode more border radius valuesShittyKopper2023-12-261-2/+2
| | | | | | | | | | all of these are blind find and replace, no clue if they end up breaking anything
* | merge: upstreamMarie2023-12-231-20/+72
|\|
| * (enhance) コード入力をMkCodeEditorに変更 (#12682)かっこかり2023-12-161-21/+67
| |
| * refactor(frontend): remove redundant class names (#12618)Acid Chicken (硫酸鶏)2023-12-101-1/+1
| |
| * fix(frontend): ↵かっこかり2023-11-231-0/+6
| | | | | | | | | | | | | | コードエディタが正しく表示されない問題を修正 (#12418) * (fix) コードエディタが正しく表示されない問題を修正 * Update Changelog
* | upd: replace more hardcoded radius valuesShittyKopper2023-11-011-1/+1
|/
* MkCodeのパースエンジンをShikiに変更 (#12102)かっこかり2023-10-291-0/+166
* (swap) prism -> shiki * fix styles * (bump) aiscript-vscode to v0.0.5 * refactor * replace prism-editor (beta) * Update scratchpad.vue * (enhance) MkCodeEditor自動インデント改行 * (fix) lint * (add) scratchpad: MkStickyContainer * Update CHANGELOG.md * clean up --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>