mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-13 03:43:48 +08:00
ui: sunnypilot offroad UI (#500)
* add sp flag * return if sp macro * controls * drive stats * some more * more * skip the whole thing * missed * more * more main * not ready to push yet but sure * get them icons * later * own icons * Revert "own icons" This reverts commit e07bd8e6708a46e7ae84a30a23a6d811ad517a59. * blank icon * render differently on mac * static * set toggle and title space properly * format * remove prior objects * good spacing for ButtonParamControlSP * more space formatting * on device fix * update home wifi prompt * handle AbstractControlSP_SELECTOR hide events properly * use sp * ignore name * more * keep spacing * better flag * settings button moved * small cleanup * move files to sp dir * remove for now * developer different icon * add scrolling to ui test * Revert "add scrolling to ui test" This reverts commit c8d1c65d89b238b079b5d0ee0c873b5f7e619749. * format * make them virtual * do we still need this? * Apply suggestions from code review Co-authored-by: DevTekVE <devtekve@gmail.com> * revert for now * shorter license --------- Co-authored-by: DevTekVE <devtekve@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ function run_tests() {
|
||||
|
||||
if [[ -z "$FAST" ]]; then
|
||||
run "mypy" mypy $PYTHON_FILES
|
||||
run "codespell" codespell $ALL_FILES
|
||||
run "codespell" codespell $ALL_FILES --ignore-words=$ROOT/.codespellignore
|
||||
fi
|
||||
|
||||
return $FAILED
|
||||
|
||||
Reference in New Issue
Block a user