Commit graph

356 commits

Author SHA1 Message Date
Norm 929203b2f3 Remove leftover comments from form-dialog 2022-07-20 18:17:24 -04:00
Norm d29a0dad8f Refactor form-dialog.vue to use Composition API 2022-07-20 18:15:55 -04:00
Johann150 f3e196528f
Merge bearer-authentication
foundKeyGang/foundKey#15
2022-07-20 15:10:47 +02:00
syuilo 1477cb54b5
enhance(client): suspense
Fix https://github.com/misskey-dev/misskey/issues/8817
2022-07-19 18:56:50 +02:00
Johann150 748a830937
client: display URLs in report 2022-07-19 17:18:19 +02:00
Johann150 9ca504784a
keep URL of reported object separate
Instead of putting the URL in the report text, it is stored separately
so that users do not accidentally change or remove it.

This way it can easily be used when forwarding reports to different
instances to tell them what exactly was reported.
2022-07-19 17:18:18 +02:00
Johann150 ecbb766df6
refactor: signup component as composition api 2022-07-19 10:35:11 +02:00
Johann150 27be5e0892
fix collapsing long notes 2022-07-19 10:02:40 +02:00
Norm 7d4cbd6ecf Merge branch 'main' into fix-chat-continuation 2022-07-19 07:08:51 +00:00
ThatOneCalculator 36503f63d8
Fix broken chats
Co-authored-by: @ltlapy
2022-07-19 02:51:46 -04:00
Johann150 454ed9b5c4
remove unnecessary parameter 2022-07-19 08:44:39 +02:00
Johann150 fddf3573a1
client: use bearer token authorization 2022-07-19 00:49:40 +02:00
Johann150 eeee4c713c
fix prismjs import
fixes #8944
2022-07-18 13:05:03 +02:00
Kainoa Kanter 26e89405cf
chore: fix client lint errors (#8934)
* Fix client lint
* Hide no-v-html
* Ignore banned type
* Update page-editor.vue

Co-authored-by: Johann150 <johann.galle@protonmail.com>
2022-07-18 12:48:09 +02:00
syuilo f27c3df6dc chore(client): fix type 2022-07-16 12:04:15 -04:00
syuilo ddab9eafee perf: allow get for notes/reactions 2022-07-16 12:02:10 -04:00
Johann150 462ea9c52b fix: pagination uses API correctly (#8925) 2022-07-16 12:00:34 -04:00
syuilo 4059b91c0e enhance(client): improve marquee 2022-07-16 12:00:06 -04:00
Johann150 0102ea066a fix lint @typescript-eslint/ban-types 2022-07-16 11:55:04 -04:00
Johann150 5560de4b7f fix lint no-prototype-builtins 2022-07-16 11:54:42 -04:00
Johann150 0f815a2f5d fix lint no-undef 2022-07-16 11:54:39 -04:00
Johann150 01d0a9cb51 fix lint vue/require-valid-default-prop 2022-07-16 11:53:47 -04:00
Johann150 8902813633 fix lint no-fallthrough 2022-07-16 11:53:42 -04:00
Johann150 debfd16fc7 fix lint padded-blocks 2022-07-16 11:53:35 -04:00
Johann150 e5ade8289e fix(lint): semicolong spacing 2022-07-16 11:53:23 -04:00
Johann150 f5cbaaf5d0 fix: replace use of window 2022-07-16 11:53:15 -04:00
Johann150 e6f03b5e97 fix: spellcheck is boolean not string 2022-07-16 11:51:44 -04:00
syuilo e0844df234 chore(client): tweak style 2022-07-16 11:45:18 -04:00
syuilo bded2ef4dc chore(client): tweak ui 2022-07-16 11:28:17 -04:00
syuilo 786d06c854 fix(client): fix typo 2022-07-16 11:26:41 -04:00
syuilo d42325e108 enhance(client): better sticky-container component 2022-07-16 11:24:15 -04:00
syuilo ba6f0cd91d enhance(client): better marquee component 2022-07-16 11:23:23 -04:00
syuilo 369375b2af refactor(client): refactoring
+ cherry pick merge resolve (ads)
2022-07-16 11:19:04 -04:00
syuilo 7bf3ddc608 enhance(client): cache pages in page-window 2022-07-16 11:12:01 -04:00
syuilo e467143b76
chore(client): tweak ui 2022-07-15 10:25:27 +02:00
syuilo 1c2b1ad132
chore(client): tweak style 2022-07-15 10:25:27 +02:00
syuilo 1d3e6f172e
chore(client): tweak style 2022-07-15 10:23:34 +02:00
syuilo 8d6a2ad4cd
refactor reaction viewer to composition api 2022-07-15 09:53:46 +02:00
Johann150 dc63a7b04e
remove 'welcome back' toast
Defining an entirely new component and localStorage key for this
seems kind of overkill for such a feature. IMHO it is also a bit
annoying.
2022-07-14 12:37:31 +02:00
Johann150 89c8a65b24
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-14 10:49:56 +02:00
Johann150 b81f9e1c5a
refactor: use setup and ref sugar 2022-07-14 10:46:44 +02:00
syuilo f6361d947f
chore(client): fix type def 2022-07-14 10:41:22 +02:00
syuilo 65c3d06ef0
fix(client): fix url encoded string handling of nirax
fix https://github.com/misskey-dev/misskey/issues/8878
2022-07-14 10:38:27 +02:00
Johann150 79ec9641d2
remove ads from client 2022-07-13 23:19:50 +02:00
Johann150 67450815cd
fix(client): wrongly collapsed posts 2022-07-13 19:06:27 +02:00
syuilo facb12164e
chore(client): tweak style 2022-07-13 17:38:11 +02:00
syuilo 8be9d15e81
chore(client): tweak ui 2022-07-13 17:37:57 +02:00
syuilo b003e24af4
chore(client): tweak ui
cherry-picked from ed41d542bb8894f2eaca42cd7cc08246089e0490
2022-07-13 17:35:25 +02:00
syuilo 09e0446708
chore(client): tweak ui 2022-07-13 17:29:20 +02:00
syuilo f5d87fbc9e
refactor range input to composition api 2022-07-13 16:03:58 +02:00