Steven
20570fc771
refactor: resource thumbnail
6 months ago
RoccoSmit
9b1adfbbe9
feat: reintroducing thumbnails ( #3821 )
...
* Reintroducing thumbnails
* Aligned with linting rules
* making recomended code review change
- changed method names to start with lower case as they are not used outside of their package
- made receiver types for struct funcs to be pointers to not need to create copies
Trying to cover all linting issues
- converted slog warning to use attributes when logging warnings
- seperated imports to have package files in their own section
* Update go.mod
---------
Co-authored-by: boojack <24653555+boojack@users.noreply.github.com>
6 months ago
Steven
710961d336
chore: fix text color in dark mode
6 months ago
Steven
bb86482b71
chore: tweak setting name
6 months ago
Steven
f0abd792c7
chore: update auth service
6 months ago
Steven
1167df29d8
feat: add security related settings
6 months ago
Steven
4e5810e205
chore: update workspace setting section
6 months ago
Steven
a8ea28066e
chore: retire export memos
6 months ago
Michel Heusschen
2dbf92f7f1
perf: reduce bundle size by 21% with direct icon imports ( #3844 )
6 months ago
Steven
de980fb7d7
chore: update setting display name
6 months ago
RoccoSmit
eca9649be3
fix: cancel removes memo cache ( #3826 )
...
Clear local storage record of memo changes if chanes to a memo are cancelled
6 months ago
Steven
5f35ac5ca0
chore: update frontend dependencies
6 months ago
Steven
f4d6675363
chore: add enable memo comment setting
6 months ago
Steven
3c5aa41a78
feat: implement week start day setting
7 months ago
Steven
1ae3afc0ba
chore: tweak memo relation popover
7 months ago
Jakub Wołynko
18db78172c
feat: add translation for collapse/expand button and update polish locale ( #3811 )
...
add: collapse, expand, polish locale
7 months ago
Steven
aae3e8ae64
chore: update memo property checks
7 months ago
Steven
506d2ed8ca
chore: tweak menu style
7 months ago
Steven
9a27fdf855
chore: tweak load more button
7 months ago
Mykal Machon
c0826c43b0
fix: explicitly disabling `autocapitalize` and `spellcheck` ( #3797 )
...
fix #3747 : removing autocapitalize and spellcheck
7 months ago
Steven
04b4fa1d02
chore: tweak icon button container
7 months ago
Steven
61b8cee31d
chore: retire preview markdown dialog
7 months ago
Steven
4ad6028681
refactor: use popover instead of dialog for memo relations
7 months ago
Steven
158745704e
feat: add memo display setting menu
7 months ago
dependabot[bot]
12a9165852
chore: bump react-router-dom from 6.25.1 to 6.26.0 in /web ( #3772 )
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.25.1 to 6.26.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.26.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>
7 months ago
dependabot[bot]
1fcb867e0f
chore: bump react-i18next from 14.1.3 to 15.0.0 in /web ( #3774 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 14.1.3 to 15.0.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v14.1.3...v15.0.0 )
---
updated-dependencies:
- dependency-name: react-i18next
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>
7 months ago
dependabot[bot]
222e9dfe58
chore: bump @types/node from 20.14.13 to 22.0.2 in /web ( #3775 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.14.13 to 22.0.2.
- [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-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
dependabot[bot]
55a2e791aa
chore: bump lucide-react from 0.399.0 to 0.419.0 in /web ( #3773 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.399.0 to 0.419.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.419.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>
7 months ago
Steven
21f18f7c56
chore: tweak activity service definition
7 months ago
Steven
26fa172641
chore(frontend): add order by time asc
7 months ago
Steven
6184375cbb
chore: upgrade frontend dependencies
7 months ago
Steven
ea70dd85bf
chore: remove color in manifest
7 months ago
Steven
14194504ee
chore: remove unused classnames
7 months ago
Steven
444ccc03ed
chore: tweak default title
7 months ago
Steven
a1083e648f
chore: fix resource display time
7 months ago
Steven
4b415e519e
chore: tweak demo data
7 months ago
Steven
a50f3b9382
chore: fix memos sorting
7 months ago
Steven
8bf7cdfd31
feat: add password auth flag
7 months ago
Steven
b9006f8ce0
chore: tweak date utils
7 months ago
Steven
3d63d9d5fb
chore: fix activity stats
7 months ago
Steven
139090fb8f
chore: fix calendar timestamps
7 months ago
Steven
edc3b578d6
feat: implement search multi tags
7 months ago
Steven
c6a09d9353
chore: update memo filter styles
7 months ago
Steven
cd38ec93ed
feat: implement memo filters
7 months ago
Steven
b3b4aa9ddb
chore: remove unused code
7 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>
7 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>
7 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>
7 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>
7 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>
7 months ago