Dynamic style for Lepton demo #13688
Description
Resolves #1755
Lepton demo can be previewed in different styles by sending style
parameter from querystring. Example: ?Style=3
, ?Style=4
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
Run Volo.Abp.LeptonTheme.Demo app and send the following requests:
https://localhost:5001/Layouts/Application/Dashboard/Dashboard?style=1
https://localhost:5001/Layouts/Application/Dashboard/Dashboard?style=2
https://localhost:5001/Layouts/Application/Dashboard/Dashboard?style=3
https://localhost:5001/Layouts/Application/Dashboard/Dashboard?style=4
https://localhost:5001/Layouts/Application/Dashboard/Dashboard?style=5
https://localhost:5001/Layouts/Application/Dashboard/Dashboard?style=6