Room-Elephant / extension-chrome-key-retriever

Boost your web development productivity with this feature-rich extension. Gain complete visibility into the session, local, and cookie storage keys of your websites. Explore advanced functionalities like modifying these storage values and monitoring keys and sub keys effortlessly.
https://key-retriever.room-elephant.com/
Apache License 2.0
11 stars 2 forks source link

chore: refactor items and clean css #22

Closed Marianarodrigues7 closed 1 year ago

Marianarodrigues7 commented 1 year ago

This PR improves the items file by restricting it to the scope of creating the items list. In order to achieve this goal, a new file was added, components, which exports abstract components (without business logic), which in turn will be used to build the items list in the items file.

Additionally, CSS was cleaned and a styles file was created for this purpose.