summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteSub.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: don't show quoted toast on cancel of quote noteMarie2024-09-161-2/+4
|
* update all our uses of `os.popup`dakkar2024-08-141-7/+21
|
* replaced a bunch of ti-*dakkar2024-06-221-1/+1
|
* 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.
* Reactions not working on child notes in detailed viewMarie2024-02-221-2/+2
|
* 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
| |
* | rework boost visibility #388dakkar2024-02-161-39/+8
| | | | | | | | | | | | | | * only show allowed visibilities * "local only" is a switch notice that the backend will limit the visibility, too
* | upd: expandAllCws also expands all long posts on first clickShittyKopper2024-02-041-1/+1
| | | | | | | | this mimics glitch-soc behavior
* | align Sk & Mk variants of componentsdakkar2024-01-211-7/+7
| | | | | | | | | | some whitespace, some types, a missing sound, and a probably wrong API URL
* | merge: upstreamMarie2024-01-091-2/+2
|\|
* | merge: upstreamMarie2024-01-091-11/+12
|\|
| * refactor(frontend): ↵おさむのひと2024-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* | fix: lintMarie2024-01-021-0/+2
| |
* | fix: like button not playing reaction soundMarie2024-01-021-0/+1
| |
* | upd: add boost settingsMarie2024-01-011-30/+34
| |
* | fix: button effect not lining up on sub notes|Marie2023-12-291-1/+1
| | | | | | | | Closes #277
* | merge: real-time updates on note detail view (#246)Marie2023-12-231-4/+20
|\ \ | | | | | | | | | | | | | | | | | | Closes #223 Reviewed-on: https://git.joinsharkey.org/Sharkey/Sharkey/pulls/246 Reviewed-by: Marie <marie@kaifa.ch>
| * | add missing `.value`dakkar2023-12-231-2/+2
| | |
| * | real-time update: adjust replyCount up/downdakkar2023-12-231-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this also fixes the connecting lines in the Sk-style view thanks @ShittyKopper for reporting the bug! NOTE: at this point, the `isDeletedRef` boolean is pretty much useless, because we're directly removing deleted notes from the `replies` array and therefore from the DOM (we were just hiding them, before); I'm intentionally not touching `isDeletedRef` to simplify merges from upstream
| * | real-time update: hide deleted repliesdakkar2023-12-231-1/+1
| | |
| * | real-time updates on note detail viewdakkar2023-12-231-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `useNoteCapture` already subscribes to all updates for a note, so we can tell it when a note gets replied to, too Since I'm not actually adding any extra subscription in the client, just an extra callback, there should be no overhead when replies are not coming in. Also, all the timelines already call `useNoteCapture` for each note displayed, so we know the whole `GlobalEventService` thing works fine. Many thanks to VueJS for taking care of all the DOM complications
* | | fix: note footer not properly resizingMarie2023-12-231-1/+2
|/ /
* | merge: upstreamMarie2023-12-231-22/+21
|\|
| * Remove unused imports (#12730)woxtu2023-12-211-1/+0
| |
| * refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: やっぱり不要な条件だった
* | upd: add option for reply depthShittyKopper2023-12-081-2/+3
| |
* | upd: add additional check to visibility selector for boostMar0xy2023-12-041-1/+1
| |
* | add: choose boost visibility when clicking boostMar0xy2023-12-041-2/+40
| | | | | | | | Closes transfem-org/Sharkey#195
* | fix: quotes showing in replies on a noteMar0xy2023-12-031-0/+1
| |
* | add: auto uncollapse CW on all notes optionMar0xy2023-12-031-1/+1
| | | | | | | | Closes transfem-org/Sharkey#191
* | upd: add option to select between note designsMar0xy2023-12-021-68/+12
| | | | | | | | Adds the ability to choose between `Sharkey` or `Misskey`
* | upd: rework threading/post ui 1/2Insert5StarName2023-12-021-12/+68
| | | | | | | | | | Co-authored-by: Gaspard Wierzbinski <contact@cpluspatch.com> Co-authored-by: Marie <marie@kaifa.ch>
* | upd: remove quote button restriction and coloringMar0xy2023-11-291-31/+1
| |
* | upd: use `null` as default on user like settingMar0xy2023-11-281-1/+1
| |
* | merge: upstreamMar0xy2023-11-221-1/+1
|\|
| * fix(frontend): ↵syuilo2023-11-151-1/+1
| | | | | | | | | | | | 特定の条件下でノートがnyaizeされない問題を修正 Fix #12331
* | upd: change the way likes get handledMar0xy2023-11-161-6/+5
| |
* | upd: Allow users to change default like emojiMar0xy2023-11-161-2/+3
| | | | | | | | | | | | | | | | When users change the default like emoji in reactions tab from heart to another one it will be send out as that specific emoji. If reset back to heart it will default to the instance like emoji again which is heart by default. Closes transfem-org/Sharkey#95
* | fix: like not being setMar0xy2023-11-121-1/+1
| |
* | add: custom like emoji per instance, fix likeMar0xy2023-11-121-1/+2
| | | | | | | | This fixes the fact that likes on mastodon didn't get federated properly and let's instance admins choose a custom emoji
* | merge: developMar0xy2023-11-041-1/+1
|\ \
| * | fix: icons being inconsistent and PG (#136)Amelia Yukii2023-11-031-1/+1
| | |
* | | 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-3/+3
| | | | | | | | | | | | 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