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/incubator-answer.git


    from 895c1c41 fix: add 400 second tag search debounce
     add 3c8aa03f fix(badge): fixed badge description translation
     add fa509526 fix(badge): fixed badge description translation
     add 6fb7131e Merge branch 'dev' into test
     add 462e1d04 Merge branch 'dev' into test
     add 66eb2d1c Merge branch 'dev' into test
     add e7eecc05 fix: badge list style
     add e24a7181 fix: badge detail delete loader
     add b927953f fix: change badges detail item key
     add eb595aad fix: fix rendering issue in badge list
     add cfbe458e fix: update axios to latest version,fix github security 
CVE-2024-28849
     add 7ff80389 fix: badge modal set zindex attribute
     add db80f630 Merge branch 'feat/1.4.1/badge-style' into test
     add 88dabcc4 fix: badges allow 404
     add 3cf4cd62 fix: badge detail params change
     add 36983898 fix: Personal homepage interface request error
     add b9064e3e fix: set default theme color constance
     add 106aeab1 refactor(pluginKit): update useRender hooks to include 
request parameter
     add 5ffa5583 Merge branch 'test' of github.com:answerdev/answer into test
     add f8fd872b update: tag styles change
     add 6817fafc refactor(gomod): replace pinyin dependency
     add 0cff10b1 Merge branch 'dev' into test
     add 88b52d86 fix: Optimize badge animation effect
     add 6da9d718 Merge branch 'dev' into test
     add 2114aa93 Merge branch 'dev' into test
     add 43c09e8b fix: badge modal zindex
     add e893a656 fix: badge modal zindex
     add 24b53d53 fix: personal badges list style
     add 81fbea17 fix: linked page list add order params
     add 13c17f1d fix: Only the active issue list shows update time
     add e0ffb967 fix: linked question component not use empty content
     add a3a7a366 fix: personal page empty state
     add 1997af87 fix: eslint
     add fe1576ba Merge branch 'dev' into test
     add 07e80aba Merge branch 'dev' into test
     add 7e4aa98c fix: navbar header dropdown cannot auto close
     add 5fd09d87 refactor(router): comment out UI index file check for dynamic 
routing
     add 0c5eb64f Merge branch 'dev' into test
     add dd16be0a docs(Makefile): upgrade version to 1.4.1
     add f581e8b7 docs(ui): add Apache license header to 
InitialLoadingPlaceholder components
     add 76fe2187 # Conflicts: #        i18n/da_DK.yaml #       i18n/de_DE.yaml 
#       i18n/es_ES.yaml #       i18n/fa_IR.yaml #       i18n/fr_FR.yaml #       
i18n/it_IT.yaml #       i18n/ko_KR.yaml #       i18n/pl_PL.yaml #       
i18n/pt_PT.yaml #       i18n/ro_RO.yaml #       i18n/ru_RU.yaml #       
i18n/sv_SE.yaml #       i18n/uk_UA.yaml #       i18n/vi_VN.yaml #       
i18n/zh_CN.yaml
     add cea87404 docs(i18n): update translation progress
     add f35561ff docs(i18n): update translation
     add 962221be ci(gorelease): Upgrade Goreleaser version to 2 and update 
snapshot version template
     add 08c2fc78 docs(ui): add Apache license header to 
InitialLoadingPlaceholder components
     add 18e3becb Merge branch 'main' into release/1.4.1
     add 1a21cd07 docs(i18n): update translation progress
     add e6cafaaa docs(i18n): update translation
     add b9402e62 ci(gorelease): Upgrade Goreleaser version to 2 and update 
snapshot version template
     add 8affa9fa ci(plugin): make default plugin list
     add e39319da Merge branch 'release/1.4.1'

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-binary-for-release.yml     |   2 +-
 .goreleaser.yaml                                   |   4 +-
 Makefile                                           |   2 +-
 README.md                                          |   2 +-
 i18n/cs_CZ.yaml                                    |  20 +-
 i18n/cy_GB.yaml                                    |  20 +-
 i18n/da_DK.yaml                                    |  20 +-
 i18n/de_DE.yaml                                    |  30 +-
 i18n/es_ES.yaml                                    |  20 +-
 i18n/fa_IR.yaml                                    |  20 +-
 i18n/fr_FR.yaml                                    |  20 +-
 i18n/hi_IN.yaml                                    |  20 +-
 i18n/i18n.yaml                                     |  26 +-
 i18n/id_ID.yaml                                    |  20 +-
 i18n/it_IT.yaml                                    | 170 +++---
 i18n/ja_JP.yaml                                    |  20 +-
 i18n/ko_KR.yaml                                    |  22 +-
 i18n/{hi_IN.yaml => ml_IN.yaml}                    |  26 +-
 i18n/pl_PL.yaml                                    |  68 ++-
 i18n/pt_PT.yaml                                    | 618 ++++++++++-----------
 i18n/ro_RO.yaml                                    |  20 +-
 i18n/ru_RU.yaml                                    |  20 +-
 i18n/sk_SK.yaml                                    |  20 +-
 i18n/sv_SE.yaml                                    |  44 +-
 i18n/te_IN.yaml                                    |  20 +-
 i18n/tr_TR.yaml                                    |  36 +-
 i18n/uk_UA.yaml                                    | 188 ++++---
 i18n/vi_VN.yaml                                    | 332 ++++++-----
 i18n/zh_CN.yaml                                    |  22 +-
 i18n/zh_TW.yaml                                    |  20 +-
 ui/package.json                                    |   2 +-
 ui/pnpm-lock.yaml                                  | 430 ++++++++------
 ui/src/common/color.scss                           |  24 +-
 ui/src/common/constants.ts                         |   2 +
 ui/src/components/CardBadge/index.scss             |  10 -
 ui/src/components/CardBadge/index.tsx              |   9 +-
 ui/src/components/CustomizeTheme/index.tsx         |  29 +-
 .../Header/components/NavItems/index.tsx           |  29 +-
 .../InitialLoadingPlaceholder/index.scss           |  19 +
 .../components/InitialLoadingPlaceholder/index.tsx |  19 +
 ui/src/components/Modal/BadgeModal.tsx             |  40 +-
 ui/src/components/QuestionList/index.tsx           |  10 +-
 ui/src/index.scss                                  |  23 +-
 ui/src/pages/Admin/Badges/index.tsx                |   2 +-
 ui/src/pages/Admin/Themes/index.tsx                |   5 +-
 ui/src/pages/Badges/Detail/index.tsx               |   6 +-
 ui/src/pages/Badges/index.tsx                      |  11 +-
 .../Detail/components/LinkedQuestions/index.tsx    |  70 +--
 ui/src/pages/Questions/Linked/index.tsx            |  32 +-
 ui/src/pages/Tags/Detail/index.tsx                 |   2 +-
 .../Users/Personal/components/Badges/index.tsx     |  17 +-
 .../Users/Personal/components/Overview/index.tsx   |  25 +-
 ui/src/services/client/badges.ts                   |  20 +-
 ui/src/services/client/personal.ts                 |   2 +-
 ui/src/services/common.ts                          |   3 +-
 ui/src/stores/themeSetting.ts                      |   3 +-
 ui/src/utils/animateGift.ts                        |   4 +-
 ui/src/utils/request.ts                            |  15 +-
 58 files changed, 1405 insertions(+), 1330 deletions(-)
 copy i18n/{hi_IN.yaml => ml_IN.yaml} (97%)

Reply via email to