FreeTube/src/renderer/components/side-nav
Jason e68c534e6c
A new way to subscribe (#4238)
* Implement styling for new subscribe button

* Implement dropdown element and styling

* Implements remaining styling and logic

* Correct use of aria-selected in FT

Note: was able to add aria-controls to ft-profile-selector because it keeps the hidden dropdown in the DOM. The same is not true of the ft-icon-button or ft-subscribe-button. Main point: aria-expanded should go on the button opening the dropdown, not the dropdown itself.

* Resolve subscribe button staying upon bug

* Remove unneeded vendor-specific transition prefixes

See discussion here: https://www.web-plus-plus.com/Articles/css-transition-moz-and-webkit-vs-css3
2023-11-22 17:19:11 +00:00
..
side-nav.css A new way to subscribe (#4238) 2023-11-22 17:19:11 +00:00
side-nav.js Fix Update Subscription Details function when channel name is null (#3884) 2023-08-15 18:17:10 +00:00
side-nav.vue Add semantic roles to make the site more accessible (#3887) 2023-08-16 08:25:59 +00:00