Skip to content

Advanced renter options and dark mode enhancements

Eddie Wang requested to merge advanced-renter-options into master

This MR has two main enhacements:

  1. Dark mode enhancements + styling. We're properly naming various component names (modal-bg, sidebar-bg, etc) rather than relying on inverse coloring schemes (e.g. black is now #fff), which makes it more consistent and easier to understand. A seperate PR will follow that will do the same for light mode.

  2. New renter allowance modal that gives more fine grained control for the user. Includes an advanced mode as well as client side schema validation. Required fields: image Advanced: image

Merge request reports