Jason Rasmussen
f55b3add80
chore(web): prettier ( #2821 )
...
Co-authored-by: Thomas Way <thomas@6f.io>
2023-06-30 23:50:47 -05:00
Manuel Taberna
48e4ea5231
feat(web): add zoom toggle icon ( #2873 )
...
* feat(web): add zoom toggle icon
* update zoom-image dependency
* fix lint issues
* remove variable testing line
* Simplify code using ternary conditional
Co-authored-by: Thomas <9749173+uhthomas@users.noreply.github.com>
* fix typo
---------
Co-authored-by: Thomas <9749173+uhthomas@users.noreply.github.com>
2023-06-20 09:36:38 -05:00
Jason Rasmussen
a9fb1d435a
refactor(server): use UUID dto in asset controller ( #2641 )
...
* refactor: assetId => id
* chore: open api
* chore: remove unused dto
* fix(web): assetId => id
* fix: web test
2023-06-01 21:19:25 -05:00
Manuel Taberna
e7122d7a72
feat(web): add zoom to photo viewer ( #2577 )
...
* feat(web): add zoom to photo viewer
* reduce asset viewer next/prev button div width
* add wrap to block statement
2023-05-29 09:12:58 -05:00
Sergey Kondrikov
6c6c5ef651
chore(web): generate API functions with a single argument ( #2568 )
2023-05-27 20:52:22 -05:00
Michel Heusschen
9323cc76d9
feat(server): improve API specification ( #1853 )
2023-02-24 10:01:10 -06:00
Michel Heusschen
bf6f94f69f
feat(web): only show copy image when supported ( #1776 )
2023-02-17 10:41:52 -06:00
Michel Heusschen
e1c520b9e7
feat(web): remove duplicate asset calls ( #1764 )
...
* feat(web): remove duplicate asset calls
* use source element instead of video.src
2023-02-15 11:56:19 -06:00
Alex
db67093391
Revert "feat(web): avoid duplicate call + small refactor ( #1731 )" ( #1750 )
...
This reverts commit 53fb3a36f79789ff3e955a0daff0ccd6bae98e16.
2023-02-13 16:27:15 -06:00
Michel Heusschen
53fb3a36f7
feat(web): avoid duplicate call + small refactor ( #1731 )
2023-02-11 22:36:26 -06:00
Alex
eace0af7a5
fix(web) Disable draggable on common usage element to avoid trigger drag-n-drop layer ( #1330 )
2023-01-15 14:01:10 -06:00
Alex
10789503c1
feat(web/server) public album sharing ( #1266 )
2023-01-09 14:16:08 -06:00
bo0tzz
70cd313082
Add navbar button to copy image ( #961 )
...
* Add navbar button to copy image
* Use global event for copy image
* merge upstream
* Fixed missing required props
* feat(web): Show notification after copying image to clipboard
* chore(web): Fix typescript error
* chore(web): Formatting
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2022-11-16 15:04:37 -06:00
Alex
e799f35dd2
chore(server) refactor serveFile and downloadFile endpoint ( #978 )
2022-11-16 00:11:16 -06:00
Alex Tran
811494e9ed
Fix test
2022-10-28 21:00:31 -05:00
bo0tzz
b0f10b1851
feat(web) add handler for ctrl-c copying images from viewer ( #881 )
2022-10-28 17:18:28 -05:00
Jaime Baez
4f7a3afbfc
Fix web lint issues
2022-09-08 17:30:49 +02:00
Alex
4be9aa091b
Added error handling notification ( #536 )
2022-08-26 10:36:41 -07:00
Alex
83cbf51704
Use cookies for client requests ( #377 )
...
* Use cookie for frontend request
* Remove api helper to use SDK
* Added error handling to status box
* Remove additional places that check for session.user
* Refactor sending password
* prettier clean up
* remove deadcode
* Move all authentication requests to the client
* refactor upload panel to only fetch assets after the upload panel disappear
* Added keydown to remove focus on title change on album viewer
2022-07-26 12:28:07 -05:00
Alex
c028c7db4e
dev/add detail viewer to album ( #358 )
...
* Rename asset viewer folder
* Refactor AssetViewer to be able to user with different component
* Refactor AssetViewer to be able to user with different component
* Added viewer for album and sharing
2022-07-18 00:22:39 -05:00
Alex
c6ecfb679a
Added sharing page to web ( #355 )
...
* Added shared album
* Added list tile
* Show info of shared album owner
2022-07-16 23:52:00 -05:00
Alex
9a6dfacf9b
Refactor web to use OpenAPI SDK ( #326 )
...
* Refactor main index page
* Refactor admin page
* Refactor Auth endpoint
* Refactor directory to prep for monorepo
* Fixed refactoring path
* Resolved file path in vite
* Refactor photo index page
* Refactor thumbnail
* Fixed test
* Refactor Video Viewer component
* Refactor download file
* Refactor navigation bar
* Refactor upload file check
* Simplify Upload Asset signature
* PR feedback
2022-07-10 21:41:45 -05:00
Alex
53c3c916a6
View assets detail and download operation ( #198 )
...
* Fixed not displaying default user profile picture
* Added buttons to close viewer and micro-interaction for navigating assets left, right
* Add additional buttons to the control bar
* Display EXIF info
* Added map to detail info
* Handle user input keyboard
* Fixed incorrect file name when downloading multiple files
* Implemented download panel
2022-06-03 11:04:30 -05:00