Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Эмодзи (клиентская часть) #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cupOfTea321
Copy link
Owner

@cupOfTea321 cupOfTea321 commented Dec 11, 2023

Эмодзи (клиентская часть)

  • Добавлена возможность выставления эмоций на форуме, пока что только на клиенте, позже с серверной частью будет добавлена интеграция
  • Добавлена кнопка форума на главном экране игры
  • В топиках отображается login пользователя

Скриншоты/видяшка (если есть)

image

TBD (если есть)

@cupOfTea321 cupOfTea321 changed the title Feature/emoji Эмодзи (клиентская часть) Dec 11, 2023
@@ -18,7 +20,8 @@ const ForumPage = () => {
if (!forum) return <Navigate to="*" />
const { theme, messages }: TForum = forum
const [forumMessages, updateForum] = useState(messages)

const user = useTypedSelector(getUserData)
console.log(user)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

console

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Спасибо, убрал

@cupOfTea321 cupOfTea321 requested a review from nvisary December 11, 2023 15:21
@makxca
Copy link
Collaborator

makxca commented Dec 11, 2023

Привет!

Сейчас был доделан бекенд по эмоджи (в ближайшее время появится PR). Перед ревью жду здесь коммита, добавляющего возможность отправлять запросы, чтобы поставить эмоджи на топик.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants