- Dec 23, 2023
-
-
dakkar authored
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
-
dakkar authored
-
dakkar authored
`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
-
Marie authored
-
syuilo authored
-
anatawa12 authored
なぜかわからないけど元々Quoteはできるようなのでそれに戻しました
-
syuilo authored
-
syuilo authored
* New translations ja-jp.yml (Korean) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Chinese Traditional)
-
syuilo authored
-
皐月なふ (Nafu Satsuki) authored
-
おさむのひと authored
-
syuilo authored
-
おさむのひと authored
-
Marie authored
-
Marie authored
Closes #250
-
syuilo authored
-
GrapeApple0 authored
* feat: 使い捨てアドレスのドメインを手動で設定できるように * Update CHANGELOG.md * disposableEmailDomains -> bannedEmailDomains * isBlockedHostを使うように
-
Nya Candy authored
-
Marie authored
-
Marie authored
-
- Dec 22, 2023
-
-
syuilo authored
-
Marie authored
This works almost exactly like FF's custom MOTDs with the only difference being that they get defined in the config file for performance reasons. Closes #86
-
syuilo authored
-
syuilo authored
-
ikasoba authored
* 多分できたかも * 不要なpropsを削除 * 不要なimportを削除 * 縁を付けた * 枠線の位置を端に寄せた * やっぱり内側へ寄せることにした * できたかも * 修正 * 修正 * クラスにまとめた * 微調整 * 直せたかも * importを付け足し * 多分できたかも * Update channel.vue * Update MkMenu.vue * Update channel.vue * Update CHANGELOG.md --------- Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
Marie authored
Closes #212
-
かっこかり authored
* misskey hub のリンクを変更 * misskey-hub.net -> assets.misskey-hub.net Related to misskey-dev/misskey-hub-next#57
-
syuilo authored
-
Marie authored
Closes #150
-
syuilo authored
* New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (English)
-
zyoshoka authored
-
Marie authored
-
anatawa12 authored
* fix: quote notes are rendered as pure renote * fix: filesが指定されてて空配列のときにQuote扱いされる * chore: isQuoteの仕様をmisc/is-quote.tsと揃える * docs: is-quote.tsの方にNoteCreateService.isQuoteのことを書いて更新忘れを防ぐ
-
Marie authored
-
おさむのひと authored
* fix test * fix test * fix test * fix test * fix test
-
- Dec 21, 2023