| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
Fix #13290
|
| | |
| |
| |
| | |
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
* only show allowed visibilities
* "local only" is a switch
notice that the backend will limit the visibility, too
|
| | |
| |
| |
| | |
this mimics glitch-soc behavior
|
| | |
| |
| |
| |
| | |
some whitespace, some types, a missing sound, and a probably wrong API
URL
|
| |\| |
|
| |\| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694)
* refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる
* fix
* fix
* renate to "misskeyApi"
* rename file
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Closes #277
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Closes #223
Reviewed-on: https://git.joinsharkey.org/Sharkey/Sharkey/pulls/246
Reviewed-by: Marie <marie@kaifa.ch>
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`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
|
| |/ / |
|
| |\| |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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: 対応漏れ
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(#12509)
* enhance(frontend): ノートプレビューにCWが反映されるように
* Update CHANGELOG.md
* refactor: 不要な条件を除去
* Revert "refactor: 不要な条件を除去"
This reverts commit e4eff689bd1f2df78411a2f01ee05434e2d298a8.
* fix: やっぱり不要な条件だった
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Closes transfem-org/Sharkey#195
|
| | | |
|
| | |
| |
| |
| | |
Closes transfem-org/Sharkey#191
|
| | |
| |
| |
| | |
Adds the ability to choose between `Sharkey` or `Misskey`
|
| | |
| |
| |
| |
| | |
Co-authored-by: Gaspard Wierzbinski <contact@cpluspatch.com>
Co-authored-by: Marie <marie@kaifa.ch>
|
| | | |
|
| | | |
|
| |\| |
|
| | |
| |
| |
| |
| |
| | |
特定の条件下でノートがnyaizeされない問題を修正
Fix #12331
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | |
|
| | |
| |
| |
| | |
This fixes the fact that likes on mastodon didn't get federated properly and let's instance admins choose a custom emoji
|
| |\ \ |
|
| | | | |
|
| |\ \ \
| |/ /
|/| /
| |/ |
|
| | |
| |
| |
| | |
ノート内のカスタム絵文字をクリックすることで、コピーおよびリアクションができるように
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
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
|