ThatOneCalculator
f410faa825
fix?
2022-11-03 16:08:14 -07:00
ThatOneCalculator
5ffe89cbd0
.
2022-11-03 16:05:22 -07:00
ThatOneCalculator
f07b8e44a5
messaging/history
2022-11-03 15:59:21 -07:00
ThatOneCalculator
7ab4f3ee76
test
2022-11-03 15:50:34 -07:00
ThatOneCalculator
dae60381be
fix: ⚗️ messaging pagination
2022-11-03 15:37:31 -07:00
ThatOneCalculator
a262e1353f
Add download button to Plyr (co-authored by @nullobsi)
2022-09-21 13:10:47 -07:00
ThatOneCalculator
e425489411
undo fuckup
2022-09-13 20:07:19 -07:00
ThatOneCalculator
fe7ceb481c
spacve
2022-09-13 20:01:22 -07:00
ThatOneCalculator
f5277973de
message room style overhaul
2022-09-13 19:58:43 -07:00
ThatOneCalculator
e3beea02a9
a
2022-09-13 19:40:20 -07:00
ThatOneCalculator
b65cc2935a
only scroll to bottom in messaging IF in DM
2022-09-13 19:37:38 -07:00
ThatOneCalculator
b293d92b56
feat: show 📎 in chats if only attachment
2022-09-13 19:25:36 -07:00
ThatOneCalculator
531c15dbae
formatting
2022-09-13 16:57:42 -07:00
ThatOneCalculator
e8664b5664
chore: 🔀 Merge upstream
2022-09-09 12:16:58 -07:00
syuilo
a9e13693a5
refactor(client): refactor file name and directory structure
2022-09-06 18:21:49 +09:00
ThatOneCalculator
79be45c65c
Merge remote-tracking branch 'misskey/develop' into develop
2022-09-05 15:00:45 -07:00
syuilo
786b150ea7
refactor(client): align filename to component name
2022-08-31 00:24:33 +09:00
ThatOneCalculator
21612d4f5e
allow videos to be downloaded
2022-08-19 14:38:46 -07:00
ThatOneCalculator
8c35556410
fix: 🐛 fix videos having <a>
2022-08-19 14:30:47 -07:00
ThatOneCalculator
d173aea0e4
Video in messages
2022-08-19 14:24:30 -07:00
ThatOneCalculator
0601a89cb8
New error images!
2022-08-08 14:07:09 -07:00
ThatOneCalculator
8ab4242918
More rpine stuff
2022-07-23 21:23:03 -07:00
Kainoa Kanter
e371120c8b
fix: broken chats ( #8983 )
...
* Fix broken chats
Co-authored-by: @ltlapy
* 🎨
2022-07-23 00:46:52 +09:00
ThatOneCalculator
de17d4d9fe
Merge remote-tracking branch 'thatonecalculator/chat-swap-enter-ctrlenter' into develop
2022-07-18 20:35:17 -07:00
ThatOneCalculator
2937b5cf74
Merge remote-tracking branch 'thatonecalculator/autocomplete-chat' into develop
2022-07-18 20:35:11 -07:00
ThatOneCalculator
fa8b52a0da
Merge remote-tracking branch 'thatonecalculator/fix-chat-continuation' into develop
2022-07-18 20:34:53 -07:00
ThatOneCalculator
4bfc6f2457
Merge remote-tracking branch 'thatonecalculator/self-host-images' into develop
2022-07-18 20:34:37 -07:00
Kainoa Kanter
6f09e14225
🎨
2022-07-11 15:00:48 -07:00
ThatOneCalculator
8b4be8cad1
Fix broken chats
...
Co-authored-by: @ltlapy
2022-07-11 13:45:00 -07:00
ThatOneCalculator
fe95244f49
Make optional
2022-07-08 15:45:19 -07:00
ThatOneCalculator
81d8c223ad
prevent default for good enter
2022-07-06 18:39:32 -07:00
ThatOneCalculator
e37dd8b93e
Disable enter for touchscreens
2022-07-06 18:35:45 -07:00
ThatOneCalculator
033462653c
Fix client lint
2022-07-06 18:14:05 -07:00
ThatOneCalculator
1dc28da65a
Autocomplete in messaging
2022-07-06 18:09:26 -07:00
ThatOneCalculator
49c4d345f2
Don't need for shift key
2022-07-06 17:59:21 -07:00
ThatOneCalculator
50a7d10f27
Enter sends message, ctrl/meta/shift + enter makes newline
2022-07-06 17:54:04 -07:00
syuilo
ded0f6f0df
refactor(client): refactoring
2022-07-02 14:00:37 +09:00
ThatOneCalculator
9ac1a527dc
Self host error/info/not-found images
2022-06-28 19:33:32 -07:00
syuilo
699f24f3dc
refactor(client): Refine routing ( #8846 )
2022-06-20 17:38:49 +09:00
tamaina
30a39a296d
refactor: チャットルームをComposition API化 ( #8850 )
...
* pick form
* pick message
* pick room
* fix lint
* fix scroll?
* fix scroll.ts
* fix directives/sticky-container
* update global/sticky-container.vue
* fix, 🎨
* test.1
2022-06-20 13:20:28 +09:00
Johann150
5e29528ad4
chore: fix some lints automatically ( #8788 )
...
* chore: fix some lints automatically
Fixed lints that were automatically fixable with `eslint --fix`.
* fix type
* workaround for empty interface lint
2022-06-10 14:36:55 +09:00
Johann150
3dae18b93c
fix lints ( #8737 )
...
* fix: emits use ev instead of e
* fix: errors use err instead of e
* fix: replace use of data where possible
* fix: events use evt instead of e
* fix: use strict equals
* fix: use emoji instead of e
* fix: vue lints
2022-05-26 22:53:09 +09:00
tamaina
12a3c6872f
enhance: ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション ( #8216 )
...
* wip
* Update packages/client/src/os.ts
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* メニューをComposition API化、switchアイテム追加
クライアントサイド画像圧縮の準備
* メニュー型定義を分離 (TypeScriptの型支援が効かないので)
* disabled
* make keepOriginal to follow setting value
* ✌️
* fix
* fix
* ✌️
* WEBP
* aaa
* ✌️
* webp
* lazy load browser-image-resizer
* rename
* rename 2
* Fix
* clean up
* add comment
* clean up
* jpeg, pngにもどす
* fix
* fix name
* webpでなくする ただしサムネやプレビューはwebpのまま (テスト)
* 動画サムネイルはjpegに
* エラーハンドリング
* ✌️
* v2.2.1-misskey-beta.2
* browser-image-resizer#v2.2.1-misskey.1
* ✌️
* fix alert
* update browser-image-resizer to v2.2.1-misskey.2
* lockfile
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
2022-04-28 11:14:03 +09:00
syuilo
b946d89ec1
refactor(client): better semantics
2022-01-28 11:53:12 +09:00
syuilo
e5d56a7cfe
fix(client): チャットが見れない
...
Fix #8203
2022-01-27 17:55:11 +09:00
Johann150
e51f59e1b7
disable animations on more transitions ( #8112 )
2022-01-25 23:18:21 +09:00
Hyunseung Jeon
562c4d99e6
fix: change keypress to keydown ( #8192 )
2022-01-25 18:01:29 +09:00
syuilo
8322c90834
refactor(client): specify global scope
2022-01-16 10:14:14 +09:00
tamaina
e159f15600
enhance: pizzaxでstreamingのuser storage updateイベントを監視して更新 ( #8095 )
...
* wip
* wip?
* ?
* streamingのuser storage updateイベントを監視して更新
* 必要な時以外はストレージを更新しない
* fix?
* wip
* fix
* fix
2021-12-29 22:13:09 +09:00
syuilo
46c0280764
refactor(client): ✨
2021-12-10 01:22:22 +09:00
syuilo
5d968afa74
update linr
2021-11-19 19:36:12 +09:00
syuilo
ea9aeef9d8
refactor(client): refactor dialog functions to improve type inference
2021-11-18 18:45:58 +09:00
syuilo
0e4a111f81
refactoring
...
Resolve #7779
2021-11-12 02:02:25 +09:00