Skip to content

Conversation

@mark-trann
Copy link
Contributor

Description 🧾

Reckon this is good enough to get some parallel work going. Managed to only do simple substring searching for friends (fuzzy search todo). Friends list is scrollable. Did some refactor of the UserProfile component to make it more reusable.

Testing

Works fine with dark mode too.

image image

Checklist

  • 📍 You have assigned yourself to this pull request.
  • 🔗 You have linked an issue to which this pull request closes.
  • 💭 Leave any relevant specific directions to reviewers.
  • 👀 No secrets in clear text in the pull request.
  • 🎟️ To categorise release notes, the pull request should be labelled with at least one of these labels:
    • feature: for application feature improvement or new features
    • bug: fixing something that previously wasn't working
    • dev: development-side related changes
    • docker: updates to the Docker code
    • setup: changes to the setup/infrastructure of the codebase
    • test: updates to internal testing

@mark-trann mark-trann self-assigned this Sep 17, 2025
@mark-trann mark-trann requested a review from a team as a code owner September 17, 2025 05:50
@mark-trann mark-trann added the 🍀 feature 🪴 New feature or request label Sep 17, 2025
@mark-trann mark-trann linked an issue Sep 17, 2025 that may be closed by this pull request
@mark-trann mark-trann merged commit ba9df25 into friends-main Sep 17, 2025
3 checks passed
@mark-trann mark-trann deleted the friends-sidebar branch September 17, 2025 08:41
lhvy pushed a commit that referenced this pull request Sep 17, 2025
* Remove old friends implementation

* Add togglable friends

* Move sidebar collapsed state to app context

* Remove another old friend component

* Add friend list and search bar

* Refactor sidebar's collapsed state into an AppContext

* MVP of friends list with simple search

* reverting auth guard lol

* Refactor sidebar styled and fix user account padding

* Fix friends list scroll issue

* Fix sidebar always scrolling

* Remaster the add friends button

* Move scrollable component down by 1 layer so that notangles logo is not part of scroll

* Add todo comment

* undo changes for auth on server

* Fix search and add friend buttons on sidebar for collapsed. Also added hover to support future click-on-friend operation

* Clicking search button on collapsed sidebar will expand it and focus on form immediately

* Hide sidebar scroll (removes weird ui bug in collapsed as well)

* Remove empty tag wraps

---------

Co-authored-by: Mark Tran <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍀 feature 🪴 New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Friends: sidebar

3 participants