This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git
from 403dec5e feat(internal,ui): add minimum tags error and label while
editing
new f238aa50 feat(ui,internal): add min_content property in site info
new 9154b9ba feat(ui,internal): add optional question body
new 2d2451f7 fix(ui,internal): correct i18n implementation for variables
and add min=0 to minimumContent in siteInfo schema
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
i18n/en_US.yaml | 16 ++++++++---
internal/base/reason/reason.go | 1 +
internal/migrations/init.go | 1 +
internal/migrations/v28.go | 2 ++
internal/schema/question_schema.go | 26 +++---------------
internal/schema/siteinfo_schema.go | 1 +
internal/service/content/question_service.go | 40 ++++++++++++++++++++++++++++
internal/service/question_common/question.go | 8 ++++++
ui/src/common/interface.ts | 1 +
ui/src/components/TagSelector/index.tsx | 6 ++---
ui/src/pages/Admin/Write/index.tsx | 33 +++++++++++++++++++----
ui/src/pages/Questions/Ask/index.tsx | 23 ++++++++++++----
ui/src/stores/writeSetting.ts | 1 +
13 files changed, 119 insertions(+), 40 deletions(-)