summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPostForm.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* revert: note editingsyuilo2023-10-041-3/+1
|
* feat: note editsyuilo2023-09-281-3/+5
|
* Feat: register_post_form_actionでcwを変更可能にする (#11911)taichan2023-09-281-0/+2
| | | | | * 投稿フォームのアクション追加するプラグインでCWを変更可能にする * Update CHANGELOG
* refactor(frontend): use ESMsyuilo2023-09-191-15/+15
|
* enhance(frontend): add Ui:C:postForm to playsyuilo2023-09-091-0/+2
|
* update deps (#11764)syuilo2023-09-041-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* プレビューの表示状態を記憶するように (#11346)anatawa122023-08-211-1/+2
| | | | | | | * feat: keep show showPreview * docs(changelog): add プレビューの表示した状態ををダイアログを閉じても保存するように * chore: 記憶する領域をdeviceに
* chore(frontend): support Spotify for brainDiver (#11407)Kagami Sascha Rosylight2023-07-281-10/+17
| | | | | | | | | | | | | | | | | | | * chore(frontend): support Spotify for brainDiver * no lowercase * album * syntax fix * Update packages/frontend/src/components/MkPostForm.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * reformat --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Revert "fix(frontend): Fix cat ears are awkward on reply modal (#11309)"syuilo2023-07-261-2/+1
| | | | This reverts commit 5280a5e5c68d94565774c71976fb343bb949554e.
* refactor: Array.from(iterable).map(mapfn)をArray.from(iterable | { length: ↵tamaina2023-07-251-1/+1
| | | | | | | | | | | | | number }, mapfn)に (#11337) * refactor: Array.from(iterable).map(mapfn)をArray.from(iterable, mapfn)に * Update packages/frontend/src/components/MkTagCloud.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(frontend): Fix cat ears are awkward on reply modal (#11309)Yangjin Cho2023-07-191-1/+2
| | | | | | | | | * fix(frontend): #11279 adjusted margin & padding * Revert "fix(frontend): #11279 adjusted margin & padding" This reverts commit e82a2d482a916aade7bb6472b45fb1665f7456dd. * fix(frontend): adjusted margin & padding
* refactor: `substr` -> `substring` (#11273)okayurisotto2023-07-141-1/+1
|
* fix(frontend): ↵syuilo2023-07-081-0/+2
| | | | | | 長い文章を投稿する際、プレビューが画面からはみ出る問題を修正 Fix #11186
* feat(frontend): allow cropping images on drive (#11092)Kagami Sascha Rosylight2023-07-051-2/+6
| | | | | | | | | | | * feat(frontend): allow cropping images on drive * nanka iroiro * folder --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactorsyuilo2023-05-301-3/+3
|
* refactorsyuilo2023-05-191-1/+1
|
* feat: ↵syuilo2023-05-191-2/+4
| | | | センシティブなカスタム絵文字のリアクションを受け入れない設定を追加
* enhance(frontend): improve MkPostForm behavioursyuilo2023-04-161-0/+4
|
* fix(client): fix narrow style of MkPostFormtamaina2023-04-131-4/+5
|
* enhance(frontend): tweak post form stylesyuilo2023-04-111-8/+16
|
* :art:syuilo2023-04-061-1/+1
|
* :art:syuilo2023-04-051-1/+1
|
* enhance(client): 投稿フォームをちょっといい感じに (#10442)tamaina2023-04-051-144/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .formラッパーを削除 * fix type of MkPostFormAttaches * :rocket: * :art: * :art: * :art: * :art: * specifiedの時は連合なしをdisabledに * :v: * set select default * gap: 2px (max-width: 500px) / 4px * wip * :v: * :art: * fix maxTextLength * 今後表示しない * :art: * cache channel * :art: * 連合なしにする * use i18n.ts.neverShow * :v: * refactor * fix indent * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* レビュー対応A.Yamamoto2023-04-031-5/+1
| | | | Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* 除外範囲考慮するようにna2na-p2023-04-031-1/+6
|
* refactorsyuilo2023-03-311-2/+2
|
* Issue:#9828対応 (#9916)nenohi2023-03-101-1/+1
|
* feat: Reaction acceptance (#10256)syuilo2023-03-081-1/+26
| | | | | | | * wip * wip * デフォルト設定
* tweak of 0554dd8375syuilo2023-03-071-1/+1
|
* enhance(client): DM作成時にメンションも含むようにsyuilo2023-03-071-0/+4
|
* enhance(client): tweak brain diver detectionsyuilo2023-03-051-1/+8
|
* fix(frontend): read KeyboardEvent.key instead of which/code (#10083)Kagami Sascha Rosylight2023-03-011-5/+5
|
* enhance(client): ローカルのみ -> 連合なしsyuilo2023-02-241-0/+5
| | | | Resolve #10055
* lintsyuilo2023-02-221-4/+4
|
* update depssyuilo2023-02-201-2/+1
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-2/+0
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* drop messaging (#9919)syuilo2023-02-151-8/+0
| | | | | * drop messaging (from backend) * wip
* fix(client): call checkMissingMention immediatelysyuilo2023-02-121-1/+1
|
* enhance(client): ↵syuilo2023-02-111-0/+30
| | | | | | 迷惑になる可能性のある投稿を行う前に警告を表示 Resolve #9862
* fix share pagetamaina2023-02-101-1/+1
|
* Achievements (#9665)syuilo2023-01-211-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* refactorsyuilo2023-01-161-1/+1
|
* fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606tamaina2023-01-151-1/+1
|
* refactor(client): use css modulessyuilo2023-01-141-273/+241
|
* :art:syuilo2023-01-091-1/+1
| | | | Resolve #9498
* refactor(client): typed localStoragesyuilo2023-01-071-8/+9
|
* perf(client): use shallowRef for html element refsyuilo2023-01-031-4/+4
|
* :art:syuilo2023-01-011-1/+15
|