sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

feat: Implement dark and light mode functionality #189

Closed OshriAsulin closed 1 year ago

OshriAsulin commented 1 year ago

Feature: I implemented a dark and light mode functionality

The change in the code set the mode of the page

Dark mode

צילום מסך 2023-08-27 030903

Light mode

צילום מסך 2023-08-27 030836

The button that implement the functionality

צילום מסך 2023-08-27 030925
idodav commented 1 year ago

@OshriAsulin Thanks this is awesome!