summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteSimple.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lint and type fixesHazelnoot2025-04-011-1/+1
|
* add DynamicNoteSimple.vueHazelnoot2025-04-011-1/+1
|
* copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-2/+2
|
* factor out shared "compute-merged-cw" routineHazelnoot2025-02-161-8/+2
|
* append mandatory CW in all note views (Mk/Sk/Em + basic/Detailed/Simple/Sub)Hazelnoot2025-02-161-4/+13
|
* merge: upstream changes for 2024.11 (!742)dakkar2024-12-151-4/+4
|\ | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/742 Closes #645 and #646 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
| * update css variable referencesdakkar2024-12-121-2/+2
| |
| * Merge branch 'develop' into feature/2024.10dakkar2024-12-121-2/+51
| |\
| * | probably fix most renamed CSS variablesdakkar2024-11-081-1/+1
| | |
| * | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-1/+1
| |\ \
| | * | refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
* | | | Add locales and new navbar entryMarie2024-12-121-1/+1
| |_|/ |/| |
* | | Apply suggestionsMarie2024-12-091-1/+1
| | |
* | | upd: use apiWithDialog instead of misskeyApiMarie2024-12-091-9/+4
| | |
* | | fix: missing MKButton importMarie2024-12-091-0/+1
| | |
* | | fix: drive content not being loadedMarie2024-12-091-0/+2
| | |
* | | feat: 노트 게시를 예약할 수 있음 (yojo-art/cherrypick#483, ↵NoriDev2024-12-091-2/+53
|/ / | | | | | | [Type4ny-Project/Type4ny@271c872c](https://github.com/Type4ny-Project/Type4ny/commit/271c872c97f215ef5d8e0be62251dd422a52e5b1))
* | better block display for `<bdi>` elementsdakkar2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | We use MfM in all sorts of places, and only some of them are actual blocks. We can now tell the `Mfm` component to make the top-level `<bdi>` a block when we need to (mostly note bodies, user descriptions, announcements) and leave it inline in all other places. This should still rendener inline rtl content embedded in ltr text in a sensible way, while providing right-alignment for fully rtl blocks.
* | 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
| |
* | upd: expandAllCws also expands all long posts on first clickShittyKopper2024-02-041-1/+1
| | | | | | | | this mimics glitch-soc behavior
* | merge: upstreamMarie2023-12-231-5/+4
|\|
| * Remove unused imports (#12730)woxtu2023-12-211-1/+0
| |
| * refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
| * enhance(frontend): ノートプレビューにCWが反映されるように ↵zyoshoka2023-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#12509) * enhance(frontend): ノートプレビューにCWが反映されるように * Update CHANGELOG.md * refactor: 不要な条件を除去 * Revert "refactor: 不要な条件を除去" This reverts commit e4eff689bd1f2df78411a2f01ee05434e2d298a8. * fix: やっぱり不要な条件だった
* | add: auto uncollapse CW on all notes optionMar0xy2023-12-031-1/+2
| | | | | | | | Closes transfem-org/Sharkey#191
* | upd: add option to select between note designsMar0xy2023-12-021-1/+1
| | | | | | | | Adds the ability to choose between `Sharkey` or `Misskey`
* | upd: rework threading/post ui 1/2Insert5StarName2023-12-021-1/+1
| | | | | | | | | | Co-authored-by: Gaspard Wierzbinski <contact@cpluspatch.com> Co-authored-by: Marie <marie@kaifa.ch>
* | fix: quoted notes opening when clicking CW buttonMar0xy2023-11-281-1/+1
| |
* | merge: upstreamMar0xy2023-11-221-1/+1
|\|
| * fix(frontend): ↵syuilo2023-11-151-1/+1
| | | | | | | | | | | | 特定の条件下でノートがnyaizeされない問題を修正 Fix #12331
* | merge: upstreamMar0xy2023-11-041-1/+1
|\|
| * enhance(frontend): ↵syuilo2023-11-041-1/+1
| | | | | | | | ノート内のカスタム絵文字をクリックすることで、コピーおよびリアクションができるように
* | upd: pointer on clickToOpen-able parts of notesShittyKopper2023-11-011-1/+0
| |
* | upd: implement radius settingShittyKopper2023-11-011-1/+1
| | | | | | | | | | | | to keep things manageable i merged a lot of one off values into just a handful of common sizes, so some parts of the ui will look different than upstream even with the "Misskey" rounding mode
* | Revert "prototype: decreased rounding"ShittyKopper2023-11-011-1/+1
| | | | | | | | This reverts commit 7a51e2d404d82a8fa491ad08bc88112a7173dff7.
* | merge: upstreamMar0xy2023-10-311-1/+1
|\|
| * fix(frontend): MFMパース時に意図せずnyaizeされる問題を修正 ↵かっこかり2023-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#12161) * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkNote.vue * (fix) にゃいずをノートでのみ適用 * fix * Fix lint
* | fix: MFM overflowing out of noteMar0xy2023-10-221-0/+3
| | | | | | | | Closes transfem-org/Sharkey#104
* | upd: hide files in post form by defaultMar0xy2023-10-201-1/+2
| | | | | | | | Closes transfem-org/Sharkey#99
* | feat: "show content for all replies" buttonShittyKopper2023-10-171-2/+7
| |
* | prototype: decreased roundingInsert5StarName2023-10-011-1/+1
|/
* refactor(frontend): use ESMsyuilo2023-09-191-1/+1
|
* update deps (#11764)syuilo2023-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* feat: refine announcement (#11497)syuilo2023-08-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): Fix cat ears are awkward on reply modalsyuilo2023-07-261-1/+0
|
* refactorsyuilo2023-05-191-1/+1
|