0
0
Fork 0
Commit graph

246 commits

Author SHA1 Message Date
Oliver-Akins
1220be2a85 Add share icon 2020-08-22 00:03:50 -06:00
Oliver-Akins
861947620e Update the icon to use the properly cased prop 2020-08-22 00:03:17 -06:00
Oliver
45342f76e3
Merge pull request #26 from Oliver-Akins/fix/click-bubble
Fix/click bubble
2020-08-20 18:12:22 -06:00
Oliver-Akins
dbb1c64847 Stop click propogation for events 2020-08-20 18:09:56 -06:00
Oliver-Akins
31ffbe8f14 Prevent multiple modals from appearing unintentionally 2020-08-20 17:56:53 -06:00
Oliver
f5abd1de64
Update LoginView.vue 2020-08-20 13:39:09 -06:00
Oliver
b9a69d31e7
Update LoginView.vue 2020-08-20 13:35:50 -06:00
Oliver
f8b26e2104
Merge pull request #25 from ARKEOLOGIST/arka
Changed width of login card and click handler on track card
2020-08-20 13:10:32 -06:00
Arkadyuti
1108ae907a Added media query to handle width for only mobile screens 2020-08-21 00:37:28 +05:30
Arkadyuti
318fcc0750 Changed width of login card and click handler on track card 2020-08-21 00:00:08 +05:30
Oliver-Akins
0dddb68f3f Set icon URL to be an ICO file not a PNG file 2020-08-18 21:25:37 -06:00
Oliver-Akins
41ae9d4ded Update deploy script 2020-08-18 21:22:06 -06:00
Oliver-Akins
7770b777b5 Add favicon and meta tags 2020-08-18 21:21:51 -06:00
Oliver-Akins
43f5cd53f2 Update scripts 2020-08-18 21:21:23 -06:00
Oliver-Akins
6ef67b30bb Move theme files into their own folder 2020-08-18 20:23:41 -06:00
Oliver-Akins
6f218a964c Adjust colour scheme 2020-08-18 20:08:51 -06:00
Oliver-Akins
3084e4d781 Remove JS alert 2020-08-18 20:08:33 -06:00
Oliver-Akins
7e2b1b809f Adjust styling and move alert text to HTML rather than JS 2020-08-18 20:08:22 -06:00
Oliver-Akins
4ce59af2a4 Make file executable 2020-08-18 19:46:49 -06:00
Oliver-Akins
cfb15fbdc5 Rename dark theme file to meet the new filenaming scheme for theme CSS files 2020-08-18 19:02:38 -06:00
Oliver-Akins
157077c65b Add styles to customize the error text 2020-08-18 19:01:09 -06:00
Oliver-Akins
c9c8b01791 Add styles for the success box 2020-08-18 18:59:43 -06:00
Oliver-Akins
2959876f2b Re-enable the export playlist button when any field has changed 2020-08-18 18:47:33 -06:00
Oliver-Akins
0ffa03c6f1 Add an info icon 2020-08-18 17:59:32 -06:00
Oliver-Akins
ad6055e480 Initialize files for some extra modals 2020-08-17 23:48:40 -06:00
Oliver-Akins
74c80b6530 Add a modal for audio features (not in use at the moment) 2020-08-17 23:46:50 -06:00
Oliver-Akins
0e8af664bf Add a palette icon for the theme chooser. 2020-08-17 23:46:00 -06:00
Oliver-Akins
d09ca33b5f Add an error message if the error is not an authentication error. 2020-08-17 23:45:39 -06:00
Oliver-Akins
319370a3ff Accept the error object in the auth expiration function 2020-08-17 23:43:51 -06:00
Oliver-Akins
5ad272eccb Update Core JS version. 2020-08-17 23:42:20 -06:00
Oliver-Akins
ae5a697de5 Have catch blocks call the auth expire function 2020-08-17 23:19:35 -06:00
Oliver-Akins
c9c1e57187 Change from localStorage to sessionStorage for the state 2020-08-17 23:17:22 -06:00
Oliver-Akins
8651bf65dd Always use the state 2020-08-17 23:16:45 -06:00
Oliver-Akins
b5dd004d96 Import constants to main file 2020-08-17 23:16:18 -06:00
Oliver-Akins
8a54e8262e Add constants file 2020-08-17 23:16:00 -06:00
Oliver-Akins
afb10d579e remove someextra indenting 2020-08-17 23:15:24 -06:00
Oliver-Akins
4d797cdc16 Remove margin from icon component and put it into more specific area. 2020-08-17 23:14:56 -06:00
Oliver-Akins
99af0f8e76 Remove token from props 2020-08-17 23:09:16 -06:00
Oliver-Akins
c7add28aa8 Set sessionStorage if an auth token exists in the hash 2020-08-17 23:08:40 -06:00
Oliver-Akins
4a68bbc58e Retrieve the auth token from sessionStorage 2020-08-17 23:07:58 -06:00
Oliver-Akins
c248fc6c06 Add a function to expire the authentication token 2020-08-17 23:07:23 -06:00
Oliver-Akins
68d3925798 Remove references to get_token 2020-08-17 23:06:46 -06:00
Oliver-Akins
7f0e83ddad Make error message more clear 2020-08-17 23:03:52 -06:00
Oliver-Akins
4b770047c8 Swap npm lock with pnpm lock 2020-08-17 23:03:17 -06:00
Oliver-Akins
763fa60c97 Import icon component to make missing profile image work for artists 2020-08-17 23:01:21 -06:00
Oliver-Akins
124cdd4e0d Update missing profile picture size 2020-08-17 22:59:55 -06:00
Oliver-Akins
c06f051fe3 Make deploy use the production mode when building 2020-08-15 15:42:40 -06:00
Oliver-Akins
0a5959c05e When building for static serve, use development env 2020-08-15 15:42:16 -06:00
Oliver-Akins
d3c1ee2214 Add a deploy script to NPM 2020-08-15 15:33:01 -06:00
Oliver-Akins
cf62450108 Update package.json scripts. 2020-08-15 15:32:25 -06:00