zty
caea065594
feat: add share btn in more-action ( #2491 )
...
Co-authored-by: zty <zty.dev@outlook.com>
2023-11-08 10:34:07 +08:00
Steven
9c4f72c96e
chore: update tooltips
2023-11-07 07:06:38 +08:00
Steven
5e4493b227
chore: remove debug codes
2023-11-06 23:20:26 +08:00
Steven
39a0e69b04
chore: update function name
2023-11-05 23:28:09 +08:00
Steven
e60e47f76f
chore: update user definition
2023-11-05 23:03:43 +08:00
Zexi
8b0083ffc5
fix: auto fetch more ( #2472 )
...
* fix: auto fetch more
* feat: use union type
2023-11-03 05:16:55 +08:00
Steven
c87b679f41
chore: add memo relation list
2023-10-19 21:26:38 +08:00
Steven
21c70e7993
feat: update memo relations dialog
2023-10-19 00:18:07 +08:00
Steven
1489feb054
chore: update common dialog default color
2023-10-09 23:08:52 +08:00
Steven
3822c26e32
chore: update memo props
2023-10-09 21:09:17 +08:00
Steven
b938c8d7b6
chore: only show comments in memo detail page
2023-10-08 00:42:02 +08:00
Steven
42e8d51550
chore: update i18n
2023-10-05 15:07:03 +08:00
Steven
077bf95425
chore: add pinned icon in status bar
2023-10-05 13:12:03 +08:00
Steven
91f7839b31
chore: update memo detail styles
2023-10-03 00:25:22 +08:00
Steven
078bc164d5
chore: update memo relations view
2023-10-02 08:26:15 +08:00
Steven
e40621eb0f
chore: implement memo content views
2023-10-01 22:14:25 +08:00
Steven
fbbfb11916
chore: adjust memo elements
2023-09-28 08:59:55 +08:00
Steven
d4e54f343d
feat: update memo detail page
2023-09-23 20:14:07 +08:00
Steven
bff41a8957
fix: invalid username checks
2023-09-18 22:34:31 +08:00
Steven
866937787c
chore: clean duplicated requests
2023-09-10 11:43:38 +08:00
Steven
3df550927d
chore: update user profile page
2023-09-10 10:33:22 +08:00
boojack
4af0d03e93
chore: add user profile page ( #2175 )
...
chore: some enhancements
2023-08-25 23:10:51 +08:00
boojack
8c312e647d
chore: remove auto collapse setting ( #2169 )
2023-08-24 22:00:48 +08:00
boojack
d3bd3ddab0
chore: update some detail styles ( #2168 )
...
* chore: update some detail styls
* chore: update
2023-08-24 21:52:16 +08:00
boojack
9f8a0a8dd3
fix: lazy rendering checks ( #2130 )
2023-08-13 23:19:29 +08:00
boojack
843850675f
chore: update image displays ( #2093 )
2023-08-06 10:42:30 +08:00
boojack
7189ba40d3
feat: add lazy rendering in home page ( #2085 )
2023-08-05 22:14:17 +08:00
boojack
d114b630d2
feat: add prettier sort import plugin ( #2058 )
2023-07-31 22:26:45 +08:00
boojack
a6a1898c41
refactor: user v1 store ( #2047 )
2023-07-29 18:57:09 +08:00
Gerald
95675cdf07
fix: show full content in detail page ( #2041 )
...
fix #1373 again
2023-07-28 15:52:50 +00:00
Alexandr Tumaykin
f91f09adea
feat: use username instead of uid ( #1977 )
...
* #1916 replace userId to username
* resolve
---------
Co-authored-by: Александр Тумайкин <AATumaykin@tsum.ru>
2023-07-20 19:48:39 +08:00
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
2023-07-15 10:27:37 +08:00
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>
2023-07-15 10:01:40 +08:00
boojack
0292f472e0
chore: add data empty placeholder ( #1913 )
2023-07-08 13:04:12 +08:00
boojack
db8b8f0d58
chore: remove unused kit components ( #1871 )
2023-07-01 12:34:37 +08:00
boojack
dd8c10743d
feat: memo editor dialog ( #1772 )
...
* feat: memo editor dialog
* chore: update mark
* chore: update
2023-05-30 20:23:26 +08:00
boojack
e0e59c5831
feat: display memo with updated ts ( #1760 )
2023-05-28 01:50:09 +08:00
boojack
2e34ce90a1
chore: upgrade version `0.13.1` ( #1754 )
2023-05-27 09:09:41 +08:00
boojack
ae1d9adf65
fix: initial system locale ( #1684 )
2023-05-20 09:39:20 +08:00
boojack
b40571095d
feat: update memo detail page ( #1682 )
...
* feat: update memo detail page
* chore: update
2023-05-20 08:39:39 +08:00
boojack
a07d5d38d6
feat: memo relation part1 ( #1677 )
...
* feat: memo relation part1
* chore: update
2023-05-18 21:29:28 +08:00
boojack
edf934efbb
chore: update memo style ( #1581 )
2023-04-21 14:46:41 +08:00
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
2023-04-15 08:56:03 +08:00
boojack
df30304d00
chore: update share memo buttons ( #1498 )
2023-04-09 11:38:30 +08:00
boojack
91a24ef9ce
chore: update memo header ( #1497 )
...
* chore: update memo header
* chore: update
2023-04-09 11:05:09 +08:00
boojack
680b8ede6c
chore: adjust header style ( #1493 )
2023-04-08 21:50:07 +08:00
boojack
8cdc662745
chore: update memo visibility display ( #1485 )
2023-04-07 08:53:20 +08:00
HappyZ
609366da6e
chore: add "copy link" for each memo ( #1474 )
2023-04-06 07:12:12 +08:00
boojack
89ab57d738
refactor: update import prefix with alias ( #1433 )
2023-04-01 16:03:14 +08:00
Dmitry Shemin
b03778fa73
feat: update RU i18n locale ( #1422 )
...
* feat: Fix i18n and RU locale
* fix: eslint issues
* change the position of deps
---------
Co-authored-by: CorrectRoadH <a778917369@gmail.com>
2023-04-01 15:35:25 +08:00