fix: reach and leave chat search on mobile #45

Open
Jc-965 wants to merge 1 commit from chat-ui-overhaul into staging
Member

Summary

Makes chat search usable on a phone.

  • Tapping search in the sidebar now closes the sidebar and lands on the search screen.
  • The search screen now has a menu button to the left of the search bar that reopens the sidebar. Before, there was no way to leave search on mobile
  • Desktop behavior is unchanged
## Summary Makes chat search usable on a phone. - Tapping search in the sidebar now closes the sidebar and lands on the search screen. - The search screen now has a menu button to the left of the search bar that reopens the sidebar. Before, there was no way to leave search on mobile - Desktop behavior is unchanged
fix: reach and leave chat search on mobile
All checks were successful
CI / build (pull_request) Has been skipped
kennel/build build succeeded
kennel/deploy deployment healthy
CI / check-1 (pull_request) Successful in 2m7s
CI / check (pull_request) Successful in 0s
f2a49bb744

Kennel Deployments

Service URL
api https://cmugpt-surface-api-pr-45.scottylabs.net
web https://cmugpt-surface-web-pr-45.scottylabs.net

Last updated for commit f2a49bb.

<!-- kennel-deployment --> ### Kennel Deployments | Service | URL | | --- | --- | | api | https://cmugpt-surface-api-pr-45.scottylabs.net | | web | https://cmugpt-surface-web-pr-45.scottylabs.net | Last updated for commit `f2a49bb`.
All checks were successful
CI / build (pull_request) Has been skipped
kennel/build build succeeded
kennel/deploy deployment healthy
CI / check-1 (pull_request) Successful in 2m7s
CI / check (pull_request) Successful in 0s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin chat-ui-overhaul:chat-ui-overhaul
git switch chat-ui-overhaul

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch staging
git merge --no-ff chat-ui-overhaul
git switch chat-ui-overhaul
git rebase staging
git switch staging
git merge --ff-only chat-ui-overhaul
git switch chat-ui-overhaul
git rebase staging
git switch staging
git merge --no-ff chat-ui-overhaul
git switch staging
git merge --squash chat-ui-overhaul
git switch staging
git merge --ff-only chat-ui-overhaul
git switch staging
git merge chat-ui-overhaul
git push origin staging
Sign in to join this conversation.
No description provided.