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.
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.
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 theitems
file.Additionally, CSS was cleaned and a
styles
file was created for this purpose.