-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark theme draft, Flat UI #2157
Conversation
…ly changed design, removed gradients and box shadow properties, etc.
Try reseting the settings cache, as that can cause issues. Also, make sure your fc has a recent inav8 firmware |
Personally not a Dark Mode user but that looks great! Especially OLED Laptop screen users will be thankful. |
Hi @mmosca |
Regarding inav8 firmware for fc, where can I find it? please advice. |
@b14ckyy Thanks, I just temporarily commented that line of code and it worked for me. |
You should stil try firmware 8.0.0. Your issues are likely caused by running new configurator against older firmware. |
@mmosca thanks. BTW why firmware version for inav 8 is not visible in the configurator 8? |
Because it is not a stable release. you need to select the option to show pre-release firmware. |
@mmosca I completely forgot about this checkbox, it helped, thanks a lot! |
@bfmvsa did you cover all tabs now, or are you still having issues? |
@mmosca I've covered everything I could see. I've used plane and multirotor targets for tests. Please note that I didn't spend a lot of time on some small issues like a little bit of different padding or responsive design, because I'm planning (already have started the work) to create some app-wide classes for tables, inputs, grid system, etc. and use them across the configurator |
Up to you. :) |
I don't mind a long running pr. You can keep it as a draft if it is not done. That allows you to run the ci checks and makes it easier to download a zip and test :) |
Hello team,
Please check out dark mode for INAV. To select dark mode please use the selector in the options tab:
Sorry for the huge commit, but I'm not sure how to do it properly in another way.
General changes in this PR:
font-weight
property instead of using different font families for bold text.Please note that tabs[Fixed]Mixer
,Tunning
,Advanced Tunning
, andAlignment
are not fixed according to dark mode. These tabs are not accessible to me for some reason at the moment (Infinity loading).These changes are phase 1.
In the second phase, I'm planning to create common classes for generic elements such as buttons, tables, grid system, etc and replace a lot of existing CSS + HTML with them.
Some screenshots: