1. 10 Sep, 2023 6 commits
  2. 07 Sep, 2023 1 commit
  3. 06 Sep, 2023 4 commits
  4. 27 Aug, 2023 1 commit
  5. 26 Aug, 2023 3 commits
  6. 25 Aug, 2023 2 commits
  7. 24 Aug, 2023 3 commits
  8. 20 Aug, 2023 3 commits
  9. 18 Aug, 2023 1 commit
  10. 16 Aug, 2023 2 commits
    • Lincoln Nogueira's avatar
      chore: update build scripts (#2150) · 3f82729e
      Lincoln Nogueira authored
      update developer build scripts, bringing
      feature parity between platforms.
      3f82729e
    • Maciej Kasprzyk's avatar
      feat: improve tag suggestions (#2126) · 077cfeb8
      Maciej Kasprzyk authored
      * feat: make filtering case insensitive
      
      * fix: wrong letter case when accepting suggestion
      
      * refactor: wrap textarea in TagSuggestions
      
      * fix: less styles not matching common-editor-inputer
      
      * refactor: use explanatory const names for tested value in conditional checks
      
      * feat: style highlighted option
      
      * feat: handle down/up arrow keys
      
      * feat: handle enter or tab to trigger autocomplete
      
      * fix: wrong import
      
      * fix: tab key adding whitespace after auto-completion
      
      * fix: starting a note with a tag
      
      * fix: close on escape
      
      * refactor: early version of removed wrapping and children prop
      
      * refactor: remove unnecessary return false
      
      * refactor: finished rewriting to not wrap editor
      077cfeb8
  11. 13 Aug, 2023 3 commits
  12. 12 Aug, 2023 3 commits
  13. 11 Aug, 2023 1 commit
  14. 10 Aug, 2023 2 commits
  15. 09 Aug, 2023 2 commits
    • boojack's avatar
      chore: update api v1 docs (#2117) · 35f2d399
      boojack authored
      * chore: update apiv1 docs
      
      * chore: update
      35f2d399
    • Lincoln Nogueira's avatar
      feat: add SwaggerUI and v1 API docs (#2115) · 4491c751
      Lincoln Nogueira authored
      * - Refactor several API routes from anonymous functions to regular definitions. Required to add parseable documentation comments.
      
      - Add API documentation comments using Swag Declarative Comments Format
      
      - Add echo-swagger to serve Swagger-UI at /api/index.html
      
      - Fix error response from extraneous parameter resourceId to relatedMemoId in DELETE("/memo/:memoId/relation/:relatedMemoId/type/:relationType")
      
      - Add an auto-generated ./docs/api/v1.md for quick reference on repo (generated by swagger-markdown)
      
      - Add auxiliary scripts to generate docs.go and swagger.yaml
      
      * fix: golangci-lint errors
      
      * fix: go fmt flag in swag scripts
      4491c751
  16. 08 Aug, 2023 1 commit
  17. 07 Aug, 2023 2 commits