Lokesh Dhakar
Lokesh Dhakar
- Update the `getColor` and `getPalette` methods to support an options object as their second parameter. - If a numeric value is passed as the second arg, then it should...
I really enjoy using `pseudo-window` as an alternative to manually adding and destroying the top level event listeners. The additional support for document and body tags got me thinking about...
https://github.com/internetarchive/openlibrary/issues/11555 **Creates a set of semantic font family variables.** Their names communicate where they should be used. This provides a single point of control for updating font families across the...
### Problem / Opportunity **DRY up our design variables and reduce magic numbers for values.** This will help with consistency and make design updates much simpler. ### Proposal Use a...
https://github.com/internetarchive/openlibrary/issues/11555 Creates a set of border radius variables that provide a single point of control for updating font families across the app. A separate PR will update the codebase to...
Issue # https://github.com/internetarchive/openlibrary/issues/11555 This PR is a follow-up to, and should be merged after: [refactor: Define semantic font family LESS vars #11540](https://github.com/internetarchive/openlibrary/pull/11540) ### Technical Utilizes new semantic font-family variables across...