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

Implement ChatItem info modal #330

Closed
SleepySquash opened this issue Jan 19, 2023 · 0 comments · Fixed by #335
Closed

Implement ChatItem info modal #330

SleepySquash opened this issue Jan 19, 2023 · 0 comments · Fixed by #335
Assignees
Labels
feature New feature or request k::UI/UX UI (user interface) and UX (user experience) changes
Milestone

Comments

@SleepySquash
Copy link
Contributor

Background

В чате отображается список сообщений.

Problem to solve

Каждому сообщению хочется повесить дополнительную информацию, модальное окошко с айдишником сообщения и списком прочитавших это сообщение.

Possible solutions

Перенести с new-design-preview:

  1. В контекстном меню каждого сообщения сверху пунктик "Информация".
  2. По тыку на пунктик само модальное окошко с информацией о сообщении: копируемое айди сообщения и список прочитавших это сообщение участников (в режиме dense тайлика контакта). При этом над списком прочитавших должен отображаться поиск по этим участникам (если участников >= 10, сейчас для теста на new-design-preview идёт >= 3).
@SleepySquash SleepySquash added enhancement Improvement of existing features or bugfix k::UI/UX UI (user interface) and UX (user experience) changes labels Jan 19, 2023
@SleepySquash SleepySquash added this to the 0.1.0-alpha.8 milestone Jan 19, 2023
@SleepySquash SleepySquash self-assigned this Jan 19, 2023
@skazkiful skazkiful assigned skazkiful and unassigned SleepySquash Jan 23, 2023
@skazkiful skazkiful added feature New feature or request and removed enhancement Improvement of existing features or bugfix labels Jan 25, 2023
SleepySquash added a commit that referenced this issue Feb 14, 2023
Additionally:
- fix group creating entering when exiting search on `Chat`s tab
- fix unblock button not being reactive on `User` page
- refactor code to use `MessageFieldView.theme` instead of `ThemeData`

Co-authored-by: SleepySquash <nordnikita@icloud.com>
github-actions bot added a commit that referenced this issue Feb 14, 2023
Additionally:
- fix group creating entering when exiting search on `Chat`s tab
- fix unblock button not being reactive on `User` page
- refactor code to use `MessageFieldView.theme` instead of `ThemeData`

Co-authored-by: SleepySquash <nordnikita@icloud.com> 49ca598
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request k::UI/UX UI (user interface) and UX (user experience) changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants