Commit graph

4074 commits

Author SHA1 Message Date
syuilo b875cc9949
feat: アカウント作成にメールアドレス必須にするオプション (#7856)
* feat: アカウント作成にメールアドレス必須にするオプション

* ui

* fix bug

* fix bug

* fix bug

* 🎨
2021-10-08 13:37:02 +09:00
tamaina 67875e2afa Revert "Fix idb"
This reverts commit dd17065129.
2021-10-07 14:28:22 +09:00
tamaina dd17065129 Fix idb 2021-10-07 14:26:16 +09:00
syuilo 66369b4b1d 🎨 2021-10-03 23:51:54 +09:00
syuilo 9a33495694 🎨 2021-10-03 15:39:39 +09:00
syuilo ef67f3eee6 fix bug 2021-10-03 12:25:59 +09:00
syuilo 9cab659392 🎨 2021-10-03 02:46:58 +09:00
syuilo dcd216daff 🎨 2021-10-03 00:33:29 +09:00
syuilo 8f673d80d4 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2021-10-02 23:11:23 +09:00
syuilo 3e81ebf8e9 🎨 2021-10-02 23:11:21 +09:00
tamaina 19d531922d
enhance: ページロードエラーページにリロードボタンを追加 (#7835)
* wip

* modify page load error page

* add changelog

* サーバーが死んでるエラーを追加

* add MkLoading
2021-10-02 16:36:25 +09:00
syuilo 9109ae02a7 chore: fix bug 2021-10-02 01:08:04 +09:00
syuilo 8d3fe0c5c2 🎨 2021-10-02 00:51:37 +09:00
syuilo f9185f201a fix bug 2021-10-01 19:34:24 +09:00
syuilo 027380c013 fix bug 2021-10-01 19:32:16 +09:00
Johann150 7974dbf477
insert space for unknown MFM functions (#7851) 2021-09-30 22:47:07 +09:00
syuilo 834fb3bebd fix(client): ユーザーページのタブが機能していない問題を修正
Fix #7853
2021-09-30 22:45:20 +09:00
syuilo 18fa317ee7 fix bug 2021-09-30 03:07:47 +09:00
Johann150 414f1d1158
fix: truncate image descriptions (#7699)
* move truncate function to separate file to reuse it

* truncate image descriptions

* show image description limit in UI

* correctly treat null

Co-authored-by: nullobsi <me@nullob.si>

* make truncate Unicode-aware

The strings that truncate returns should now be valid Unicode.

PostgreSQL also counts Unicode Code Points instead of bytes so this
should be correct.

* move truncate to internal, validate in API

Truncating could also be done in src/services/drive/add-file.ts or
src/services/drive/upload-from-url.ts but those would also affect
local images. But local images should result in a hard error if the
image comment is too long.

* avoid overwriting

Co-authored-by: nullobsi <me@nullob.si>
2021-09-30 01:44:22 +09:00
syuilo c5e5a9b8ef 🎨 2021-09-30 01:13:54 +09:00
syuilo 1ac1a968b9 refactor components 2021-09-30 00:50:45 +09:00
syuilo ebce02c253 chore: clean up 2021-09-26 03:25:52 +09:00
syuilo 78b400e8b0 fix(client): MFM関数構文のサジェストで括弧を無視するように 2021-09-26 03:25:00 +09:00
syuilo 8d93f148be 重いというか邪魔 2021-09-26 03:17:16 +09:00
syuilo 4b8a2d2a6b fix(client): 絵文字一覧ページのタグ一覧をとりあえず無効に
重いため
2021-09-26 03:16:30 +09:00
syuilo 5fd549656b chore: clean up 2021-09-26 02:56:02 +09:00
syuilo a70dbb7e74 feat(client): MFM関数構文のサジェストを実装 2021-09-26 02:55:11 +09:00
syuilo a75f3fb87c refactor: fix types 2021-09-26 02:10:07 +09:00
syuilo da71d8f4af fix(client): fix tabs of page header behaviour 2021-09-26 01:53:56 +09:00
syuilo ce4ea5071f enhance(client): アニメーションを減らす設定をメニューのアニメーションにも適用するように
Resolve #7826
2021-09-23 23:01:32 +09:00
syuilo fbbce302bc enhance(client): 非ログイン自は更新ダイアログを出さないように
Resolve #7756
2021-09-22 22:18:08 +09:00
Skehmatics a499ad6879
feat: MFM Sparkle animation (#7813)
* Add sparkle mfm animation 

* Cleanup sparkle effect

+ spaces -> tabs and other codestyle
+ use proper image
+ listen for resizes
+ use font-size to determine particle size (for fun with x2/3/4 stacking)
2021-09-22 22:09:23 +09:00
syuilo 76c5dc8999 fix(client): fix #7774 2021-09-22 21:58:08 +09:00
syuilo 61de9cdbd4 🎨 2021-09-22 21:42:07 +09:00
syuilo 72a49f334a enhance(client): リスト、アンテナタイムラインを個別ページとして分割 2021-09-21 21:04:59 +09:00
syuilo b35ca3b739 🎨 2021-09-21 04:13:54 +09:00
syuilo 85950f17fa 🎨 2021-09-21 04:09:28 +09:00
syuilo 78f95b5910 🎨 2021-09-21 02:01:25 +09:00
tamaina 90bf976fe2
enhance: ノートヘッダーにflex-shrinkを設定し、Acctを優先的に縮小して見栄えをよくするように (#7752)
* MAKE NOTE HEADER FLEX AGAIN

* span => div

* remove submodules
2021-09-20 22:14:49 +09:00
syuilo 54e0a7f8a8
feat: 凍結された場合のダイアログを実装 (#7811)
* feat: 凍結された場合のダイアログを実装

* Update CHANGELOG.md

* Update basic.js

* improve error handling

* cypressなんもわからん

* Update basic.js
2021-09-19 02:23:12 +09:00
syuilo 6d4e96dea2 fix style 2021-09-18 21:26:31 +09:00
syuilo 5141afe476 fix(client): タイムラインでリストとかなかったの修正 2021-09-18 15:39:01 +09:00
syuilo 361069314f
Refine UI (#7806)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update default.vue

* wip
2021-09-17 22:39:15 +09:00
NoriDev d252514a39
popupで設定ページを表示すると、アカウントの削除ページにアクセスすることができない問題を修正 (#7797) 2021-09-17 20:00:31 +09:00
Johann150 7364fb84ef
fix missing strings (#7674)
* fix sort menu in federation panel

* add missing strings in report menu

* change i18n key too
2021-09-04 18:21:45 +09:00
tamaina 48f46333f8
サインアップ・ログアウト周りの怪しい挙動を修正 (#7750)
* fix #7749

* fix

* fix logout behavior when there is no push subscription

* fix logout behavior when there is no push subscription 2

* clean up service worker registration

* fix lint

* remove submodules
2021-09-04 18:09:53 +09:00
syuilo 8407702b38
藍モード (#7687)
* wip

* wip

* シンボリックリンクやめた

* install lib dependency

* bring live2d assets from misskey-dev/assets

* refactor

* nanka iroiro

* コミット忘れ

* random motion

* wip

* run git submodule update --init

* コミット忘れ

* refactor

* fix bug

* Update misskey-assets

* lint

* lint

* lint

* 藍モード修正 (#7702)

* lazy load live2d script

* fix typo

* lazy load also widget

* hot link to cubism core

* https://github.com/misskey-dev/misskey/pull/7702/files#r695623821

* fix lint

* remove live2d stuff

* use iframe

* update

* Update gulpfile.ts

* update

* Update .gitattributes

* update

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2021-09-04 17:54:24 +09:00
syuilo 6490a9829b fix(client): fix button style 2021-08-29 16:44:15 +09:00
Johann150 2af158be26
add setting to keep content warning (#7682) 2021-08-24 20:52:33 +09:00
syuilo d64e25e449 fix: support DeepL pro account
Fix #7648
2021-08-24 13:19:21 +09:00