misskey/packages/frontend
ろむねこ 6841cdfa76
enhance(frontend): CWの注釈テキストが入力されていない場合はPostボタンを非アクティブに (#15639)
* add condition to disable post button when CW text is empty

* standardize condition by using 1<= inserted of 0<

* unify CW text length condition to improve readability

* add missing CW state check

* fix state check, add empty/null check, improve max length validation

* simplify CW validation by removing minimum length check

* Update CHANGELOG

* remove CW text validation in post()

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-03-10 10:35:37 +00:00
..
.storybook refactor(frontend): relocate theme script 2025-03-09 14:32:29 +09:00
.vscode
@types refactor(frontend): relocate theme script 2025-03-09 14:32:29 +09:00
assets wip (#14745) 2024-10-11 21:05:53 +09:00
lib refactor(frontend): rename pizzax fields 2025-03-10 10:51:54 +09:00
public (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
src enhance(frontend): CWの注釈テキストが入力されていない場合はPostボタンを非アクティブに (#15639) 2025-03-10 10:35:37 +00:00
test refactor(frontend): scripts -> utility 2025-03-09 14:28:01 +09:00
.gitignore
eslint.config.js update deps (#15311) 2025-02-15 10:24:22 +09:00
package.json enhnace(frontend): 文字列比較のためのローマナイズを強化(設定の検索) (#15632) 2025-03-09 14:21:23 +09:00
tsconfig.json refactor(frontend): verbatimModuleSyntaxを有効化 (#15323) 2025-02-05 10:01:44 +00:00
vite.config.ts refactor(frontend): scripts -> utility 2025-03-09 14:28:01 +09:00
vite.json5.ts
vue-shims.d.ts Fix/vue import error on intellij (#12612) 2023-12-09 13:13:31 +09:00