Skip to content

Reorganize components in imageview

Loic Huder requested to merge reorganize-imageview into main

As I plan to work on #19 (closed), I thought it was time to clean-up the imageview folder to make some space.

This PR:

  • Puts components for resolution rings in a sub-folder rings
  • Puts toolbar components in a sub-folder toolbar
  • Extracts the tooltip logic in a component Tooltip then put in a sub-folder tooltip with its CSS module

Merge request reports