Johann150
cb687fa9bf
refactor: signup component as composition api ( #8957 )
2022-07-15 17:14:05 +09:00
syuilo
52a3dd2f25
chore(client): improve usability
2022-07-14 23:50:07 +09:00
tamaina
0a8d24702f
refactor(client): remove useCssModule ( #8999 )
...
* refactor(client): remove useCssModule()
* use MkStickyContainer
* Revert "use MkStickyContainer"
This reverts commit 639746786bb7e3342db9cbd3452854fc29aacf88.
2022-07-14 23:32:00 +09:00
tamaina
2759fa5891
use MkStickyContainer ( #9000 )
2022-07-14 23:31:01 +09:00
syuilo
5f2a3917e6
Revert "fix(client): revert es2017"
...
This reverts commit 0ddabdbf68767566fd8f4fdeab1de82535dc44cb.
2022-07-14 22:14:42 +09:00
syuilo
94dece7946
Revert "debug"
...
This reverts commit fa5140310f05c00d641e794329073eb7d44f6825.
2022-07-14 22:13:04 +09:00
syuilo
8678e4d2c8
Revert "debug"
...
This reverts commit 800bbc4328e27944e785d2ad50da0293df0ee114.
2022-07-14 22:13:00 +09:00
syuilo
6184f34c91
debug
2022-07-14 21:40:30 +09:00
syuilo
3b199acdd2
debug
2022-07-14 21:32:21 +09:00
syuilo
0d28146099
fix(client): revert es2017
2022-07-14 21:06:07 +09:00
syuilo
22b02f0f72
chore(client): tweak ui
2022-07-14 17:52:59 +09:00
syuilo
6b1a892a86
refactor(client): rename menu(sidebar) -> navbar
2022-07-14 17:42:12 +09:00
syuilo
8a5a10077e
chore(client): tweak style
2022-07-14 17:22:06 +09:00
syuilo
66ce279232
chore(client): trust ios
2022-07-13 21:41:06 +09:00
syuilo
bc4fb0ad6b
lit fixes
2022-07-13 21:39:16 +09:00
Andreas Nedbal
0e9dec388b
fix(client): hide bot protection warning with disabled registrations ( #8794 )
...
* 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>
2022-07-13 21:23:20 +09:00
Johann150
e53284dc20
fix: add es2017
build target ( #8931 )
...
* remove top level awaits
* add es2017 target
* refactor: use setup and ref sugar
2022-07-13 21:17:19 +09:00
syuilo
d71af6ab8e
chore(client): fix routing
2022-07-13 18:28:04 +09:00
syuilo
65ec13a137
fix(client): fix url encoded string handling of nirax
...
Fix #8878
2022-07-13 18:11:54 +09:00
syuilo
80b6b9966a
🎨
2022-07-13 18:09:47 +09:00
syuilo
c2e1cd19e7
chore(client): tweak explore page
2022-07-13 18:09:41 +09:00
syuilo
cedad19a89
chore(client): fix type def
2022-07-13 16:33:52 +09:00
syuilo
dc969590e8
chore(client): fix mention style
2022-07-13 16:33:39 +09:00
syuilo
f9929c7a7b
🎨
2022-07-13 16:33:18 +09:00
syuilo
ac335a17ae
chore(client): tweak ui
2022-07-12 22:42:50 +09:00
syuilo
235e55790b
feat: support <plain> syntax for mfm
2022-07-12 12:03:38 +09:00
syuilo
5f3245a921
enhance(client): improve widgets component
2022-07-11 23:36:39 +09:00
syuilo
fa72ec1f08
re: update mfm-js 0.23.0-canary.1
2022-07-11 23:13:23 +09:00
yzhe819
2d69600539
chore: fix lint errors ( #8981 )
2022-07-10 19:47:29 +09:00
syuilo
d97cae841d
enhance(client): update themes
2022-07-10 15:36:02 +09:00
syuilo
83e3fca600
chore(client): tweak style
2022-07-10 15:35:43 +09:00
syuilo
f73871e73e
fix(client): fix style of mention
2022-07-10 13:16:11 +09:00
syuilo
638f0eba12
enhance: make active email validation configurable
2022-07-09 15:05:55 +09:00
Johann150
84fe65fc3a
enhance: show recipients of notes with specified visibility ( #8949 )
...
* 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>
2022-07-07 21:17:47 +09:00
syuilo
ed5d81859f
feat: auto nsfw detection ( #8840 )
...
* feat: auto nsfw detection
* ✌️
* 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>
2022-07-07 21:06:37 +09:00
syuilo
f70965a258
chore(client): tweak ui
2022-07-07 21:00:42 +09:00
syuilo
011df8b99d
chore(client): tweak ui
2022-07-07 20:19:50 +09:00
syuilo
4ba0d551e0
chore(client): tweak ui
2022-07-07 18:06:34 +09:00
syuilo
167a149a51
chore(client): tweak ui
2022-07-07 17:55:47 +09:00
syuilo
8034c60ae5
enhance(client): make widgets available on tablet again
2022-07-07 17:29:30 +09:00
syuilo
dc3508f784
chore(client): tweak style
2022-07-07 17:28:21 +09:00
syuilo
e39f762db5
chore(client): tweak ui
2022-07-07 17:28:13 +09:00
Johann150
1c0966726b
refactor: use overflow-y to determine scroll container
...
By using `overflow-y` instead of `overflow` using `endsWith` can be
avoided and represents the data we are actually interested in here
more accurately.
2022-07-06 19:02:39 +02:00
Johann150
0af344b4e3
refactor: use autofocus parameter
...
Using the `ref` seems to be broken but using the autofocus parameter
seems to fix it.
2022-07-06 18:23:05 +02:00
syuilo
95ca3ab718
chore(client): tweak style
2022-07-06 18:20:32 +09:00
syuilo
21cdbdc7c8
perf(client): trying improve perf of emoji-picker
2022-07-06 07:54:04 +09:00
syuilo
2015c81ce4
Revert "revert emoji picker changes"
...
This reverts commit 38d5303ccd067e67f11ae130b643713f6ca86eef.
2022-07-06 07:30:56 +09:00
Johann150
d7ed3c370e
fix prismjs import
...
fixes #8944
2022-07-06 00:29:51 +02:00
syuilo
7672369a7d
revert emoji picker changes
2022-07-06 07:26:58 +09:00
syuilo
1ceeec7cfa
fix(client): テーマを作成するとクライアントが起動しなくなる
2022-07-06 07:08:45 +09:00