AccelerateNetworks / fusionpbx-webtexting

GNU Affero General Public License v3.0
0 stars 0 forks source link

Info Button in Conversations header leads to Accelerate Networks main page #42

Closed danry25 closed 4 months ago

danry25 commented 5 months ago

I find myself pressing the info button in the Conversations header by accident (when I mean to press the bell icon to subscribe to push notifications) often, and it leads me to https://acceleratenetworks.com/support/ which isn't texting specific.

Do we want to route this button to a texting specific support page, and give it some space from other clickable elements so its not mistakenly clicked?

uncheckederror commented 4 months ago

@danry25 we don't have a texting specific support page on the website. Happy to add one, but I'd need you to put together some content.

uncheckederror commented 4 months ago

To make the bell button and the info button larger we can add btn and btn-large to the list of CSS classes applied to each button. Using a large size will make it easier for users on mobile devices to tap the correct button.

For the parent div we need to add 3 CSS classes: d-flex justify-content-start align-items-end where the threadlist-header class is already present.

We can improve this further by wrapping the text Conversation in a h6 tag and then a div, then we'll need to wrap the two icons in a div. Finally we can update the flex class of the parent div from justify-content-start to justify-content-between.

image

dunkeltron commented 4 months ago

notifications bell is spaced out now

danry25 commented 4 months ago

Enabling Notifications (Desktop & Android) Tap the Bell Icon and choose Allow Notifications when prompted by your web browser. simplescreenrecorder-2024-03-15_15.44.54.webm

dunkeltron commented 4 months ago

I removed the info button and fixed the bell so I'm closing this