Commit Graph

79 Commits

Author SHA1 Message Date
Maciej Pędzich
f057e95c7a Remove commented-out styling rules 2022-09-03 16:26:14 +02:00
Maciej Pędzich
7a0b745982 Create a universal getPlaylistId composable 2022-09-03 16:25:49 +02:00
Maciej Pędzich
2c05fce3c6 Update meta description 2022-09-03 16:23:00 +02:00
Maciej Pędzich
c76b9c7b26 Add styling for text and autocomplete inputs 2022-09-03 16:22:32 +02:00
Maciej Pędzich
9b7fd54bad Update and move deps to devDependencies 2022-09-03 12:29:52 +02:00
8bc1646280
Merge pull request #1 from maciejpedzich/dependabot/npm_and_yarn/undici-5.10.0
Bump undici from 5.8.0 to 5.10.0
2022-08-26 08:41:58 +02:00
dependabot[bot]
3fda370e40
Bump undici from 5.8.0 to 5.10.0
Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.10.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.10.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 06:34:05 +00:00
a30bb573b5 Implement fuzzy search for archive entries 2022-07-27 11:50:36 +02:00
b7ae383e65 Ensure each day is displayed in the follower chart 2022-07-24 11:21:43 +02:00
6ab8b6e7ef Tidy up no-association message 2022-07-24 11:21:13 +02:00
c285c909a6 Increase space between the calendar and screen 2022-07-21 11:32:54 +02:00
f70980c87b Improve chart's responsiveness 2022-07-21 11:20:36 +02:00
36e538a7be Implement further design tweaks 2022-07-21 11:13:23 +02:00
764f968b2f Ensure saving view states for individual playlists 2022-07-21 11:12:53 +02:00
4dc652ca18 Improve searching by multiple phrases 2022-07-21 11:11:30 +02:00
4434e566ca Add a "no association with Spotify" disclaimer 2022-07-21 11:10:58 +02:00
4b00191313 Add project and lint/format commands description 2022-07-21 01:24:22 +02:00
c22c382e02 Adapt date display logic to Vuepic component 2022-07-20 21:42:25 +02:00
5a5516e10f Various minor styling tweaks 2022-07-20 21:41:41 +02:00
64b5d7c7a4 Toggle scroll and pagination depending on mode 2022-07-20 21:40:54 +02:00
ba6aa44ee2 Implement title typeahead and search history 2022-07-20 21:40:17 +02:00
b144597153 Specify container width for better table display 2022-07-20 21:39:43 +02:00
b886a75593 Make title search case-insensitive 2022-07-20 21:38:03 +02:00
5ac2a31b23 Install vue-datepicker calendar component 2022-07-20 21:37:41 +02:00
8faaf6bed1 Implement playlist search typeahead 2022-07-19 22:21:13 +02:00
2a8207868a Shrink the follower growth chart 2022-07-19 22:20:48 +02:00
fe6eed7da5 Update Nuxt to the latest RC 2022-07-19 22:20:14 +02:00
ac3f8561e8 Remove duplicate "Add a playlist" link 2022-07-13 22:44:59 +02:00
f3caf45337 Merge branch 'master' of https://github.com/maciejpedzich/spotify-playlist-archive-website 2022-07-13 22:44:02 +02:00
ef1c9ee916 Place a link with steps for adding a playlist 2022-07-13 22:44:01 +02:00
7e3863978d Place a link with steps for adding a playlist 2022-07-13 22:41:18 +02:00
7bdee7da1f Create an About page 2022-07-13 22:40:30 +02:00
e54943323a Add simple meta tag config 2022-07-13 20:03:12 +02:00
36b4644772 Rename Playlist model to Snapshot 2022-07-13 19:53:05 +02:00
e2410ff6e7 Rename Snapshot back to CalendarEntry 2022-07-13 19:49:37 +02:00
7ef3bb14fe Disable "Compare snapshots" tab 2022-07-13 19:46:15 +02:00
9197910e57 Create a separate SnapshotCalendar component 2022-07-13 19:30:38 +02:00
0e0a7683b3 Rename SnapshotTrackTable to SnapshotTrackEntries 2022-07-13 19:30:14 +02:00
7bf9401991 Remove custom datatable component styling 2022-07-12 23:07:38 +02:00
c5269cf886 Rename intervalToDuration for better clarity 2022-07-12 23:07:17 +02:00
9a026662df Revert to v-show and add explanation comment 2022-07-12 23:06:00 +02:00
e4945e7648 Change chart grid lines color 2022-07-10 21:34:33 +01:00
158099ba45 Fix calendar's querySelectorAll error on destroy 2022-07-10 21:34:06 +01:00
fb9e64f085 Create a unified TrackEntriesTable component 2022-07-10 21:33:06 +01:00
f742bb4cd4 Rename NavBar component to UiNavBar 2022-07-10 21:32:25 +01:00
d9cf8eaeb6 Tweak data table's design responsiveness 2022-07-07 08:46:53 +02:00
e9ed63ee24 Fix accidentally dynamic relative tab URLs 2022-07-07 08:46:09 +02:00
f468145849 Use lazy async data to prvent navigation blocking 2022-07-07 08:45:51 +02:00
ad05f4a35d Increase vertical margin of track retention header 2022-07-07 08:44:49 +02:00
7e4658fcea Fix HMR error by changing Nuxt version 2022-07-07 08:44:29 +02:00