Commit graph

400 commits

Author SHA1 Message Date
Johann150 585e4f5c42
fix textarea not updating properly
fixes FoundKeyGang/FoundKey#54
2022-08-03 22:29:40 +02:00
Johann150 646b8e08c0
fix another typo in import 2022-08-02 17:06:25 +02:00
Johann150 f3a602c384
fix typo in import 2022-08-02 14:37:31 +02:00
Johann150 aa2f401a85
refactor: reduce use of global variables 2022-08-02 12:02:28 +02:00
Johann150 a24e0e0648
client: refactor form suspense to composition API 2022-08-02 11:50:46 +02:00
Johann150 751921e24f
make emoji picker case insensitive
fix FoundKeyGang/FoundKey#50
2022-08-01 11:06:46 +02:00
Johann150 ba18589986
client: fix lints 2022-08-01 00:28:32 +02:00
Johann150 ce45f9f1b0
remove unused code 2022-07-31 23:42:56 +02:00
Johann150 a752dcab30
fix lints from refactoring
closes FoundKeyGang/FoundKey#48

Co-authored-by: Francis Dinh <normandy@biribiri.dev>
2022-07-31 13:35:07 +02:00
Norm 15ac0fb303 fix: modal src should not be null
See: FoundKeyGang/FoundKey#40 (comment)
2022-07-31 00:29:44 +00:00
Johann150 10bf05563b
fix: remove unused import 2022-07-30 22:59:03 +02:00
Johann150 340420c48a
refactor components/widgets.vue to composition API 2022-07-30 22:37:29 +02:00
Norm 9e8b59f886
refactor: sample.vue to composition api 2022-07-29 12:46:58 -04:00
Norm 6c8eb4c4df refactor: object-view.value.vue to composition api 2022-07-29 12:11:41 +00:00
Norm 86b94e213e
fix: lint errors in modal.vue 2022-07-28 15:47:39 -04:00
Johann150 9abbe94108
client: search button is a no-op
Don't be evil.
reference: FoundKeyGang/FoundKey#2 (comment)
2022-07-28 15:41:16 +02:00
Johann150 9a236bd862
refactor components/form/textarea.vue to composition API 2022-07-28 12:01:15 +02:00
Johann150 225b56706d
MkError can be non-retry-able 2022-07-28 11:59:10 +02:00
Norm 2f4704ccff Revert "Add padding"
This reverts commit d6a5eb4666.
2022-07-27 20:18:14 +00:00
Norm aac8f209c8 Revert "only add padding for left and right sides"
This reverts commit ebfe2162e9.
2022-07-27 20:18:14 +00:00
Johann150 9ee609d700
Merge: enhance privacy of notes
FoundKeyGang/FoundKey#14
2022-07-25 18:15:21 +02:00
Johann150 46fff77acc
client uses new API for child notes depth 2022-07-25 16:41:47 +02:00
Johann150 2fe64c1150
Refactor components/page/page.textarea.vue to composition API
FoundKeyGang/FoundKey#26
2022-07-25 07:51:31 +02:00
Johann150 6d3181f983
Refactor components/page/page.text.vue to composition API
FoundKeyGang/FoundKey#25
2022-07-25 07:50:22 +02:00
Norm d96baf1672 Merge branch 'main' into refactor/page.textarea.vue 2022-07-24 21:25:22 +00:00
Norm d32228a347
Use immediate: true for page.textarea.vue::text 2022-07-24 15:37:21 -04:00
Norm 6ffbabeedc
use immediate: true for watch 2022-07-24 11:58:15 -04:00
Norm cff82ea52e
refactor: page.textarea.vue to use composition api 2022-07-24 00:50:20 -04:00
Norm ebfe2162e9 only add padding for left and right sides 2022-07-23 17:57:04 -04:00
Norm d6a5eb4666 Add padding
This will let not have text right up against the edge.
2022-07-23 17:51:53 -04:00
Norm d79fe1dee0 refactor: page.text.vue to use composition api 2022-07-23 17:42:00 -04:00
Johann150 3e05740bee
refactor queue chart to composition API 2022-07-23 23:03:20 +02:00
Johann150 63591da33e
refactor: colours in queue chart 2022-07-23 23:00:59 +02:00
Johann150 128d0f0d4e
remove isHidden and its uses
The `isHidden` attribute is not being set any more and is thus removed.
Handling in the client is no longer necessary.
2022-07-23 22:28:39 +02:00
Norm 2f432dce65 refactor: link.vue to use composition api 2022-07-23 20:26:45 +00:00
Norm bbb16208ab remove async from ok() 2022-07-23 20:23:45 +00:00
Norm 95148cf647 refactor: use emit for MkModal @closed 2022-07-23 20:23:45 +00:00
Norm b64f266483 refactor: media-caption component as composition api 2022-07-23 20:23:45 +00:00
Norm bfd9c7404b
form-dialog: set type of result for 'done' event to Record<string, any> 2022-07-21 18:54:43 -04:00
Johann150 150f373ebf
replace one more object type 2022-07-21 21:17:39 +02:00
Johann150 fef2d9173e
Merge: Refactor form-dialog.vue to Composition API
FoundKeyGang/FoundKey#17
2022-07-21 21:13:03 +02:00
Norm 2d245d62cf form-dialog: use Record<string, any> for form prop 2022-07-20 19:23:17 -04:00
syuilo a12acf53ef
refactor(client): formatting and replace global $ts 2022-07-21 00:45:30 +02:00
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 7e186dae69
refactor: use autofocus parameter
Using the `ref` seems to be broken but using the autofocus parameter
seems to fix it.
2022-07-20 23:49:55 +02: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