Commit graph

813 commits

Author SHA1 Message Date
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
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
7abad139f8 fix: uploadFile when folder is undefined
In uploadFile, folder can be undefined when uploading to the parent
folder.
2022-08-12 21:21:38 +00:00
2209490cc8
client: fix syntax error in reaction-icon.vue 2022-08-12 09:07:13 +02:00
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
534666f762 remove allowEmpty 2022-08-11 04:07:29 -04:00
21b78274aa more syntax fixes 2022-08-10 20:57:20 -04:00
091bf0f77b fix syntax error 2022-08-10 20:49:40 -04:00
ed52a39476 Remove unneeded imports/return annotations 2022-08-10 20:25:30 -04:00
0ce09d6753 refactor: post-form-attaches to composition api 2022-08-10 20:25:21 -04:00
4934303956
remove unused code 2022-08-11 00:38:56 +02:00
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
609fb91ca1
fix some lints automatically 2022-08-10 22:42:30 +02:00
e82d12f44b
fix missing import 2022-08-10 17:02:17 +02:00
d6fb9619f6
refactor group pages to composition API
This solves some errors from just reinstating the pages since the new
routing and tab implementation have a different API.
2022-08-10 16:58:18 +02:00
7a80015225
fix lint "no-param-reassign" 2022-08-10 16:36:54 +02:00
4f9ba4b8a8
fix: readd group pages 2022-08-10 16:36:24 +02:00
7f5d7ffd93 Address review feedback 2022-08-09 21:25:02 +00:00
e6daf45cd7 Use optional chaining for onMounted sidebar 2022-08-09 21:25:02 +00:00
4fcbf3af36 refactor: classic.sidebar.vue to composition api 2022-08-09 21:25:02 +00:00
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
a3a3cb7258
remove --quiet flag from eslint
This flag means to hide warnings which is not generally desirable.
Even if warnings do not affect the end result of running CI it would
still be nice to be able to see the warnings when running the lints
normally or in CI.
2022-08-04 00:20:59 +02:00
4fbe2e065e
client: fix lint "quotes" 2022-08-03 22:48:13 +02:00
585e4f5c42
fix textarea not updating properly
fixes FoundKeyGang/FoundKey#54
2022-08-03 22:29:40 +02:00
4122d90f56
fix typo 2022-08-02 21:46:39 +02:00
646b8e08c0
fix another typo in import 2022-08-02 17:06:25 +02:00
f3a602c384
fix typo in import 2022-08-02 14:37:31 +02:00
aa2f401a85
refactor: reduce use of global variables 2022-08-02 12:02:28 +02:00
a24e0e0648
client: refactor form suspense to composition API 2022-08-02 11:50:46 +02:00
9b5d740530
refactor visitor ui kanban to composition API 2022-08-02 11:49:19 +02:00
455758e542
remove unused visitor ui variant 2022-08-02 11:49:10 +02:00
30d8bc9259 refactor: welcome.setup.vue to composition api 2022-08-02 09:16:45 +00:00
a615a76cf1
fix: missing parenthesis 2022-08-02 09:31:36 +02:00
288049e2dc
refactor: reduce usage of i18n global variables 2022-08-01 21:45:05 +02:00
3a07c13ac6
refactor: remove unused imports, remove use of global variables 2022-08-01 21:38:09 +02:00
2e71083823
refactor classic widgets to composition API 2022-08-01 21:34:38 +02:00
bcb07d819f
refactor pages/miauth.vue to composition API 2022-08-01 21:18:46 +02:00
751921e24f
make emoji picker case insensitive
fix FoundKeyGang/FoundKey#50
2022-08-01 11:06:46 +02:00
ba18589986
client: fix lints 2022-08-01 00:28:32 +02:00
c9f41f737d
fix: use correct closing quote 2022-08-01 00:08:56 +02:00
ce45f9f1b0
remove unused code 2022-07-31 23:42:56 +02:00
ca524a050e
remove unused scripts 2022-07-31 23:03:21 +02:00
225cd3caef
refactor pages/page-editor/page-editor.container.vue to composition API 2022-07-31 14:31:30 +02:00
5db59ba560
refactor pages/emojis.category.vue to composition API 2022-07-31 14:04:29 +02:00
1671b7123e
remove unnecessary tabbing
Probably there were multiple tabs here before, but now there is only one thing
here, so having tabs makes no sense.
2022-07-31 14:02:58 +02:00
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
15ac0fb303 fix: modal src should not be null
See: FoundKeyGang/FoundKey#40 (comment)
2022-07-31 00:29:44 +00:00
09b844035c
refactor pages/user/index.photos.vue to compositon API 2022-07-31 00:19:00 +02:00
0cf6df8980
refactor pages/user/clips.vue to composition API 2022-07-30 23:35:35 +02:00
dc9bfff337
fix: provide feedback when marking all notifs as read
See also https://github.com/misskey-dev/misskey/issues/8653
2022-07-30 23:26:32 +02:00