coderoyalty / pseudonym-app

An anonymous messaging application
https://pseudonym-app.vercel.app
MIT License
2 stars 0 forks source link

Feature: Inbox Functionality #24

Closed coderoyalty closed 8 months ago

coderoyalty commented 8 months ago

This pull request enhances the user experience on the dashboard by introducing an Inbox page feature.

The inbox page is packed with these features:

This pull request is presumed to enable users to archive and delete messages. However, the state of the API hasn't included endpoints to perform these actions. So, the archive and delete clicks are not yet active.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
pseudonym ✅ Ready (Inspect) Visit Preview Feb 23, 2024 9:44pm
coderoyalty commented 8 months ago

I'm merging this PR because its captivating features are primary requirements; it's also a major update to the dashboard.

coderoyalty commented 8 months ago

This feature informs the user if a username is available or not

coderoyalty commented 8 months ago

This pull request is presumed to enable users to archive and delete messages. However, the state of the API hasn't included endpoints to perform these actions. So, the archive and delete clicks are not yet active.

There's an update on the API. The endpoints that are delaying issue #21 are now available #25