0
0
Fork 0
Commit graph

256 commits

Author SHA1 Message Date
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
Tyler
0d5ee5262b
Merge pull request #10 from Tyler-A/dev
Improvements
2020-07-07 21:27:19 -06:00
Tyler-A
4a61eec9ff Add a popularity modal to the page when clicking on the popularity value (finishes #5 ) 2020-07-07 21:23:48 -06:00
Tyler-A
7ea4f89522 Make the cursor change on hover of buttons and dropdowns (finishes #2 ) 2020-07-07 09:57:48 -06:00
Tyler-A
5e911399b2 Adjust z-index to not have it mess with the modals 2020-07-06 23:53:36 -06:00
Tyler-A
e4a9c3bb42 Remove card class from the login view 2020-07-06 23:49:02 -06:00
Tyler-A
0d2526812d Remove card stylings from the main CSS 2020-07-06 23:48:31 -06:00
Tyler-A
efe184c3d4 Sets button text to show default fetch amount even if the number input is empty. 2020-07-06 23:39:45 -06:00
Tyler-A
ca83a1750f Improve CSS (Finishes #9 ) 2020-07-06 23:39:08 -06:00
Tyler-A
5c4c029f79 Use minified Vue 2020-07-06 23:37:29 -06:00
Tyler-A
74a3f7471c Add prototype extension to the page. 2020-07-06 23:37:08 -06:00
Tyler-A
72bbaadfba Extend the String prototype to allow easier title casing. 2020-07-06 23:36:30 -06:00
Tyler
613a7c9e68
Update redirect URI to be public page 2020-07-06 00:18:10 -06:00