0
0
Fork 0
Commit graph

139 commits

Author SHA1 Message Date
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
bff8c8015a Update serve commands to not cause the file watch limit error 2020-08-06 23:09:55 -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
Tyler-A
aa78e436a5 Add initial config value for data object. 2020-08-05 22:43:45 -06:00
Tyler-A
88bd16ae69 Make data fetching use the actual value from control bar and store the config in the data object. 2020-08-05 22:43:19 -06:00
Tyler-A
948efcc54b Populate track component 2020-08-05 22:42:03 -06:00
Tyler-A
f5d3b6cb82 Adjust how the items are being given to Vue 2020-08-05 22:41:41 -06:00
Tyler-A
601b684195 Use correct character 2020-08-05 22:40:02 -06:00
Tyler-A
8619f09727 Add styling for tooltips 2020-08-05 22:39:41 -06:00
Tyler-A
fe801a47ec Disable tooltips for mobile browsers. 2020-08-05 22:30:20 -06:00
Tyler-A
ac23b5a46f Add v-tooltip as a dependency. 2020-08-05 22:21:19 -06:00
Tyler-A
e97633cc8e Remove unused component. 2020-08-05 20:56:27 -06:00
Tyler-A
d8b15c0c7e Add more detail to the props given to Vue 2020-08-05 20:53:43 -06:00
Tyler-A
995cc178b7 Add error reading from the querystring for authentication errors. 2020-08-05 20:53:13 -06:00
Tyler-A
62e4e8be29 Styling updates 2020-08-05 20:52:37 -06:00
Tyler-A
b76cb8070a Pass redirect URI from the App component rather than only having access to it in the login view. 2020-08-05 20:51:25 -06:00
Tyler-A
7776ae80f0 Pass the amount ot fetch through as a property that makes more sense than "amount". 2020-08-05 20:48:29 -06:00
Tyler-A
174dfa69a6 Add commonly typed mis-spelling of the serve command. 2020-08-04 21:48:31 -06:00
Tyler-A
eebb319357 Lay foundations for fully implementing the info cards 2020-08-03 23:09:40 -06:00
Tyler-A
0b8f169a02 Make all props required 2020-08-03 22:27:52 -06:00
Tyler-A
523e11b7ba Add base file for card types. 2020-08-03 22:13:51 -06:00
Tyler-A
546a576147 Add stying to make profile picture align correctly 2020-08-03 22:09:30 -06:00
Tyler-A
afe78d031c Change the img_size data point to an integer rather than a string 2020-08-03 22:09:02 -06:00
Tyler-A
bda4a77b07 Add API base and the API token as accepted props 2020-08-03 22:06:32 -06:00
Tyler-A
902711fcd5 Fix profile pictures 2020-08-03 22:05:53 -06:00
Tyler-A
9915b13a3d Add error section for main section for errors occuring during data fetch 2020-08-03 22:05:24 -06:00
Tyler-A
3b8e85893c Pass the user token and API base URL to the control bar. 2020-08-03 22:04:33 -06:00
Tyler-A
647727c388 Add Axios and data fetching to the MainView 2020-08-03 22:03:24 -06:00
Tyler-A
b8c4ed9c4b Add Axios to the requirements 2020-08-03 22:01:20 -06:00
Tyler-A
8f8cea3b12 Remove constants file as it didn't work 2020-08-03 22:00:53 -06:00
Tyler-A
8c5ecbab22 Add Spotify API base to constants file 2020-08-02 23:53:08 -06:00
Tyler-A
dd435cb288 Set the default and type correctly 2020-08-02 23:52:42 -06:00
Tyler-A
b8304cc285 Lay foundation for event communication 2020-08-02 23:43:12 -06:00
Tyler-A
8fd9fdcc74 Change component name 2020-08-02 23:42:04 -06:00
Tyler-A
6a8e3acb2c Add CSS variables for missing profile picture. 2020-08-02 16:15:16 -06:00
Tyler-A
bbc424069a Add icon for missing profile pictures. 2020-08-02 16:15:00 -06:00
Tyler-A
0e15049416 Add component of SVGs for icons. 2020-08-02 16:14:46 -06:00
Tyler-A
4b9a978d28 Add a mixin to be able to fetch the values from CSS variables. 2020-08-02 16:13:17 -06:00
Tyler-A
5ac6e47cb2 Set the username that we need 2020-07-30 22:18:21 -06:00
Tyler-A
5436d69c35 Remove scoped CSS 2020-07-30 22:12:45 -06:00
Tyler-A
41463b04d0 Add colour points for buttons. 2020-07-30 22:11:57 -06:00
Tyler-A
85b94fbd79 Populate with some more elements and methods 2020-07-30 22:11:46 -06:00
Tyler-A
6595e3ebef Add a favicon 2020-07-30 22:11:24 -06:00
Tyler-A
70e3ef847b Update import statements 2020-07-30 21:49:33 -06:00
Tyler-A
40c72fef95 Compare state if in production mode 2020-07-30 21:49:19 -06:00
Tyler-A
6d3164f5be Tell the control system if it's preview/dev mode. 2020-07-30 21:48:20 -06:00
Tyler-A
2206a46453 Move input styling into a global scoped file. 2020-07-30 21:37:31 -06:00