summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): remove useCssModule (#8999)tamaina2022-07-142-6/+2
| | | | | | | | | * refactor(client): remove useCssModule() * use MkStickyContainer * Revert "use MkStickyContainer" This reverts commit 639746786bb7e3342db9cbd3452854fc29aacf88.
* use MkStickyContainer (#9000)tamaina2022-07-143-33/+14
|
* Revert "fix(client): revert es2017"syuilo2022-07-141-308/+310
| | | | This reverts commit 0ddabdbf68767566fd8f4fdeab1de82535dc44cb.
* Revert "debug"syuilo2022-07-141-30/+0
| | | | This reverts commit fa5140310f05c00d641e794329073eb7d44f6825.
* Revert "debug"syuilo2022-07-141-8/+0
| | | | This reverts commit 800bbc4328e27944e785d2ad50da0293df0ee114.
* debugsyuilo2022-07-141-0/+8
|
* debugsyuilo2022-07-141-0/+30
|
* fix(client): revert es2017syuilo2022-07-141-310/+308
|
* chore(client): tweak uisyuilo2022-07-142-11/+21
|
* refactor(client): rename menu(sidebar) -> navbarsyuilo2022-07-1412-56/+56
|
* chore(client): tweak stylesyuilo2022-07-141-1/+1
|
* chore(client): trust iossyuilo2022-07-1324-25/+25
|
* lit fixessyuilo2022-07-132-2/+2
|
* fix(client): hide bot protection warning with disabled registrations (#8794)Andreas Nedbal2022-07-131-1/+1
| | | | | | | | | | * fix(client): hide bot protection warning with disabled registrations * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: add `es2017` build target (#8931)Johann1502022-07-134-352/+353
| | | | | | | * remove top level awaits * add es2017 target * refactor: use setup and ref sugar
* chore(client): fix routingsyuilo2022-07-131-1/+3
|
* fix(client): fix url encoded string handling of niraxsyuilo2022-07-133-15/+17
| | | | Fix #8878
* :art:syuilo2022-07-131-1/+1
|
* chore(client): tweak explore pagesyuilo2022-07-132-11/+9
|
* chore(client): fix type defsyuilo2022-07-131-1/+1
|
* chore(client): fix mention stylesyuilo2022-07-131-2/+1
|
* :art:syuilo2022-07-133-6/+6
|
* chore(client): tweak uisyuilo2022-07-123-4/+4
|
* feat: support <plain> syntax for mfmsyuilo2022-07-121-0/+4
|
* enhance(client): improve widgets componentsyuilo2022-07-111-58/+70
|
* re: update mfm-js 0.23.0-canary.1syuilo2022-07-111-1/+1
|
* chore: fix lint errors (#8981)yzhe8192022-07-105-9/+9
|
* enhance(client): update themessyuilo2022-07-105-109/+52
|
* chore(client): tweak stylesyuilo2022-07-101-1/+1
|
* fix(client): fix style of mentionsyuilo2022-07-101-18/+19
|
* enhance: make active email validation configurablesyuilo2022-07-091-0/+16
|
* enhance: show recipients of notes with specified visibility (#8949)Johann1502022-07-076-49/+61
| | | | | | | | | | | | | | | * enhance: reusable visibility component * rename renote tooltip component The tooltip that is used for renotes can be used in other cases as well. * add tooltip for specified recipients * add changelog entry * Update visibility.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: auto nsfw detection (#8840)syuilo2022-07-076-25/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: auto nsfw detection * :v: * Update ja-JP.yml * Update ja-JP.yml * ポルノ判定のしきい値を高めに * エラーハンドリングちゃんとした * Update ja-JP.yml * 感度設定を強化 * refactor * feat: add video support for auto nsfw detection * rename: image -> media * .js * fix: add missing error handling * fix: use valid pathname instead of using filename due to invalid usage * perf(nsfw-detection): decode frames * disable detection of video for some reasons * perf(nsfw-detection): streamify detection process for video * disable disallowUploadWhenPredictedAsPorn option * fix(nsfw-detection): improve reliability * fix(nsfw-detection): use Math.ceil instead of Math.round * perf(nsfw-detection): delete tmp frames after used * fix(nsfw-detection): FSWatcher does not emit ready event * perf(nsfw-detection): skip black frames * refactor: strip exists check * Update package.json * めっちゃ変えた * lint * Update COPYING * オプションで動画解析できるように * Update yarn.lock * Update CHANGELOG.md Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* chore(client): tweak uisyuilo2022-07-073-22/+26
|
* chore(client): tweak uisyuilo2022-07-073-28/+35
|
* chore(client): tweak uisyuilo2022-07-071-3/+7
|
* chore(client): tweak uisyuilo2022-07-071-1/+1
|
* enhance(client): make widgets available on tablet againsyuilo2022-07-071-14/+1
|
* chore(client): tweak stylesyuilo2022-07-073-3/+3
|
* chore(client): tweak uisyuilo2022-07-071-41/+2
|
* refactor: use overflow-y to determine scroll containerJohann1502022-07-061-6/+2
| | | | | | By using `overflow-y` instead of `overflow` using `endsWith` can be avoided and represents the data we are actually interested in here more accurately.
* refactor: use autofocus parameterJohann1502022-07-061-14/+1
| | | | | Using the `ref` seems to be broken but using the autofocus parameter seems to fix it.
* chore(client): tweak stylesyuilo2022-07-061-1/+1
|
* perf(client): trying improve perf of emoji-pickersyuilo2022-07-061-2/+2
|
* Revert "revert emoji picker changes"syuilo2022-07-062-29/+28
| | | | This reverts commit 38d5303ccd067e67f11ae130b643713f6ca86eef.
* fix prismjs importJohann1502022-07-061-1/+1
| | | | fixes #8944
* revert emoji picker changessyuilo2022-07-062-28/+29
|
* fix(client): ↵syuilo2022-07-063-3/+17
| | | | テーマを作成するとクライアントが起動しなくなる
* chore(client): rendering performance tweak a bitsyuilo2022-07-052-8/+8
|
* chore(client): rendering performance tweak a bitsyuilo2022-07-055-84/+85
|