0
0
Fork 0
Commit graph

168 commits

Author SHA1 Message Date
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
Tyler-A
ece839e276 Update filename 2020-07-30 21:36:07 -06:00
Tyler-A
6eacdf1803 Add some eslint rule disables 2020-07-30 21:35:48 -06:00
Tyler-A
bce20aa489 Update input's styling 2020-07-29 23:27:45 -06:00
Tyler-A
753dd05470 Change the select colours to be generalized to input 2020-07-29 23:24:13 -06:00
Tyler-A
45161718ca Add input styling for numbers, and an error check prior to emitting the data_request event 2020-07-29 23:23:46 -06:00
Tyler-A
de98f92d21 Scope the CSS 2020-07-29 22:53:50 -06:00
Tyler-A
606f61f7f5 Add CSS variable file for the dark theme 2020-07-29 22:51:15 -06:00
Tyler-A
48d5530091 Start populating the Control Bar 2020-07-29 22:50:59 -06:00
Tyler-A
ec2cc38e9e Begin work on the main view 2020-07-29 22:50:45 -06:00
Tyler-A
f1ac6ac40e Add the login screen 2020-07-29 22:50:27 -06:00
Tyler-A
70e2f119cc Add script for mounting the App component. 2020-07-29 22:49:56 -06:00
Tyler-A
af3c7d9f91 Add template Vue file so I don't need to type it anew every time 2020-07-29 22:49:33 -06:00
Tyler-A
491c9aa5c5 Init Vue-CLI project files 2020-07-29 22:49:09 -06:00
Tyler-A
c8e6e8700d Update gitignore for Vue-CLI version 2020-07-29 22:43:49 -06:00
Tyler-A
aca049f778 Delete old files 2020-07-29 22:41:52 -06:00
Oliver
510e4aeeb0
Update redirect URI 2020-07-18 20:57:47 -06:00
Tyler
b424051a03
Merge pull request #13 from Tyler-A/dev
Implement a preview mode that bypasses the Spotify authentication
2020-07-08 18:57:01 -06:00
Tyler
5515a37979
Merge branch 'master' into dev 2020-07-08 18:56:50 -06:00
Tyler-A
ceebbb7b50 Implement a preview mode that bypasses the Spotify authentication and uses sample data. 2020-07-08 18:51:04 -06:00
Tyler
7785919899
Don't force the dialogue
This allows Spotify to just automatically redirect the user so long as they have already authorized the app fully once.
2020-07-08 10:43:04 -06:00
Tyler
6fcf24ee7a
Change to minified Vue version 2020-07-07 21:29:25 -06:00