memos/web
Ajay Kumbhare 83b771d5cd
fix: disable selection of future dates in daily review section (#1983)
* #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

* chore: Disallow destructuring 't' from useTranslation

This commit adds a linting rule to disallow the destructuring of the 't' property from the result of the useTranslation function call. The no-restricted-syntax rule in the ESLint configuration has been updated to enforce this restriction. The intention is to promote alternative approaches like using the useTranslate hook for localization.

* fix: typo fixed for memoChat

* fix: copy code button toast message

Refactored the code for the "Copy Code" button to utilize i18 strings for displaying the success message. Replaced the hard-coded value with the appropriate i18 string "Code copied successfully."

* fix: #1980 disable selection of future dates in daily review section
2023-07-18 22:21:08 +08:00
..
.vscode feat: new resource dashboard (#1346) 2023-03-15 20:06:30 +08:00
public chore: add data empty placeholder (#1913) 2023-07-08 13:04:12 +08:00
src fix: disable selection of future dates in daily review section (#1983) 2023-07-18 22:21:08 +08:00
.eslintrc.json chore: disallow destructuring 't' from useTranslation (#1973) 2023-07-16 21:26:26 +08:00
.gitignore feat: add auto collapse feature for all memos issue #1463 (#1550) 2023-04-18 10:05:36 +08:00
.prettierrc migrate frontend 2021-12-08 23:43:52 +08:00
index.html chore: update logo (#1442) 2023-04-02 09:54:52 +08:00
package.json chore: update detail styles (#1964) 2023-07-15 22:57:57 +08:00
pnpm-lock.yaml chore: update detail styles (#1964) 2023-07-15 22:57:57 +08:00
postcss.config.js feat: use tailwindcss and show export btn 2022-01-31 19:16:01 +08:00
README.md migrate frontend 2021-12-08 23:43:52 +08:00
tailwind.config.js chore: regenerate yarn lock file (#1530) 2023-04-15 09:12:45 +08:00
tsconfig.json refactor: update import prefix with alias (#1433) 2023-04-01 16:03:14 +08:00
vite.config.ts revert: fix: add public base path (#1748) (#1775) (#1806) 2023-06-07 10:07:30 +08:00

Memos web