0
0
Fork 0
Commit graph

152 commits

Author SHA1 Message Date
Oliver-Akins
d260381b41 Begin writing function to make the playlist 2020-08-14 22:39:38 -06:00
Oliver-Akins
18e4264ce5 Add the user's ID as an accepted prop 2020-08-14 22:35:15 -06:00
Oliver-Akins
12d7bc688d Pass the user's ID to the playlist export modal. 2020-08-14 22:34:42 -06:00
Oliver-Akins
f5611e8b98 Use the ID if the user doesn't have a display name 2020-08-14 22:24:36 -06:00
Oliver-Akins
b26ed02eb3 Remove wrong ID from template tag. 2020-08-14 21:54:17 -06:00
Oliver-Akins
1f8a1870ec Adjust default title 2020-08-14 21:49:49 -06:00
Oliver-Akins
ed34f4f316 Adjust attribute order 2020-08-14 21:49:20 -06:00
Oliver-Akins
816fa63e78 Add styling for scrollbars 2020-08-14 21:24:49 -06:00
Oliver-Akins
5fcc37495f Remove margin from textarea elements 2020-08-14 00:24:47 -06:00
Oliver-Akins
0cf7467e4f Add margin to select elements 2020-08-14 00:24:30 -06:00
Oliver-Akins
54549d07ef Add textarea colour variables 2020-08-14 00:24:06 -06:00
Oliver-Akins
5e5ac59ae2 Change input border colour 2020-08-14 00:23:49 -06:00
Oliver-Akins
5859bd05b8 Remove default assumption as we do that before emitting event 2020-08-14 00:23:30 -06:00
Oliver-Akins
9c0d7e27a3 Add interface elements of the playlist export modal 2020-08-14 00:23:12 -06:00
Oliver-Akins
8e862c61da Add functionality to make playlist export modal appear/disappear 2020-08-14 00:22:48 -06:00
Oliver-Akins
8913b377e6 Prevent attempt at getting profile data when in dev or preview mode 2020-08-14 00:21:17 -06:00
Oliver-Akins
fe333b2b4d Add vue-textarea-autoresize 2020-08-13 23:39:28 -06:00
Oliver-Akins
f1286592a2 Add input styling for text inputs (textarea & input[type=text] ) 2020-08-13 23:38:47 -06:00
Oliver-Akins
ff3f02be2a Initialize playlist export modal file 2020-08-13 21:31:44 -06:00
Oliver-Akins
9bf551bd6d Add release date of album to track information 2020-08-13 21:25:45 -06:00
Oliver-Akins
9ecb499e59 Update styling order and prevent users from selecting text 2020-08-13 21:24:51 -06:00
Oliver-Akins
3c619eeedd Fix indentation 2020-08-11 09:33:03 -06:00
Oliver-Akins
8432da161c Adjust styling of everything & make mobile friendly 2020-08-11 00:49:47 -06:00
Oliver-Akins
dcc2a5d456 Remove log statement 2020-08-11 00:49:16 -06:00
Oliver-Akins
6b04ea9c71 Add loudness and popularity to the datapoints we are displaying. 2020-08-11 00:49:02 -06:00
Oliver-Akins
5dc05e1696 Move track title to modal title because we're getting rid of that redundant data 2020-08-11 00:48:33 -06:00
Oliver-Akins
7c314212d3 Add handler for edge case data points. 2020-08-11 00:48:04 -06:00
Oliver-Akins
cc00d4a92d Iterate through the datapoints differently.
This way I can write edge-cases for specific data points (see: Loudness / Popularity)
2020-08-11 00:47:23 -06:00
Tyler-A
5f7bc61ebc Begin working on the detailed track view.
This initially add just the base modal data, styling, and the request for the audio features data
2020-08-09 00:58:15 -06:00
Tyler-A
6717e00647 Move the API token getter to the globals mixin. 2020-08-09 00:57:04 -06:00
Tyler-A
aa9204fcfe Add the click functionality for the detailed track info modal 2020-08-09 00:17:26 -06:00
Tyler-A
aaa01acdd2 Adjust spacing that ESlint was complaining about 2020-08-09 00:16:44 -06:00
Tyler-A
34f0a5882b Add colour variables for the percent component 2020-08-09 00:16:26 -06:00
Tyler-A
0d3e0f8f5a Move auth_redirect and API base URL to global variables via the mixin. 2020-08-09 00:15:57 -06:00
Tyler-A
572c8b1674 Add the library for the progress circles. 2020-08-08 22:39:16 -06:00
Tyler-A
1e547a1545 Add the popularity modal for describing what it is 2020-08-08 01:40:49 -06:00
Tyler-A
3a4ceaf430 Initialize base file for needed modals. 2020-08-07 00:43:45 -06:00
Tyler-A
70a1546d0b Increase size of images, round corners on the artist images 2020-08-07 00:43:23 -06:00
Tyler-A
9f18da7d40 Add modal text 2020-08-07 00:42:58 -06:00
Tyler-A
997e6edb82 Markup structure changes 2020-08-07 00:42:24 -06:00
Tyler-A
9b0261d47a Add CSS animations for modal appear/disappear 2020-08-07 00:41:39 -06:00
Tyler-A
aac452f788 Remove animation wrapper 2020-08-07 00:41:18 -06:00
Tyler-A
8c37e760d0 Remove unused method 2020-08-07 00:37:40 -06:00
Tyler-A
a0b17b5877 Only make the export playlist button appear if the data that exists is track data. 2020-08-07 00:37:27 -06:00
Tyler-A
58f3b97bb3 Create base file for modal animation 2020-08-06 23:15:01 -06:00
Tyler-A
51ac618fff Increase size of image by 10px 2020-08-06 23:11:44 -06:00
Tyler-A
168961e779 Create prototype for title casing 2020-08-06 23:11:28 -06:00
Tyler-A
f75a897648 Add semicolon to import 2020-08-06 23:10:07 -06:00
Tyler-A
943ae7f7b7 Add Artist card detail and styling 2020-08-06 23:09:19 -06:00
Tyler-A
7c47250f3a Remove card styling from the main view, moved into the Card component. 2020-08-05 22:44:11 -06:00