0
0
Fork 0
Commit graph

134 commits

Author SHA1 Message Date
Oliver-Akins
29eca28e46 Update the artist card to the V2 design 2021-09-02 00:23:58 -06:00
Oliver-Akins
cd969026cf Fix variable undefined error. 2021-04-02 21:21:47 -06:00
Oliver-Akins
0bcfa05b6c Make theme switching work properly when built for production 2021-04-01 01:03:21 -06:00
Oliver-Akins
eef0529d4f Make modals conform to the modal text colour 2021-04-01 00:48:02 -06:00
Oliver-Akins
e93dedc91b Add site information to the modal 2021-04-01 00:32:29 -06:00
Oliver-Akins
ae8c0f3e26 Fix error in getting the element. 2020-11-03 18:27:23 -07:00
Oliver-Akins
4dec762c98 Make the theme transition smoother, without affecting page load 2020-11-03 18:25:06 -07:00
Oliver-Akins
c6d9cb0455 Add the high contrast theme to the selector 2020-10-30 23:45:37 -06:00
Oliver-Akins
23a38dfc4f Add border support to the two card types 2020-10-30 23:45:17 -06:00
Oliver-Akins
7ac9395431 Allow light theme to be selected 2020-10-30 22:39:12 -06:00
Oliver-Akins
1d2a38f8cc Make the palette icon actually work properly 2020-10-30 21:35:01 -06:00
Oliver-Akins
e3b89ec75d Completely rework the way icon theming is done so that they update with the theme changes 2020-10-30 21:20:53 -06:00
Oliver-Akins
9fbbb2f010 Merge branch 'main' of github.com:Oliver-Akins/top-lists into main 2020-10-30 20:23:28 -06:00
Oliver-Akins
adcf7fcc9f Add theme modal data 2020-10-30 20:22:11 -06:00
Oliver-Akins
961ceb0558 Change to use more appropriate CSS var 2020-10-26 22:35:14 -06:00
Oliver-Akins
c1df2d2775 Make error styling more granular and controllable 2020-10-26 22:34:50 -06:00
Oliver-Akins
2121b92c81 Make modals abide by the CSS variables 2020-10-26 22:34:13 -06:00
Oliver-Akins
1592fd63c1 Add clipboard copying functionality to the buttons. 2020-08-23 12:24:17 -06:00
Oliver-Akins
6beda918c3 Add mobile style for the buttons in the share modal 2020-08-23 01:39:03 -06:00
Oliver-Akins
0c9d94a6bd Add the tooltips back to the bottom row 2020-08-23 01:38:09 -06:00
Oliver-Akins
9c68ac5e8a Add span styles to the SVG wrapping span and change share logo 2020-08-23 01:14:12 -06:00
Oliver-Akins
33cf7db188 Finish track V2 2020-08-23 01:13:25 -06:00
Oliver-Akins
f70d8fb2ad Add sharing modal 2020-08-23 01:12:54 -06:00
Oliver-Akins
d7d780c188 Add the bottom bar with the icons.
Adds styling for the bottom of the card.
2020-08-22 00:05:43 -06:00
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-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
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
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
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
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
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
68d3925798 Remove references to get_token 2020-08-17 23:06:46 -06:00
Oliver-Akins
763fa60c97 Import icon component to make missing profile image work for artists 2020-08-17 23:01:21 -06:00