banter icon indicating copy to clipboard operation
banter copied to clipboard

Banter is a feature-rich Discord clone built with React, Redux Toolkit, Next.JS, TypeScript, styled-components, Tailwind CSS, and uses Firebase to communicate with the back-end.

Results 10 banter issues
Sort by recently updated
recently updated
newest added

## Changes * Prevent context menu from appearing when a user right clicks * The context menu still appears when right clicking message media in preview * The context menu...

enhancement

* Store chat messages in state upon initial server load * Paginate chat messages so that only most recent load unless user scrolls to load older messages * Look into...

bug
enhancement
help wanted
good first issue

_Feature requested by **justkoru** on Banter_ Using the @ symbol should allow tagging other users, and "ping" them with a notification (if settings allow)

enhancement
good first issue

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Highlighting a text selection and pasting should replace the selected text with the pasted value. Instead, the entire input is replaced. Additionally, the cursor is left at the beginning of...

bug

Discord uses Slate for their text editor, and so Banter should also implement the same framework for feature parity. Github: https://github.com/ianstormtaylor/slate Website: https://www.slatejs.org/

enhancement
help wanted
good first issue

Allow users with sufficient permissions to delete messages that have been sent. Sufficient permissions includes: * The user that sent the message * Users who are the owner/creator of the...

enhancement

Allow users to edit messages they have sent

enhancement

Add the ability to voice chat between users

enhancement

A mobile-friendly version of Banter should be supported.

enhancement