Commit graph

733 commits

Author SHA1 Message Date
syuilo
f5699a490f fix ui 2021-10-10 19:54:15 +09:00
syuilo
7091f04f97 improve ui 2021-10-10 15:19:16 +09:00
syuilo
c2e8f84618 🎨 2021-10-09 14:47:52 +09:00
syuilo
b056dde1a9 🎨 2021-10-09 14:29:57 +09:00
syuilo
5d3604eb63 feat(client): 通知ページで通知の種類によるフィルタ 2021-10-09 13:12:41 +09:00
syuilo
395c8c36d0 refactor: use path alias 2021-10-09 12:47:40 +09:00
syuilo
aaf144368f feat: 未読の通知のみ表示する機能 2021-10-09 12:44:19 +09:00
syuilo
526d00bf1e tweak ui 2021-10-09 12:33:08 +09:00
syuilo
65b965db45 🎨 2021-10-09 00:46:52 +09:00
syuilo
5eb51a8aab 🎨 2021-10-08 22:03:06 +09:00
syuilo
327f5d335e feat: アカウント作成にメールアドレス必須にするオプション (#7856)
* feat: アカウント作成にメールアドレス必須にするオプション

* ui

* fix bug

* fix bug

* fix bug

* 🎨
2021-10-08 13:37:02 +09:00
syuilo
ae8600d56e 🎨 2021-10-03 15:39:39 +09:00
syuilo
73194e9824 🎨 2021-10-03 02:46:58 +09:00
syuilo
c6dd73ff10 🎨 2021-10-02 00:51:37 +09:00
syuilo
da564638ad fix bug 2021-10-01 19:34:24 +09:00
syuilo
8a74cd5b30 fix bug 2021-10-01 19:32:16 +09:00
Johann150
b81e378020 insert space for unknown MFM functions (#7851) 2021-09-30 22:47:07 +09:00
Johann150
699ebc1542 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
33f4010144 🎨 2021-09-30 01:13:54 +09:00
syuilo
9f50312a59 refactor components 2021-09-30 00:50:45 +09:00
syuilo
491c51018a chore: clean up 2021-09-26 03:25:52 +09:00
syuilo
a6d9ed1dfe chore: clean up 2021-09-26 02:56:02 +09:00
syuilo
d5a46dcb95 feat(client): MFM関数構文のサジェストを実装 2021-09-26 02:55:11 +09:00
Skehmatics
9d846fd25a 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
1d051438c5 enhance(client): リスト、アンテナタイムラインを個別ページとして分割 2021-09-21 21:04:59 +09:00
tamaina
06650be73d enhance: ノートヘッダーにflex-shrinkを設定し、Acctを優先的に縮小して見栄えをよくするように (#7752)
* MAKE NOTE HEADER FLEX AGAIN

* span => div

* remove submodules
2021-09-20 22:14:49 +09:00
syuilo
132e662805 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
b0224cb091 fix style 2021-09-18 21:26:31 +09:00
syuilo
160b1473fc Refine UI (#7806)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update default.vue

* wip
2021-09-17 22:39:15 +09:00
tamaina
eb64269927 サインアップ・ログアウト周りの怪しい挙動を修正 (#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
9b325ef938 🎨 2021-08-22 16:18:53 +09:00
syuilo
e988de10f2 🎨 2021-08-22 16:15:40 +09:00
syuilo
9af6e25ae2 enhance(client): ユーザー名についてのヒントを追加 2021-08-22 13:16:15 +09:00
syuilo
736391185c 🎨 2021-08-21 17:40:15 +09:00
syuilo
5ff8bbbd20 fix(client): ノートの「削除して編集」をするとアンケートの選択肢が[object Object]になる問題を修正
Fix #7037
2021-08-21 11:16:56 +09:00
syuilo
accae7cafa Tweak client style 2021-08-16 15:21:58 +09:00
syuilo
7b71c660ed Renoteされた時刻が投稿された時刻のように表示される問題を修正
Fix #7620
2021-08-16 15:20:23 +09:00
syuilo
b61367e8aa feat: ノートの翻訳機能
Resolve #5213
2021-08-15 20:26:44 +09:00
syuilo
d99b9dc95a 🎨 2021-08-14 22:35:15 +09:00
syuilo
a6f6b61c77 feat(client): Misskey更新時にダイアログを表示するように 2021-08-13 17:59:54 +09:00
syuilo
e317342c43 Introduce e2e test 2021-08-12 19:05:07 +09:00
syuilo
f94eaae325 improve(client): Improve emoji autocomplete 2021-08-12 12:41:57 +09:00
syuilo
16dae5d0ab ぼかし効果の切り替え機能 2021-08-11 22:34:45 +09:00
syuilo
d9e2622a56 fix chore error 2021-08-11 00:21:48 +09:00
syuilo
bd7ae3a55f 🎨 2021-08-11 00:21:24 +09:00
syuilo
219e1f8dae perf(client): use function for render slot to improve performance
See: https://forum.vuejs.org/t/how-to-avoid-non-function-value-encountered-for-default-slot-warning/107039
2021-08-10 18:19:59 +09:00
syuilo
488e05b934 ハッシュタグ入力が空のときに#が付くのを修正 2021-08-10 16:06:14 +09:00
syuilo
b20bf1a90b 🎨 2021-08-10 15:29:30 +09:00
syuilo
ba08e52454 🎨 2021-08-09 21:41:20 +09:00
syuilo
232776d574 🎨 2021-08-09 18:55:39 +09:00
syuilo
0c053fb4b7 🎨 2021-08-09 18:01:12 +09:00
syuilo
67985bc8af 🎨 2021-08-08 21:59:18 +09:00
syuilo
651d6d9588 🎨 2021-08-08 16:30:30 +09:00
syuilo
27582daf31 Improve client 2021-08-08 13:02:58 +09:00
syuilo
07391fbfec Improve usability 2021-08-08 12:45:44 +09:00
syuilo
c64b19669c Improve client 2021-08-08 12:19:10 +09:00
syuilo
4cd22176f4 🎨 2021-08-07 19:09:06 +09:00
syuilo
7830a87c01 Improve client 2021-08-07 17:55:16 +09:00
syuilo
c8fdf5a1d6 🎨 2021-08-07 16:12:42 +09:00
syuilo
dc37c116a1 ハッシュタグ入力エリア
Resolve #7600
2021-08-07 12:47:01 +09:00
syuilo
ff4071ce34 🎨 2021-08-06 22:29:19 +09:00
syuilo
b312ec307f Improve doc 2021-08-06 14:28:40 +09:00
syuilo
7eb200f2ce Imorive client 2021-08-05 22:43:14 +09:00
syuilo
d469491de1 Add rainbow function for MFM 2021-08-05 21:55:41 +09:00
syuilo
26d2a0a589 refactor 2021-08-05 16:34:18 +09:00
syuilo
fbcfd6606c Improve usability 2021-07-29 17:10:16 +09:00
syuilo
44cc81f18f ストリーミングが不安定な問題を修正 2021-07-26 11:12:06 +09:00
syuilo
16d691c933 🎨 2021-07-19 23:48:22 +09:00
syuilo
54cc3a5b50 Make thickness of clock hands configuable 2021-07-19 23:31:27 +09:00
syuilo
4d62545151 Implement radio type for form dialog 2021-07-19 23:30:45 +09:00
syuilo
411dbb8917 Improve component stability 2021-07-19 23:30:12 +09:00
syuilo
0eff9614f2 アイコンを四角で表示するオプション 2021-07-19 15:11:28 +09:00
syuilo
20dc72691b Classic UI 2021-07-19 11:36:35 +09:00
syuilo
f6ccab9950 Refactoring 2021-07-15 20:45:32 +09:00
syuilo
65a9f96070 Revert "Resolve #6811"
This reverts commit 558d288e7bc129fa92ee7dd1dc08d5a9f3615f8f.
2021-07-14 00:13:23 +09:00
syuilo
8e5c216756 Resolve #6811 2021-07-12 02:56:33 +09:00
MeiMei
1a5060d9c8 Fix video (#7594) 2021-07-10 23:19:56 +09:00
Skehmatics
1c6a1aee95 Rich welcome content (#7588)
* Add rich content (polls, media) to the welcome page notes

* Add a simple scrolling animation to welcome page
2021-07-10 02:55:12 +09:00
syuilo
8485447296 外部リンクアイコンが表示されない問題を修正 2021-06-08 12:19:55 +09:00
NoriDev
1bbd42c3db 歓迎ページでバナー画像が表示されない問題を修正 (#7559)
* 歓迎ページでバナー画像が表示されない問題

* revert

* 背景画像設定オプションを追加
2021-06-08 12:17:17 +09:00
syuilo
82f818f6a1 🎨 2021-05-30 16:42:22 +09:00
syuilo
dbad279b3a refactor 2021-05-30 10:05:25 +09:00
nullobsi
7727e5178e Add image description support (#7518)
* recieve image descriptions under the name property

* fix other components

* use comment for alt and title

* allow editing of file comment

* allow editing of file comment in note dialog

* federate note comments

* use file instead of this

* backend should accept comment on update

* update now actually accepts comment

* allow multiline descriptions

* image should also have description attached

* Update locales/ja-JP.yml

Co-authored-by: rinsuki <428rinsuki+git@gmail.com>

* Use custom component with side-by-side image

* improve usability on mobile devices

* revert changes

* Update post-form-attaches.vue

* Update drive.file.vue

* Update media-caption.vue

Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-05-28 09:38:09 +09:00
syuilo
45a5fc8cf9 wip #7533 2021-05-27 17:15:08 +09:00
syuilo
15198a15d7 fix bug 2021-05-14 11:04:21 +09:00
syuilo
6798a5a900 Revert "fix bug"
This reverts commit 5b250c15f8af1e0afc9dc60f23269582e9c17ef4.
2021-05-14 10:49:54 +09:00
Nya Candy
b9cad899c6 change dom order: down elements cover upper ones (#7509) 2021-05-11 12:39:10 +09:00
syuilo
3ed3f208f2 Improve ad 2021-05-08 12:50:11 +09:00
syuilo
f50d25431f fix bug 2021-05-08 12:07:30 +09:00
syuilo
0674cb5546 Improve ad 2021-05-07 14:22:13 +09:00
syuilo
1dd4570d6d Improve ad 2021-05-05 19:05:19 +09:00
syuilo
55227e1a77 Update date-separated-list.vue 2021-05-05 15:16:47 +09:00
syuilo
d7f9168900 🎨 2021-05-05 14:06:57 +09:00
syuilo
711454eec2 Fix style 2021-05-04 23:39:17 +09:00
syuilo
7ed9a89ecd fix bug 2021-05-04 23:12:36 +09:00
syuilo
7794cb2fe8 🎨 2021-05-04 21:27:36 +09:00
syuilo
41790ea1c1 Ad (#7495)
* wip

* Update ad.vue

* Update default.widgets.vue

* wip

* Create 1620019354680-ad.ts

* wip

* Update ads.vue

* wip

* Update ad.vue
2021-05-04 21:15:57 +09:00
syuilo
44d2eb4383 リアクションピッカーの設定がリアルタイムで反映されない問題を修正 2021-05-04 17:02:14 +09:00
syuilo
cbcc1fd4e6 Password reset (#7494)
* wip

* wip

* Update well-known.ts

* wip

* clean up

* Update request-reset-password.ts

* Update forgot-password.vue

* Update reset-password.ts

* Update request-reset-password.ts
2021-05-04 15:05:34 +09:00
syuilo
65dac995f6 Fix style 2021-04-30 12:55:30 +09:00