Commit Graph

40 Commits (18d16abdb5b59c56c866f9151678961d728db3dd)

Author SHA1 Message Date
Steven 18d16abdb5 chore: update workspace service 1 year ago
Steven ed32b20c9e chore: update frontend dependencies 1 year ago
Steven 4a407668bc chore: tweak dialog close button 1 year ago
Steven 8e325f9986 chore: return username in user response 2 years ago
Steven df5aeb6d88 chore: remove v1 prefix in store name 2 years ago
Steven e83d483454 refactor(frontend): use auth service 2 years ago
Steven 39a0e69b04 chore: update function name 2 years ago
Steven e60e47f76f chore: update user definition 2 years ago
Steven 3ad0832516 chore: use user v2 api in frontend 2 years ago
boojack d114b630d2
feat: add prettier sort import plugin (#2058) 2 years ago
Ajay Kumbhare 1780225da5
feat: add typeScript support to enforce valid translation keys (#1954)
* #1952 Fix incorrect localization key for sign-up failure message

* feat: add typeScript support to enforce valid translation keys

* feat: add typeScript support to enforce valid translation keys

* fix lint errors

* fix lint error
2 years ago
boojack 43819b021e
chore: add demo banner (#1739) 2 years ago
Lincoln Nogueira 557278fac0
feat: improve i18n support as a whole (#1526)
* feat: improve i18n support as a whole

- Remove dayjs in favor of /helpers/datetime.ts, which uses
Intl.DateTimeFormat and Date. Dayjs is not exactly i18n friendly
and has several locale related opened issues.

- Move/refactor date/time code from /helpers/utils.ts to
/helpers/datetime.ts.

- Fix Daily Review weekday not changing according to selected date.

- Localize Daily review weekday and month.

- Load i18n listed strings from /locales/{locale}.json in a dynamic way.
This makes much easier to add new locales, by just adding a properly
named json file and listing it only in /web/src/i18n.ts and
/api/user_setting.go.

- Fallback languages are now set in /web/src/i18n.ts.

- Full language codes are now preffered, but they fallback to 2-letter
codes when not available.

- The locale dropdown is now populated dynamically from the available
locales. Locale names are populated by the browser via
Intl.DisplayNames(locale).

- /web/src/i18n.ts now exports a type TLocale from availableLocales
array. This is used only by findNearestLanguageMatch(). As I was unable
to use this type in ".d.ts" files, I switched the Locale type from
/web/src/types/i18n.d.ts to string.

- Move pretty much all hardcoded text strings to i18n strings.

- Add pt-BR translation.

- Remove site.ts and move its content to a i18n string.

- Rename zh.json to zh-Hans.json to get the correct language name on
selector dropdown.

- Remove pt_BR.json and replace with pt-BR.json.

- Some minor layout spacing fixes to accommodate larger texts.

- Improve some error messages.

* Delete .yarnrc.yml

* Delete package-lock.json

* fix: 158:28  error  Insert `⏎`  prettier/prettier
2 years ago
boojack f48d91539e
chore: update locale file structure (#1478) 2 years ago
boojack 89ab57d738
refactor: update import prefix with alias (#1433) 2 years ago
boojack f86816fea2
feat: use react-hot-toast (#1321) 2 years ago
Zeng1998 57479b250a
chore: remove validators on the frontend (#1156)
* chore: update minlength of username

* remove the validator on frontend

* update
2 years ago
Zeng1998 55695f2189
feat: `esc` key to exit multiple dialogs (#692)
* fix: `esc` key to exit multiple dialogs

* update

* update

* update

* Update web/src/components/Dialog/BaseDialog.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>
3 years ago
boojack ef621a444f
refactor: introducing `use{Module}Store` instead of service (#768)
* refactor: introducing `useEditorStore`

* refactor: update

* chore: update
3 years ago
boojack 7c6d7226f5
feat: update appearance selector (#645) 3 years ago
Zeng1998 52038d26d2
chore: update i18n for validator message (#636) 3 years ago
Zeng1998 40e92f9463
fix: change password max length validation (#616) 3 years ago
boojack 2042737004
feat: add username field (#544)
* feat: add username field

* chore: update
3 years ago
Steven 366afdd1e4 feat: use `i18next` 3 years ago
Steven 13aa61bbc0 chore: update i18n for change password dialog 3 years ago
Steven 1591fdf61c chore: update i18n structures 3 years ago
ChasLui 7e8d1128f8
chore: update i18n (#215) 3 years ago
Steven b884327a53 chore: update eslint rules 3 years ago
Steven f06a3d171b chore: update error message handler 3 years ago
Steven a7a01df79a chore: update i18n 3 years ago
boojack c703f281d9 chore: update feather icon 3 years ago
boojack 2b8078a19b chore: add `CommonDialog` 3 years ago
boojack d371cfd78d chore: update member list action buttons 3 years ago
boojack 93ba2f4fab chore: fix icon style 3 years ago
boojack 9417797b99 chore: use `fontawesome` instead of `material icons` 3 years ago
boojack a580df5c9f chore: update redux store and service 3 years ago
STEVEN 615cec3066
feat: import data from json (#53) 3 years ago
STEVEN f1cca0f298
feat: add user role field (#49)
* feat: add user role field

* chore: fix typo

* feat: update signup api
3 years ago
email 226e9c156a feat: change main language to english 3 years ago
LeeShuang 06bffd0ba5 migrate frontend 4 years ago