1. 24 Jul, 2023 2 commits
  2. 23 Jul, 2023 4 commits
  3. 22 Jul, 2023 4 commits
  4. 21 Jul, 2023 2 commits
  5. 20 Jul, 2023 3 commits
  6. 19 Jul, 2023 3 commits
  7. 18 Jul, 2023 2 commits
    • Ajay Kumbhare's avatar
      fix: disable selection of future dates in daily review section (#1983) · 83b771d5
      Ajay Kumbhare authored
      * #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
      83b771d5
    • EINDEX's avatar
      docs: add rowStatus parameter for memo api document (#1984) · 8dbc63ed
      EINDEX authored
      add missing parameters for memo api
      8dbc63ed
  8. 17 Jul, 2023 3 commits
    • Felipe Martínez's avatar
      fix: exclude all punctuation chars except underscore in tags (#1974) · 8c615316
      Felipe Martínez authored
      * Change tag regex
      
      * Update tests
      
      * Add more tag tests
      8c615316
    • Ajay Kumbhare's avatar
      fix: copy code button toast message (#1979) · b5d4b8ea
      Ajay Kumbhare authored
      * #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."
      b5d4b8ea
    • Alexandr Tumaykin's avatar
  9. 16 Jul, 2023 5 commits
  10. 15 Jul, 2023 8 commits
  11. 14 Jul, 2023 4 commits