Commit Graph

78 Commits (c9ab03e1a088e63eb85b286185a60bed2978da57)

Author SHA1 Message Date
Steven c9ab03e1a0 refactor: user service 1 month ago
Johnny acb71dfb69 chore: tweak button styles 1 month ago
Johnny f2a01d9ccb chore: use popover instead of dropdown/menu 1 month ago
Johnny 522da2a114 fix: border color 1 month ago
Johnny e6fe088ac0 chore: fix missing observer 2 months ago
johnnyjoy f9e07a2245 feat: support update user's role 2 months ago
Johnny 47a9b434e6 fix: translate in members section 5 months ago
taosin a7fef80384
chore: update chinese i18n at member setting section (#4405) 5 months ago
Johnny 7a57b5c6e7 refactor: user store 5 months ago
johnnyjoy 2a8c4cb750 chore: update styles 5 months ago
Steven 8b7e9f5443 chore: remove unused user id 6 months ago
johnnyjoy 2a861ea430 refactor: tweak resource state in api 6 months ago
Steven db2b34a850 chore: update input source 9 months ago
Steven 963706aebd refactor: update button source 9 months ago
Michel Heusschen 2dbf92f7f1
perf: reduce bundle size by 21% with direct icon imports (#3844) 11 months ago
Steven 1ad5d9bf0a chore: update confirm dialog 1 year ago
Steven 40a5503d45 chore: tweak i18n locales 1 year ago
Steven 1b291422e7 refactor: api version 1 year ago
Steven 5f2d6b22be chore: tweak memo structure 1 year ago
Steven 68468927dd chore: tweak setting styles 1 year ago
Steven 606e574e19 chore: update enum type 1 year ago
Steven 7f5148d490 chore: clean dropdown 1 year ago
Steven 6d5e1def76 chore: update member section 1 year ago
Steven 1994c20c54 chore: tweak setting page 2 years ago
Steven 73baeaa0ad chore: tweak dark mode styles 2 years 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 df3303dcd3 chore: update list users 2 years ago
Steven e83d483454 refactor(frontend): use auth service 2 years ago
Steven e5f660a006 chore: migrate update user 2 years ago
Steven c0628ef95b chore: migrate create user 2 years ago
Steven c0b5070e46 chore: migrate delete user 2 years ago
Steven c2ab05d422 chore: fix member section style 2 years ago
Athurg Gooth 664c9c4a7c
chore: extend height of setting page (#2407)
Extend height of setting page
2 years ago
Steven 1489feb054 chore: update common dialog default color 2 years ago
Steven 0d803bf45f chore: update dark mode styles 2 years ago
Steven 866937787c chore: clean duplicated requests 2 years ago
boojack c67a69629e
chore: update user menu items (#2179) 2 years ago
boojack 4af0d03e93
chore: add user profile page (#2175)
chore: some enhancements
2 years ago
boojack d3bd3ddab0
chore: update some detail styles (#2168)
* chore: update some detail styls

* chore: update
2 years ago
boojack d114b630d2
feat: add prettier sort import plugin (#2058) 2 years ago
boojack 220cba84ae
chore: add dev guard for memo chat (#1968) 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
Alexandr Tumaykin 6b17a27a13
feat: update russian translate and new translate message (#1958)
* feat: add russian translate and new translate message

* fix

---------

Co-authored-by: Александр Тумайкин <AATumaykin@tsum.ru>
2 years ago
boojack 66e65e4dc1
refactor: migrate definition to api v1 (#1879)
* refactor: user api v1

* refactor: system setting to apiv1

* chore: remove unused definition

* chore: update

* chore: refactor: system setting

* chore: update

* refactor: migrate tag

* feat: migrate activity store

* refactor: migrate shortcut apiv1

* chore: update
2 years ago
boojack 847b4605f4
chore: update dark mode style (#1864) 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 91a24ef9ce
chore: update memo header (#1497)
* chore: update memo header

* chore: update
2 years ago
boojack 89ab57d738
refactor: update import prefix with alias (#1433) 2 years ago
远浅 7f30e2e6ff
chore: fix typo (#1355) 2 years ago