Commit Graph

29 Commits (ca213437e92c9976b41ffcea217efb5914a82720)

Author SHA1 Message Date
Steven 20570fc771 refactor: resource thumbnail 10 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>
10 months ago
Steven f9258e41a0 chore: tweak max width 1 year ago
Steven 1b291422e7 refactor: api version 1 year ago
Steven 7c5261b5d2 chore: tweak resource definition 1 year ago
Steven 0f48cfbb4e chore: tweak padding styles 1 year ago
Steven 2516431b20 chore: tweak memo content styles 1 year ago
Steven 196facfacd feat: implement embedded resource renderer 1 year ago
Steven a8074d94e8 chore: update image attrs 1 year ago
Steven 914c0620c4 chore: add statistics view 1 year ago
Athurg Gooth 3e138405b3
chore: remove the max height limit for single media (#2545)
Remove the max-height limit for single media
2 years ago
Zexi 8bc117bce9
feat: optimize media resource display (#2518)
* feat: optimize media resource display

* fix: type error

* Update web/src/components/MemoResourceListView.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Update MemoResourceListView.tsx

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Steven c87b679f41 chore: add memo relation list 2 years ago
Athurg Gooth e30d0c2dd0
fix: image width error while loading (#2394)
fix image width error while loading
2 years ago
Steven cfc5599334 chore: cleanup less files 2 years ago
Steven 73980e9644 chore: fix video element syntax 2 years ago
Steven 7722c41680 chore: add edit button to memo detail page 2 years ago
Steven 0d803bf45f chore: update dark mode styles 2 years ago
Steven a60d4dee41 chore: remove lazy loading image 2 years ago
boojack b13042d644
chore: move buf generated code to gitignore (#2236) 2 years ago
Steven d09e3c3658 chore: remove buf es generator 2 years ago
Steven fb1490c183 feat: impl resources list page 2 years ago
Athurg Gooth 0c0c72c3ca
chore: optimize layout of image resources (#2221)
Optimize layout of image resource
2 years ago
boojack 843850675f
chore: update image displays (#2093) 2 years ago
boojack 238f896907
feat: add system service (#2083)
* feat: add system service

* chore: update
2 years ago
boojack 270a529948
chore: update resource type checks (#2081) 2 years ago
boojack d114b630d2
feat: add prettier sort import plugin (#2058) 2 years ago
Zeng1998 1e4a867a9a
fix: add thumbnail param only for internal link (#1701)
* fix: add thumbnail param using `URLSearchParams`

* update: add thumnail param only for internal link
2 years ago
boojack b40571095d
feat: update memo detail page (#1682)
* feat: update memo detail page

* chore: update
2 years ago