Steven
26fa172641
chore(frontend): add order by time asc
10 months ago
Steven
6184375cbb
chore: upgrade frontend dependencies
10 months ago
Steven
ea70dd85bf
chore: remove color in manifest
10 months ago
Steven
14194504ee
chore: remove unused classnames
10 months ago
Steven
444ccc03ed
chore: tweak default title
10 months ago
Steven
a1083e648f
chore: fix resource display time
10 months ago
Steven
4b415e519e
chore: tweak demo data
10 months ago
Steven
a50f3b9382
chore: fix memos sorting
10 months ago
Steven
8bf7cdfd31
feat: add password auth flag
10 months ago
Steven
b9006f8ce0
chore: tweak date utils
10 months ago
Steven
3d63d9d5fb
chore: fix activity stats
10 months ago
Steven
139090fb8f
chore: fix calendar timestamps
10 months ago
Steven
edc3b578d6
feat: implement search multi tags
10 months ago
Steven
c6a09d9353
chore: update memo filter styles
10 months ago
Steven
cd38ec93ed
feat: implement memo filters
10 months ago
Steven
b3b4aa9ddb
chore: remove unused code
10 months ago
dependabot[bot]
95fa145665
chore: bump @types/node from 20.14.9 to 20.14.11 in /web ( #3726 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.14.9 to 20.14.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
84e2d40481
chore: bump @typescript-eslint/parser from 7.16.0 to 7.16.1 in /web ( #3727 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 7.16.0 to 7.16.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
582c360787
chore: bump dayjs from 1.11.11 to 1.11.12 in /web ( #3728 )
...
Bumps [dayjs](https://github.com/iamkun/dayjs ) from 1.11.11 to 1.11.12.
- [Release notes](https://github.com/iamkun/dayjs/releases )
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/iamkun/dayjs/compare/v1.11.11...v1.11.12 )
---
updated-dependencies:
- dependency-name: dayjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
0a6d7387d1
chore: bump vite from 5.3.1 to 5.3.4 in /web ( #3730 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.3.1 to 5.3.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.3.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
511178389b
chore: bump eslint-plugin-prettier from 5.1.3 to 5.2.1 in /web ( #3731 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.1.3 to 5.2.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Steven
c313596144
feat: update memo editor
11 months ago
Steven
10c9bb081b
chore: retire timeline page
11 months ago
Steven
c4a24bead6
chore(frontend): tweak memo relations
11 months ago
andrigamerita
d264f45979
fix: code blocks of unknown languages cause HTML injection ( #3711 )
...
* fix: code blocks of unknown languages cause HTML injection
A code block of unknown language (that is, a language not treated as special by Memos and not handled by highlight.js) should fall back on rendering its plaintext content. However, the content is never properly escaped before it is appended to the DOM, and thus any string that happens to contain HTML is unsafely rendered. This commit fixes the issue by ensuring that, when none of the previous cases handle the text, any HTML entities are escaped first.
* Update CodeBlock.tsx to conform to eslint
11 months ago
Steven
5704aaad08
chore: tweak embeded memo style
11 months ago
Steven
ef7e2151dc
chore: update memo relation list
11 months ago
Steven
e2fd79200e
feat: implement inline memo editor
11 months ago
Steven
956f21838d
chore: fix popover z-index
11 months ago
Steven
878fea5f13
chore: use popover for update tag view setting
11 months ago
dependabot[bot]
07f79b9f7a
chore: bump @mui/joy from 5.0.0-beta.36 to 5.0.0-beta.48 in /web ( #3695 )
...
Bumps [@mui/joy](https://github.com/mui/material-ui/tree/HEAD/packages/mui-joy ) from 5.0.0-beta.36 to 5.0.0-beta.48.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-joy )
---
updated-dependencies:
- dependency-name: "@mui/joy"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
41d9d3bc21
chore: bump prettier from 3.3.2 to 3.3.3 in /web ( #3696 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
fae951ae2b
chore: bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 in /web ( #3697 )
...
chore: bump @typescript-eslint/eslint-plugin in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 7.15.0 to 7.16.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
7c9f967a07
chore: bump dompurify from 3.1.5 to 3.1.6 in /web ( #3698 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.5...3.1.6 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
a5d36655e9
chore: bump tailwindcss from 3.4.4 to 3.4.5 in /web ( #3699 )
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.5/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Steven
f2cfc528a6
chore: introduce tag view option
11 months ago
Johnny
9909fd8a6f
feat: add snippet field to memo message ( #3689 )
11 months ago
Johnny
bcb8843245
chore: implement stringify markdown nodes endpoint ( #3688 )
11 months ago
Johnny
7c9e54afbd
chore: update disallow public visibility setting name ( #3687 )
11 months ago
Steven
f374169a2b
feat: implement html element renderer
11 months ago
Johnny
4ff3b89a8e
chore: update i18n from Weblate ( #3680 )
...
* Added translation using Weblate (Catalan)
* Translated using Weblate (Catalan)
Currently translated at 25.0% (65 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ca/
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
---------
Co-authored-by: Carles Mateu <carlesm@carlesm.com>
Co-authored-by: Ezmana <ezmana.land@gmail.com>
11 months ago
Johnny
5a196e2f1a
feat: update gomark version ( #3679 )
11 months ago
Steven
457cf92cc1
feat(api): implement get resource by uid
11 months ago
Steven
1ab2c89408
feat(api): implement get memo by uid
11 months ago
dependabot[bot]
34e938a1e3
chore: bump typescript from 5.5.2 to 5.5.3 in /web ( #3664 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
5623a0f065
chore: bump @typescript-eslint/parser from 7.14.1 to 7.16.0 in /web ( #3672 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 7.14.1 to 7.16.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
b220f14bec
chore: bump katex from 0.16.10 to 0.16.11 in /web ( #3663 )
...
Bumps [katex](https://github.com/KaTeX/KaTeX ) from 0.16.10 to 0.16.11.
- [Release notes](https://github.com/KaTeX/KaTeX/releases )
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.10...v0.16.11 )
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
3e4b33fb28
chore: bump highlight.js from 11.9.0 to 11.10.0 in /web ( #3665 )
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.9.0 to 11.10.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.9.0...11.10.0 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
08a43d0faa
chore: bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 in /web ( #3666 )
...
chore: bump @typescript-eslint/eslint-plugin in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 7.14.1 to 7.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.15.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Steven
626c972d9c
chore: add properties to memo detail sidebar
11 months ago
Johnny
5e3ed201b4
fix: update mask of update memo ( #3659 )
11 months ago
Johnny
eccddb1154
chore: add create time to memo detail sidebar ( #3657 )
11 months ago
Johnny
4d2b953e23
chore: add enable link preview setting to memo related settings ( #3647 )
11 months ago
dependabot[bot]
b57b6bae34
chore: bump postcss from 8.4.38 to 8.4.39 in /web ( #3642 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.38 to 8.4.39.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.38...8.4.39 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
90c67d5592
chore: bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.14.1 in /web ( #3641 )
...
chore: bump @typescript-eslint/eslint-plugin in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 7.13.1 to 7.14.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
4655c99c4e
chore: bump @bufbuild/buf from 1.33.0 to 1.34.0 in /web ( #3639 )
...
Bumps [@bufbuild/buf](https://github.com/bufbuild/buf ) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/bufbuild/buf/releases )
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bufbuild/buf/compare/v1.33.0...v1.34.0 )
---
updated-dependencies:
- dependency-name: "@bufbuild/buf"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
68e924e48c
chore: bump @types/node from 20.14.2 to 20.14.9 in /web ( #3638 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.14.2 to 20.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
ee61bc7861
chore: bump react-router-dom from 6.23.1 to 6.24.0 in /web ( #3636 )
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.23.1 to 6.24.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.24.0/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
de754079cc
chore: bump zustand from 4.5.2 to 4.5.4 in /web ( #3632 )
...
Bumps [zustand](https://github.com/pmndrs/zustand ) from 4.5.2 to 4.5.4.
- [Release notes](https://github.com/pmndrs/zustand/releases )
- [Commits](https://github.com/pmndrs/zustand/compare/v4.5.2...v4.5.4 )
---
updated-dependencies:
- dependency-name: zustand
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
df0dcb553b
chore: bump typescript from 5.4.5 to 5.5.2 in /web ( #3633 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.4.5 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
584d73659e
chore: bump @reduxjs/toolkit from 2.2.5 to 2.2.6 in /web ( #3634 )
...
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit ) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases )
- [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6 )
---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
122710801a
chore: bump protobufjs from 7.3.0 to 7.3.2 in /web ( #3631 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 7.3.0 to 7.3.2.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.3.0...protobufjs-v7.3.2 )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Steven
1ad5d9bf0a
chore: update confirm dialog
11 months ago
dependabot[bot]
4a3afffeef
chore: bump lucide-react from 0.396.0 to 0.399.0 in /web ( #3630 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.396.0 to 0.399.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.399.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Steven
291b815653
feat: implement memo detail sidebar
11 months ago
Steven
05c6edfe2f
chore: tweak auth pages
11 months ago
dependabot[bot]
6325b3eef9
chore: bump @types/uuid from 9.0.8 to 10.0.0 in /web ( #3616 )
...
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) from 9.0.8 to 10.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
---
updated-dependencies:
- dependency-name: "@types/uuid"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
5828632613
chore: bump @typescript-eslint/parser from 7.13.0 to 7.14.1 in /web ( #3620 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 7.13.0 to 7.14.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
6abc272709
chore: bump lucide-react from 0.395.0 to 0.396.0 in /web ( #3614 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.395.0 to 0.396.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.396.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
3752e7b638
chore: bump eslint-plugin-react from 7.34.2 to 7.34.3 in /web ( #3618 )
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.34.2 to 7.34.3.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
9ba2adb4c4
chore: bump @typescript-eslint/eslint-plugin from 7.13.0 to 7.13.1 in /web ( #3619 )
...
chore: bump @typescript-eslint/eslint-plugin in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 7.13.0 to 7.13.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
759337996f
chore: bump lucide-react from 0.383.0 to 0.395.0 in /web ( #3584 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.383.0 to 0.395.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.395.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
cee1d4b1ed
chore: bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 in /web ( #3585 )
...
chore: bump @typescript-eslint/eslint-plugin in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 7.12.0 to 7.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
77b92f675a
chore: bump @bufbuild/buf from 1.32.2 to 1.33.0 in /web ( #3586 )
...
Bumps [@bufbuild/buf](https://github.com/bufbuild/buf ) from 1.32.2 to 1.33.0.
- [Release notes](https://github.com/bufbuild/buf/releases )
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bufbuild/buf/compare/v1.32.2...v1.33.0 )
---
updated-dependencies:
- dependency-name: "@bufbuild/buf"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
795700b161
chore: bump vite from 5.2.13 to 5.3.1 in /web ( #3587 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.2.13 to 5.3.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.3.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
513ff9d2b0
chore: bump prettier from 3.3.1 to 3.3.2 in /web ( #3588 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
Johnny
736637a362
feat: add public flag instead of system setting to enable signup ( #3589 )
12 months ago
dependabot[bot]
e9d027ca3e
chore: bump @typescript-eslint/parser from 7.12.0 to 7.13.0 in /web ( #3558 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 7.12.0 to 7.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
f31a53caa7
chore: bump uuid from 9.0.1 to 10.0.0 in /web ( #3556 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 9.0.1 to 10.0.0.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
Steven
da603053f2
chore: add th locale
12 months ago
boojack
edda6ea4bd
chore: update i18n with Weblate ( #3540 )
...
* Added translation using Weblate (Thai)
* Translated using Weblate (Thai)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/th/
---------
Co-authored-by: NeneNeko <lennon.rin@gmail.com>
12 months ago
boojack
7b7ecc2daa
chore: update i18n with Weblate ( #3533 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Yuri <isyuricunha@duck.com>
1 year ago
Steven
076aa2f8aa
chore: remove memo filter
1 year ago
Steven
d159975994
chore: update statistics view
1 year ago
Martin MacDonald
aec5927d31
feat: add hook for generating different date times ( #3524 )
...
* Added hook for generating different date times
* Fixed up logic to destructure the datetime params
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
1 year ago
Steven
7375b87967
chore: tweak tooltips
1 year ago
Steven
d0ac866eb1
chore: update statistics view
1 year ago
Martin MacDonald
f0817f2762
chore: update fetch tags args ( #3515 )
...
* Centralised the logic for filters to apply to tagging and updated components to pass in those params needed
* Fixed linting issue
* Split out params from options
* Fixed linting errors
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
1 year ago
Martin MacDonald
2ebd5c64bd
fix: copy by reference ( #3517 )
...
* Fixed issue with copy by reference
* Fixed linting issues
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
1 year ago
Martin MacDonald
0977acbc7f
fix: update uniqby key ( #3518 )
...
* Used correct uniqby key
* Put back filter
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
1 year ago
Steven
e8ed437ca3
fix: purify html before render
1 year ago
Steven
2b49025f4a
chore: update memo filters
1 year ago
Steven
e40b39033f
chore: fix compact default value
1 year ago
Michael
616f306efe
chore: update i18n with Weblate ( #3509 )
...
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Ezmana <ezmana.land@gmail.com>
Co-authored-by: ti777777 <ti12272198686@yahoo.com.tw>
1 year ago
Steven
370ac32344
chore: regenerate `pnpm-local.yaml`
1 year ago
dependabot[bot]
be6fc1ca4d
chore: bump lucide-react from 0.378.0 to 0.383.0 in /web ( #3507 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.378.0 to 0.383.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.383.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
c41d53b4b6
chore: bump @types/node from 20.12.12 to 20.14.0 in /web ( #3504 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.12.12 to 20.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Michael
c484b09c4c
chore: update i18n with Weblate ( #3499 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
1 year ago
Steven
8c0bee3840
chore: tweak refresh button
1 year ago
Steven
5493f5f14e
chore: regenerate dependencies
1 year ago
Steven
1dc686fa6c
chore: update build artifacts
1 year ago
Steven
4e54ec38ff
chore: update memo related settings
1 year ago
Steven
0657a1ef5b
chore: fix memo editor cache
1 year ago
Michael
48546f05b3
chore: update i18n with Weblate ( #3492 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (259 of 259 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (259 of 259 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Apply suggestions from code review
---------
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
1 year ago
Steven
08a9291964
chore: update timeline filters
1 year ago
Steven
b215426623
chore: update general setting
1 year ago
Michael
f2b708c1b8
chore: update i18n with Weblate ( #3483 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (257 of 257 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (257 of 257 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Ramazan SANCAR <ramazansancar4545@gmail.com>
1 year ago
Steven
0f4b7c5f4a
feat: add more memo settings
1 year ago
Steven
1894ef161f
chore: fix content search
1 year ago
Michael
98eb57b370
chore: update translation files ( #3481 )
...
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
1 year ago
Steven
cf70867470
chore: update tag section
1 year ago
Steven
719c22fef8
chore: update i18n
1 year ago
Steven
cbf556fee5
chore: fix memo cache key
1 year ago
Steven
93e848d170
chore: tweak root redirector
1 year ago
Steven
60b5b4815d
chore: fix imports
1 year ago
Steven
0275a65781
chore: add last visited page
1 year ago
dependabot[bot]
239f28c1e0
chore: bump @vitejs/plugin-react from 4.2.1 to 4.3.0 in /web ( #3467 )
...
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.0/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
75e76e1331
chore: bump @types/react from 18.3.2 to 18.3.3 in /web ( #3466 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.2 to 18.3.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
9f83be1d48
chore: bump @typescript-eslint/parser from 7.9.0 to 7.10.0 in /web ( #3465 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
250bdff4c5
chore: bump @bufbuild/buf from 1.32.0 to 1.32.1 in /web ( #3464 )
...
Bumps [@bufbuild/buf](https://github.com/bufbuild/buf ) from 1.32.0 to 1.32.1.
- [Release notes](https://github.com/bufbuild/buf/releases )
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bufbuild/buf/compare/v1.32.0...v1.32.1 )
---
updated-dependencies:
- dependency-name: "@bufbuild/buf"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
b8d4720e5e
chore: bump i18next from 23.11.4 to 23.11.5 in /web ( #3463 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.11.4 to 23.11.5.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.11.4...v23.11.5 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Steven
f0e5a72271
feat: update search memo filter
1 year ago
Steven
ba0876a563
feat: update statistics view
1 year ago
Steven
1ccfa81cf3
chore: tweak common function
1 year ago
quaintdev
af71ac49bb
feat(i18n): added marathi(mr) translations ( #3449 )
1 year ago
Steven
7d6dbb9487
fix: link hover handler
1 year ago
Steven
e0600388b2
chore: implement memo property endpoint
1 year ago
Steven
16d3de63c2
chore: update resource binary endpoint
1 year ago
Michael
2c50d3469e
chore: update i18n with weblate ( #3435 )
...
* Translated using Weblate (Ukrainian)
Currently translated at 58.0% (148 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 58.0% (148 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/uk/
---------
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
Co-authored-by: Gregory Malets <gregory.malets@gmail.com>
1 year ago
dependabot[bot]
f1392e220e
chore: bump @typescript-eslint/parser from 7.8.0 to 7.9.0 in /web ( #3423 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Steven
21838d0aae
chore: fix editor autocomplete
1 year ago
Michael
8f6d38719f
chore: update i18n from Weblate ( #3399 )
...
* Added translation using Weblate (Marathi)
* Translated using Weblate (Marathi)
Currently translated at 22.7% (58 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/mr/
---------
Co-authored-by: quaintdev <accounts@rohanrd.xyz>
1 year ago
Steven
c25c57ab61
feat: support updating display time
1 year ago
Steven
0c251f9ab8
chore: fix resource delete handler
1 year ago
Steven
3e5e5b1f80
chore: fix search memos
1 year ago
Steven
c8ff3fa2ee
chore: fix uploading flag
1 year ago
Steven
9265b8e2bd
chore: update tags filter
1 year ago
Steven
2317204c50
fix: list idp
1 year ago
Steven
c561362d62
feat: implement memo property
1 year ago
Steven
31e07c083d
chore: fix types
1 year ago
Steven
b8763905ba
chore: tweak naming
1 year ago
Michael
62705fed39
chore: translated using Weblate (French) ( #3358 )
...
Translated using Weblate (French)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
Co-authored-by: Ezmana <ezmana.land@gmail.com>
1 year ago
Michael
6c481743de
chore: translated using Weblate (Turkish) ( #3356 )
...
Translated using Weblate (Turkish)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
1 year ago
Steven
83b9ea45b9
chore: tweak dark mode styles
1 year ago
Steven
f79554371d
chore: retire share dialog
1 year ago
Steven
eda1983964
chore: return workspace setting with default value
1 year ago
Michael
ee984a8872
chore: translated using Weblate (Chinese (Simplified)) ( #3345 )
...
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Co-authored-by: Coisini-H <2972186196@qq.com>
1 year ago
Michael
a15025303b
chore: update i18n with Weblate ( #3339 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.6% (254 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
1 year ago
boojack
3fbc4d8539
feat: implement drag and drop for resource order in editor ( #3337 )
...
* Implement drag and drop for resource order in editor
* chore: update
* chore: update
* chore: update
1 year ago
Steven
5f207c8f0c
fix: math overflow
1 year ago