Steven
155c5baf2c
refactor: add markdown service
2024-04-29 08:00:37 +08:00
Steven
1b291422e7
refactor: api version
2024-04-28 00:44:29 +08:00
Steven
5ab845d92e
chore: fix linter
2024-03-30 00:02:34 +08:00
Steven
c7aaf791e6
chore: tweak props naming
2024-03-29 22:49:19 +08:00
Steven
192ee7acc0
chore: fix memo link
2024-03-28 22:53:22 +08:00
Steven
722e356044
chore: update memo store
2024-03-19 20:55:33 +08:00
Steven
5f2d6b22be
chore: tweak memo structure
2024-03-18 23:23:53 +08:00
Steven
86db6d0254
chore: tweak user api definition
2024-03-18 12:56:52 +08:00
Steven
f3fb5e0c60
chore: tweak route enum
2024-03-18 12:07:44 +08:00
Steven
4378816e44
chore: tweak i18n
2024-02-21 23:02:18 +08:00
Brilliant Hanabi
ebe3678288
feat: add visibility select in ShareMemoDialog ( #2941 )
...
In ShareMemoDialog, user can change the visibility
of the memo, so that the memo can be set to public
to be viewed by anyone with the link.
2024-02-13 09:28:16 +08:00
Steven
8ce6a32aac
feat: use gomark wasm in frontend
2024-01-31 22:25:24 +08:00
Brilliant Hanabi
1bad0543d0
feat: add notice when sharing private links ( #2809 )
...
Co-authored-by: boojack <stevenlgtm@gmail.com>
2024-01-30 19:06:30 +08:00
Noah Alderton
73337331cb
feat: export all user Memos as a .zip of Markdown files ( #2854 )
...
* Add gRPC Memos Export
* Update code style
* Add URL.revokeObjectURL
* Rename protobuf and ESLint fix
* Change MemosExport to ExportMemos
2024-01-30 16:42:54 +08:00
Steven
ed32b20c9e
chore: update frontend dependencies
2024-01-27 17:28:06 +08:00
Steven
288527914b
chore: migrate memo route
2024-01-21 01:23:44 +08:00
Steven
196facfacd
feat: implement embedded resource renderer
2024-01-20 09:17:31 +08:00
Steven
893dd2c85e
chore: add disable filter to renderer context
2024-01-18 14:52:57 +08:00
Steven
4a407668bc
chore: tweak dialog close button
2024-01-13 15:33:23 +08:00
Noah Alderton
43e42079a4
feat: export Memos as Markdown FIles ( #2716 )
2024-01-08 11:40:50 +08:00
Steven
454cd4e24f
feat: implement switchable task list node
2024-01-05 08:40:16 +08:00
Steven
96140f3875
chore: tweak dark mode styles
2024-01-03 23:12:50 +08:00
Steven
ea87a1dc0c
chore: update memo content props
2023-12-28 22:57:51 +08:00
subks
f48ff102c9
fix: eslint check failure after fixing #2672 ( #2673 )
2023-12-26 21:46:26 +08:00
subks
bd5a0679ee
fix: date format in share memo dialog ( #2672 )
...
fix: Date format in shareable Memo Images (#2668 )
2023-12-26 17:50:09 +08:00
Steven
8e325f9986
chore: return username in user response
2023-12-23 19:23:39 +08:00
Steven
df5aeb6d88
chore: remove v1 prefix in store name
2023-12-23 08:48:11 +08:00
Steven
5673e29e51
chore: compose memo in backend
2023-12-22 20:18:31 +08:00
Steven
a3feeceace
chore: remove component v1 suffix
2023-12-22 08:29:02 +08:00
Steven
81524c38e9
chore: refactor memo module
2023-12-21 23:40:43 +08:00
Steven
d6656db20d
feat: implement part of full-screen layout
2023-12-18 22:10:36 +08:00
Steven
bcfcd59642
chore: deprecate old MemoContent
2023-12-17 10:58:22 +08:00
Zexi
8bc117bce9
feat: optimize media resource display ( #2518 )
...
* feat: optimize media resource display
* fix: type error
* Update web/src/components/MemoResourceListView.tsx
Co-authored-by: boojack <stevenlgtm@gmail.com>
* Update MemoResourceListView.tsx
---------
Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-11-17 08:03: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
Steven
a76f762196
chore: update memo share dialog
2023-10-21 08:19:25 +08:00
Steven
34ae9b0687
chore: update default storage back to database
2023-10-05 13:36:33 +08:00
Steven
d4e54f343d
feat: update memo detail page
2023-09-23 20:14:07 +08:00
boojack
8c312e647d
chore: remove auto collapse setting ( #2169 )
2023-08-24 22:00:48 +08:00
Chris Akring
9503f73115
feat: use user avatar in ShareMemoDialog ( #2102 )
...
fix: ShareMemoDialog use user avata
2023-08-07 19:40:43 +08:00
boojack
d114b630d2
feat: add prettier sort import plugin ( #2058 )
2023-07-31 22:26:45 +08: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
boojack
a7573d5705
refactor: migrate memo to apiv1 ( #1907 )
...
* refactor: migrate memo to apiv1
* chore: update
* chore: update
* chore: update
* chore: upate
* chore: update
* chore: update
2023-07-06 21:56:42 +08:00
boojack
e0e59c5831
feat: display memo with updated ts ( #1760 )
2023-05-28 01:50:09 +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
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
8cdc662745
chore: update memo visibility display ( #1485 )
2023-04-07 08:53:20 +08:00
boojack
d71bfce1a0
chore: add usage into heatmap ( #1443 )
2023-04-02 11:56:09 +08:00