summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPostForm.vue (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-16refactor: remove all unused imports (#9951)Kagami Sascha Rosylight1-2/+0
2023-02-15drop messaging (#9919)syuilo1-8/+0
2023-02-12fix(client): call checkMissingMention immediatelysyuilo1-1/+1
2023-02-11enhance(client): 迷惑になる可能性のある投稿を行う前に警告...syuilo1-0/+30
2023-02-10fix share pagetamaina1-1/+1
2023-01-21Achievements (#9665)syuilo1-1/+30
2023-01-16refactorsyuilo1-1/+1
2023-01-15fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606tamaina1-1/+1
2023-01-14refactor(client): use css modulessyuilo1-273/+241
2023-01-09:art:syuilo1-1/+1
2023-01-07refactor(client): typed localStoragesyuilo1-8/+9
2023-01-03perf(client): use shallowRef for html element refsyuilo1-4/+4
2023-01-01:art:syuilo1-1/+15
2023-01-01:art:syuilo1-2/+2
2022-12-31:art:syuilo1-12/+47
2022-12-30refactorsyuilo1-5/+5
2022-12-28remove v-size directivesyuilo1-54/+1
2022-12-27Revert "perf?(client): remove needless scoped annotation for style"syuilo1-1/+1
2022-12-27perf?(client): remove needless scoped annotation for stylesyuilo1-1/+1
2022-12-27rename: client -> frontendsyuilo1-0/+0
2022-12-26enhance(client): use container queries if available to improve perfsyuilo1-0/+57
2022-12-22style(client): fix `vue/v-on-event-hyphenation` (#9389)Kagami Sascha Rosylight1-1/+1
2022-12-21use sortablejs-vue3 instead of vuedraggable for more stabilitysyuilo1-5/+1
2022-12-20tabler iconssyuilo1-1/+1
2022-12-19Use tabler icons (#9354)syuilo1-21/+21
2022-12-19Revert "wip"syuilo1-5/+5
2022-12-19wipsyuilo1-5/+5
2022-12-06refactor: use ??syuilo1-2/+2
2022-12-03fix(client): make note visibility inheritance behave correctly when default i...Laura Hausmann1-7/+16
2022-11-17improve performancesyuilo1-1/+2
2022-09-06refactor(client): refactor file name and directory structuresyuilo1-1/+1
2022-08-31refactor(client): align filename to component namesyuilo1-5/+5
2022-07-25一部のアプリからファイルを投稿フォームへドロップで...hayabusa1-1/+16
2022-07-05chore(client): rendering performance tweak a bitsyuilo1-17/+18
2022-06-10chore: fix some lints automatically (#8788)Johann1501-1/+1
2022-05-26fix lints (#8737)Johann1501-1/+1
2022-05-07Fix lint issues in post form component (#8619)Andreas Nedbal1-49/+48
2022-05-01refactor: use Vite to build instead of webpack (#8575)tamaina1-2/+2
2022-04-28enhance: ドライブに画像ファイルをアップロードするとき...tamaina1-1/+2
2022-02-09chore(client): check textarea existssyuilo1-2/+4
2022-02-08fix(client): 環境に依っては返信する際のカーソル位置が正...syuilo1-0/+1
2022-02-01fix: ensure that specified users does not get duplicates (#8233)nullobsi1-5/+14
2022-01-29fix(client): 投稿フォームのハッシュタグ保持フィールドが...syuilo1-4/+4
2022-01-28refactor(client): better semanticssyuilo1-3/+3
2022-01-28refactor(client): i18n.locale -> i18n.tssyuilo1-29/+29
2022-01-27chore: fix instant form handlingsyuilo1-2/+2
2022-01-26enhance: Improve poll-editor UI + composition port (#8186)Derek1-11/+6
2022-01-21chore(client): add tooltipsyuilo1-15/+15
2022-01-21投稿したらアカウントを元に戻すようにsyuilo1-0/+1
2022-01-21feat(client): make possible to switch account instantly in post formsyuilo1-3/+43