diff --git a/components/ui/NavBar.vue b/components/ui/NavBar.vue index 1c5f2df..6cdf370 100644 --- a/components/ui/NavBar.vue +++ b/components/ui/NavBar.vue @@ -19,9 +19,14 @@ const items = computed(() => [ { label: 'Add a playlist', icon: 'pi pi-plus', - url: 'https://github.com/mackorone/spotify-playlist-archive/blob/main/CONTRIBUTING.md', + url: 'https://github.com/mackorone/spotify-playlist-archive/blob/main/CONTRIBUTING.md#adding-playlists', target: '_blank' }, + { + label: "Get playlist's ID from URL", + icon: 'pi pi-link', + to: '/get-playlist-id' + }, { label: 'About', icon: 'pi pi-info-circle', diff --git a/pages/get-playlist-id.vue b/pages/get-playlist-id.vue new file mode 100644 index 0000000..4d2d049 --- /dev/null +++ b/pages/get-playlist-id.vue @@ -0,0 +1,82 @@ + + + + +