immich/web/src
Dmitriy P 72fb421f54
feat(web): Add file path info for owned assets (#4943)
* feat(web): Add file path info for external assets

Add file path information to the asset details panel for External assets. This will allow a user to easily locate said asset in the filesystem, to perform any desired tasks on that asset. Styling was chosen to be as unobtrusive as possible.

* feat(web): toggleable file path info for external assets

If the user is the owner of the current asset and it's an external asset, then add a button next to the filename to reveal the asset's file path.

* show path on owned asset and styling

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-11-13 21:57:58 +00:00
..
api fix: replace first and last name with single field (#4915) 2023-11-11 19:03:32 -06:00
lib feat(web): Add file path info for owned assets (#4943) 2023-11-13 21:57:58 +00:00
routes fix: replace first and last name with single field (#4915) 2023-11-11 19:03:32 -06:00
test-data fix: replace first and last name with single field (#4915) 2023-11-11 19:03:32 -06:00
app.css feat(web): Improved assets upload (#3850) 2023-09-01 12:00:51 -04:00
app.d.ts chore(web): prettier (#2821) 2023-06-30 23:50:47 -05:00
app.html chore(web): prettier (#2821) 2023-06-30 23:50:47 -05:00
hooks.server.ts feat(web): only log http errors in web container (#4031) 2023-09-08 15:09:59 +00:00