Commit graph

414 commits

Author SHA1 Message Date
Chloe Kudryavtsev 9e6bc30a66 client: remove unused windowHeader references
All of them exist in separate header/body components.
Changed to have the entire component have the same background,
rather than setting it twice.
2022-08-12 21:25:06 +00:00
Chloe Kudryavtsev 8d99f69c90 client: remove _acrylic
Acrylic is defined as having a background
similar to panel + transparency and backdrop.
Simply change everything that is _acrylic to be _panel instead.
2022-08-12 21:25:06 +00:00
Johann150 2209490cc8
client: fix syntax error in reaction-icon.vue 2022-08-12 09:07:13 +02:00
Johann150 5b4c0ffdf3
client: fix some lints
Mostly focused on "@typescript-eslint/no-unused-vars" but also fixed some
other lints along the way.
2022-08-12 08:35:22 +02:00
Norm 534666f762 remove allowEmpty 2022-08-11 04:07:29 -04:00
Norm 21b78274aa more syntax fixes 2022-08-10 20:57:20 -04:00
Norm 091bf0f77b fix syntax error 2022-08-10 20:49:40 -04:00
Norm ed52a39476 Remove unneeded imports/return annotations 2022-08-10 20:25:30 -04:00
Norm 0ce09d6753 refactor: post-form-attaches to composition api 2022-08-10 20:25:21 -04:00
Johann150 3e7285c8d5
remove unnecessary vue imports
> `defineProps` and `defineEmits` are compiler macros only usable inside
> `<script setup>`. They do not need to be imported, and are compiled away
> when `<script setup>` is processed.

-- https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits
2022-08-11 00:36:34 +02:00
Johann150 609fb91ca1
fix some lints automatically 2022-08-10 22:42:30 +02:00
Johann150 7a80015225
fix lint "no-param-reassign" 2022-08-10 16:36:54 +02:00
Johann150 cbefddc071
fix: copy visibility for renotes
The backend does not allow follower only and direct notes to be renoted
but these are prohibited for the renote button anyway.
2022-08-05 08:36:59 +02:00
Johann150 4fbe2e065e
client: fix lint "quotes" 2022-08-03 22:48:13 +02:00
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