mirror of
https://github.com/antebudimir/feishin.git
synced 2026-03-02 20:27:25 +00:00
Implement Navidrome sharing (#575)
* add share item feature * take care of (mostly) everything * bugfixes * allow clicking on notification to open url * readd the missing modal after router migration * remove unnecessary extension --------- Co-authored-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
This commit is contained in:
parent
0d03b66fe5
commit
cb2597d2c8
14 changed files with 303 additions and 4 deletions
2
src/renderer/features/sharing/index.ts
Normal file
2
src/renderer/features/sharing/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * from './components/share-item-context-modal';
|
||||
export * from './mutations/share-item-mutation';
|
||||
Loading…
Add table
Add a link
Reference in a new issue