1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer
Alex Andreev 5bdfea6e31
Native switch component (#4610)
* Switch component initial draft

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Add onClick event

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* onClick fine-tunings

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fine-tuning styles

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Adding tests

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix light theme thumb color

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Using native switch in places

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Removing material ui switcher

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Revert "Removing material ui switcher"

This reverts commit 6b9e0a090c.

* Mark Switcher and FormSwitch as deprecated

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Cleaning up

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Using theme-light mixin

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix fetching values from onChange callback

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Add custon onChange event with checked prop

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Check for onChange() availability

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix show minimap label

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-12-30 13:58:28 +03:00
..
api Change isEnabledForCluster to use KubernetesCluster instead of Cluster (#4584) 2021-12-17 08:28:47 -05:00
components Native switch component (#4610) 2021-12-30 13:58:28 +03:00
fonts Restyling extensions page with tailwindcss (#2796) 2021-05-23 15:15:42 +03:00
hooks Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
initializers Merge remote-tracking branch 'upstream/master' into make-menu-registry-obsolete 2021-12-15 16:14:08 +02:00
ipc Add Check-For-Updates in menu and some notifications (#4437) 2021-11-30 10:30:42 -05:00
navigation Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
port-forward DRY: light theme sass mixin (#4606) 2021-12-27 13:21:14 +02:00
protocol-handler Fix code style 2021-12-27 14:17:40 +02:00
remote-helpers Fix the back/forward button on topbar (#3719) 2021-09-02 14:21:17 +03:00
themes <Menu/> styles fine-tuning (#4279) 2021-11-16 11:14:28 -05:00
utils Use electron.clipboard for all clipboard uses (#4535) 2021-12-13 10:45:24 -05:00
bootstrap.tsx Merge remote-tracking branch 'upstream/master' into make-menu-registry-obsolete 2021-12-15 16:14:08 +02:00
cluster-frame.tsx Change isEnabledForCluster to use KubernetesCluster instead of Cluster (#4584) 2021-12-17 08:28:47 -05:00
mui-base-theme.tsx Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
root-frame.tsx Show splash window until bundled extensions have been loaded (#4570) 2021-12-23 11:00:18 +02:00
template.html Set product name to window title (#2665) 2021-04-28 15:40:25 -04:00
theme.store.ts Replacing global themed sass-vars to css-vars (#4322) 2021-11-15 17:37:23 +02:00