Skip to content

Commit

Permalink
docs(tooltip): add semicolon in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel committed Nov 6, 2024
1 parent 319e613 commit 4b6bf6c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ It was necessary due to the complexity of modifying the `ion-popover` to meet th

These changes included things like:

- Removing a class that locks the scroll on the site (added to the body) when using the `ion-popover`,
- Adding scroll tracking
- Ensuring responsiveness in terms of automatically changing side/direction.
- Removing a class that locks the scroll on the site (added to the body) when using the `ion-popover`;
- Adding scroll tracking;
- Ensuring responsiveness in terms of automatically changing side/directio;

## Decision Drivers

- Bundle Size: The size of the library was considered. If the size was too large, it would be a NO-GO for inclusion in the project. As the entire library currently (2024/11/05) only 8.9KB, we understood that the size would not negatively impact the user experience.
- Popularity and Maintenance: PopperJS is the most well-known library for handling this type of work. Many libraries that implement some type of "popper" use it to provide this functionality.
- Bundle Size: The size of the library was considered. If the size was too large, it would be a NO-GO for inclusion in the project. As the entire library currently (2024/11/05) only 8.9KB, we understood that the size would not negatively impact the user experience;
- Popularity and Maintenance: PopperJS is the most well-known library for handling this type of work. Many libraries that implement some type of "popper" use it to provide this functionality;

## Decision

Expand Down

0 comments on commit 4b6bf6c

Please sign in to comment.