RohanNero / block3d

An open-source authentication toolkit designed to streamline access control within Nextjs dapps.
https://block3d.gitbook.io/block3d
GNU General Public License v3.0
1 stars 0 forks source link

Revise how `title`s are handled in the `Block3d` component #13

Open RohanNero opened 2 days ago

RohanNero commented 2 days ago

Overview

Currently, titles longer than a hard-coded number of characters are truncated in the middle with ..., and the rest of the title cannot be seen by the user.

Solution

We could add a tooltip on hover that displays the entire title OR we could animate the text to be moving sideways within its box to show the entire title.