Steven
7722c41680
chore: add edit button to memo detail page
2023-09-26 23:46:58 +08:00
Steven
0d803bf45f
chore: update dark mode styles
2023-09-23 20:30:47 +08:00
Steven
d4e54f343d
feat: update memo detail page
2023-09-23 20:14:07 +08:00
boojack
b13042d644
chore: move buf generated code to gitignore ( #2236 )
2023-09-17 20:55:05 +08:00
Steven
72ca4e74ee
refactor: impl part of grpcweb
2023-09-17 19:20:03 +08:00
Steven
f5802a7d82
chore: update access token ui
2023-09-15 08:18:30 +08:00
Steven
93f062d0b9
chore: update user v2 api
2023-09-10 18:56:24 +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
d114b630d2
feat: add prettier sort import plugin ( #2058 )
2023-07-31 22:26:45 +08:00
Gerald
95675cdf07
fix: show full content in detail page ( #2041 )
...
fix #1373 again
2023-07-28 15:52:50 +00:00
boojack
01f4780655
chore: update detail styles ( #1964 )
2023-07-15 22:57:57 +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
boojack
0292f472e0
chore: add data empty placeholder ( #1913 )
2023-07-08 13:04:12 +08:00
David Angel
781b1f7b3a
chore: add classnames for easy logo/server name customizations via CSS. ( #1828 )
...
Update MemoDetail.tsx
2023-06-14 21:03:38 +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
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
f48d91539e
chore: update locale file structure ( #1478 )
2023-04-06 00:07:10 +08:00
boojack
d71bfce1a0
chore: add usage into heatmap ( #1443 )
2023-04-02 11:56:09 +08:00
boojack
89ab57d738
refactor: update import prefix with alias ( #1433 )
2023-04-01 16:03:14 +08:00
Zeng1998
7f44a73fd0
fix: show full content in detail page ( #1375 )
2023-03-18 20:19:32 +08:00
boojack
a9218ed5f0
refactor: filter store ( #1331 )
2023-03-11 09:13:54 +08:00
boojack
f86816fea2
feat: use react-hot-toast ( #1321 )
2023-03-09 08:54:14 +08:00
boojack
904a6bd97f
fix: find memo list order ( #1149 )
2023-02-24 20:34:54 +08:00
boojack
29124f56bb
chore: update memo service ( #1138 )
...
* chore: update memo service
* chore: update
2023-02-22 20:07:55 +08:00
boojack
9f25badde3
chore: update logo format to png ( #830 )
2022-12-23 00:21:53 +08:00
boojack
b67ed1ee13
feat: customize system profile ( #774 )
...
* feat: system setting for customized profile
* chore: update
* feat: update frontend
* chore: update
2022-12-18 21:18:30 +08:00
boojack
ef621a444f
refactor: introducing use{Module}Store instead of service ( #768 )
...
* refactor: introducing `useEditorStore`
* refactor: update
* chore: update
2022-12-18 15:25:18 +08:00
boojack
a467a7c173
feat: upgrade dev version to 0.8.1 ( #656 )
...
* feat: upgrade version to `0.8.1`
* chore: update
2022-12-02 21:09:11 +08:00
boojack
c5200ca31b
feat: dark mode for dialogs ( #643 )
2022-11-30 20:34:16 +08:00
Stephen Zhou
fbe7b604ef
feat: dark mode support for memo detail ( #604 )
...
* feat: dark mode support for memo detail
* chore: update
* chore: update
* chore: update
2022-11-28 19:40:08 +08:00
boojack
2042737004
feat: add username field ( #544 )
...
* feat: add username field
* chore: update
2022-11-23 22:27:21 +08:00
boojack
2743268fd7
chore: remove unused visibility selector ( #457 )
2022-11-13 10:47:21 +08:00
Zeng1998
1e3b8315a0
chore: update MemoResources props ( #432 )
2022-11-09 22:10:31 +08:00
boojack
2a4fc7dcc3
chore: update memo display time ( #327 )
...
* chore: update memo display time
* chore: update
2022-10-21 20:26:00 +08:00
steven
a323689ee6
chore: update copy button style
2022-10-05 20:55:04 +08:00
f97
2ea612e2fe
feat: add copy button to memo ( #267 )
...
* feat: copy-content
* Update web/src/less/memo-detail.less
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-05 16:39:04 +08:00
Steven
b992d07f3e
chore: update memo detail header
2022-09-24 10:05:51 +08:00
Steven
77a3513a6b
chore: update memo detail page
2022-09-24 09:31:20 +08:00
Steven
0dd2337663
chore: update router
2022-09-21 21:30:33 +08:00
Steven
63468dbaf3
chore: update memo detail access handler
2022-09-21 19:31:02 +08:00
Steven
6c1cc1d283
chore: use conditional rendering instead of OnlyWhen
2022-09-20 23:30:25 +08:00
Steven
15cfc9e1f5
chore: add memo detail page
2022-09-20 22:55:24 +08:00