@axium/tasks 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,7 +105,10 @@
105
105
  .join('\n')
106
106
  )}
107
107
  >
108
- <Icon i="file-arrow-down" /> Export
108
+ <Icon i="regular/file-export" /> Export
109
+ </div>
110
+ <div class="menu-item" onclick={() => copy('text/plain', `${location.origin}/tasks/${list.id}`)}>
111
+ <Icon i="link-horizontal" /> Copy Link
109
112
  </div>
110
113
  {#if lists}
111
114
  <div class="menu-item" onclick={() => open(`/tasks/${list.id}`)}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/tasks",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "author": "James Prevett <axium@jamespre.dev> (https://jamespre.dev)",
5
5
  "description": "Tasks for Axium",
6
6
  "funding": {