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

feat: New navigation system #16785

Merged
merged 145 commits into from
Jul 18, 2024
Merged

feat: New navigation system #16785

merged 145 commits into from
Jul 18, 2024

Commits on Feb 29, 2024

  1. feat: Add searchbar to top of conversation list (WPB-5949) (#16676)

    * feat: Add searchbar to top of conversation list (WPB-5949)
    
    * bump ui kit
    
    * update icon
    
    * chore: add server engine version
    
    * fix search logic
    
    * only show in recent tab
    
    * style and copy
    
    * adjust search input styles to new design
    
    * migrate styles to separate file
    
    * shorten syntax
    
    ---------
    
    Co-authored-by: Timothy Le Bon <tlebon@gmail.com>
    thisisamir98 and tlebon committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0c34535 View commit details
    Browse the repository at this point in the history
  2. feat: Add sidebar with existing options (WPB-5944) (#16784)

    * feat: initial sidebar change (WPB-5944)
    
    * feat: migrate contacts to connect
    
    * Update src/style/list/conversations.less
    
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    
    * Update src/style/list/conversations.less
    
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    thisisamir98 and V-Gira committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2a799d3 View commit details
    Browse the repository at this point in the history
  3. feat: add badges to new navigation sidebar (WPB-6651) (#16849)

    * feat: add badges to new navigation sidebar
    
    * feat: update copy
    
    * remove label
    
    * remove extra code
    thisisamir98 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f1445a1 View commit details
    Browse the repository at this point in the history
  4. feat: add favorites, groups & directs tabs (WPB-5946) (#16861)

    * feat: add favorites tab (WPB-5946)
    
    * feat: update favorites icon
    
    * feat: add new groups tab
    
    * feat: add direct conversations
    
    * fix: correct badge for directs
    
    * reset filter on view switch
    thisisamir98 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    534edde View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. feat: move connect and archives to new navigation system (WPB-6778) (#…

    …16967)
    
    * feat: Add searchbar to top of conversation list (WPB-5949) (#16676)
    
    * feat: Add searchbar to top of conversation list (WPB-5949)
    
    * bump ui kit
    
    * update icon
    
    * chore: add server engine version
    
    * fix search logic
    
    * only show in recent tab
    
    * style and copy
    
    * adjust search input styles to new design
    
    * migrate styles to separate file
    
    * shorten syntax
    
    ---------
    
    Co-authored-by: Timothy Le Bon <tlebon@gmail.com>
    
    * feat: Add sidebar with existing options (WPB-5944) (#16784)
    
    * feat: initial sidebar change (WPB-5944)
    
    * feat: migrate contacts to connect
    
    * Update src/style/list/conversations.less
    
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    
    * Update src/style/list/conversations.less
    
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    
    * feat: add badges to new navigation sidebar (WPB-6651) (#16849)
    
    * feat: add badges to new navigation sidebar
    
    * feat: update copy
    
    * remove label
    
    * remove extra code
    
    * feat: add favorites, groups & directs tabs (WPB-5946) (#16861)
    
    * feat: add favorites tab (WPB-5946)
    
    * feat: update favorites icon
    
    * feat: add new groups tab
    
    * feat: add direct conversations
    
    * fix: correct badge for directs
    
    * reset filter on view switch
    
    * feat: add search to groups, favorites & directs sidebar tabs
    
    * refactor: remove extra folders from folders view
    
    * refactor: rename ConversationViewStyle to SidebarTabs
    
    * refactor: rename viewStyle to sidebarTab
    
    * refactor: rename view style to current tab
    
    * feat: move connect and archives to new navigation system
    
    * fix: show current active sidebar tabs
    
    * fix: bring back prefrences
    
    * refactor use or
    
    * refactor: remove commented code
    
    * refactor: reuse isFolderView
    
    * Update src/script/page/LeftSidebar/panels/Conversations/Conversations.tsx
    
    Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
    
    * refactor: use includes
    
    * refactor: remove extra white space
    
    ---------
    
    Co-authored-by: Timothy Le Bon <tlebon@gmail.com>
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
    4 people committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eafb71a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    40299eb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. runfix: address new navigation styling in dark mode (WPB-6811) (#17058)

    * runfix: address new navigation styling in dark mode (WPB-6811)
    
    * remove unused css class
    
    * use themed input color for labels
    V-Gira committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    15090a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. feat: migrate preferences to new sidebar navigation (#17016)

    * feat: basic new preferences
    
    * fix header
    
    * fix: show custom folders
    
    * finalize animation removal
    
    * feat: remove settings icon from sidebar tabs
    
    * feat: update copies
    
    * bring back line breaks
    thisisamir98 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0fa132e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    ab68922 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. feat: user details in new nav structure (#17075)

    * feat: user details in new nav structure
    
    * remove header from left sidebar
    
    * CR fixes
    przemvs committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7a2525a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    c40b110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a8032d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat: Empty state for conversations (#17125)

    * feat: Empty state for conversations
    
    * remove unecessary code
    przemvs committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ac96617 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    7d43067 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    a34fcc3 View commit details
    Browse the repository at this point in the history
  2. feat: sidebar toggle (#17115)

    * feat: sidebar toggle
    
    * basic hover
    
    * handler tweaks
    
    * move button to bottom
    
    * update background color
    
    * feat: handle accesiblity error
    thisisamir98 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a8a5593 View commit details
    Browse the repository at this point in the history
  3. feat: add support for folders (#17174)

    * feat: add support for folders
    
    * fix style
    
    * feat: merge filters
    
    * refactor: merge current folder logic
    
    * refactor: use find instead of filter
    thisisamir98 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    88d5299 View commit details
    Browse the repository at this point in the history
  4. runfix: address darkmode color values (#17179)

    * runfix: address darkmode color values
    
    * assign css variable for gray text
    V-Gira committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7189d27 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    e8867aa View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    5e15c2b View commit details
    Browse the repository at this point in the history
  2. feat: Navigation folders empty state support (#17203)

    * fix: do not show sidebar in full screen call
    
    * feat: add folders empty state
    
    * feat: remove unread indicator from folder tab
    thisisamir98 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cc1e94d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    8c705ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae53d0a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. runfix: prevent loading of unreachable users (WPB-7377) (#17216)

    * runfix: prevent loading of unreachable users (WPB-7377)
    
    * show conv with unavailable user if there's messages
    V-Gira committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    499585f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    df1a259 View commit details
    Browse the repository at this point in the history
  2. fix: update header height (#17240)

    * fix: update header height
    
    * update conversationheader min-height
    
    * remove unecessary code
    przemvs committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b1e500c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. feat: update collapsible sidebar implementation (#17218)

    * feat: update collpasible sidebar ux
    
    * fix: hide overflow
    
    * fix: remove hard coded long display name
    
    * feat: make sidebar open by default
    
    * refactor: use isSideBarOpen directly
    
    * refactor: remove extra commented code
    
    * refactor: use short syntax for padding
    thisisamir98 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7fe895e View commit details
    Browse the repository at this point in the history
  2. feat: add link to folders support page (#17214)

    * fix: do not show sidebar in full screen call
    
    * feat: add folders empty state
    
    * feat: remove unread indicator from folder tab
    
    * feat: update empty link
    
    * refactor: get rid of dangerouslySetInnerHTML
    thisisamir98 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1de900e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc2f2a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    857d63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8b41d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    42f9520 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat: support for folders in collapsed sidebar (#17251)

    * feat: support for folders in collapsed sidebar
    
    * runfix: do not open folders when switching from settings to other tabs
    
    * runfix: auto close sidebar on md breakpoint
    
    * Update src/script/page/LeftSidebar/panels/Conversations/Conversations.tsx
    
    Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>
    
    ---------
    
    Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>
    thisisamir98 and atomrc committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d89d84c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    d5c7c9f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. feat: left sidebar improvements (#17291)

    * feat: left sidebar improvements
    
    * remove unecessary code
    przemvs committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7b68634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef3daa View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    3d7989d View commit details
    Browse the repository at this point in the history
  2. feat: User Availability state (#17304)

    * feat: User Availability state
    
    * hide availability state in preferences and user details in right sidebar
    
    * availability user state
    
    * replace deprecated isTeamMember
    
    * code cleanup
    
    * revert data-uie-name
    
    * revert data-uie-name
    przemvs committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5919bf3 View commit details
    Browse the repository at this point in the history
  3. feat: Preferences header background (WPB-8832) (#17313)

    * feat: Preferences header background
    
    * update cr suggestions
    przemvs committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    80f9cd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat: new badge without number (#17342)

    * feat: new badge without number
    
    * handle folders
    
    * feat: auto switch to recent tabs when all conversations of folder are deleted
    
    * feat: auto remove conversation from favorites
    
    * feat: do not open folder tab on favoriting conversation, open favorites tab
    
    * Update src/script/conversation/ConversationLabelRepository.ts
    
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    thisisamir98 and V-Gira committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8e34cc4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. runfix: address responsivness of new navigation v2 (WPB-7212) (#17374)

    * runfix: address responsivness of new navigation v2
    
    * prevent sidebar from loosing width
    
    * assign correct overlay behavior at smaller screen width
    
    * add style file
    V-Gira committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ebedb6a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. runfix: adress responsivness of the preferences sections (WPB-7214) (#…

    …17409)
    
    * runfix: adress responsivness of the preferences sections (WPB-7214)
    
    * add object css file for preferences style
    
    * implement fallback viewport media qqueries
    
    * assign flexible width to elements inside preferences
    V-Gira committed May 15, 2024
    Configuration menu
    Copy the full SHA
    295cbb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44ea28e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    fb29f8b View commit details
    Browse the repository at this point in the history
  2. feat: remove create group & create gust room from connect tab (#17421)

    * feat: remove create group & create gust room from connect tab
    
    * remove unused props
    thisisamir98 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    70816c9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    e787673 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: search for people only in the connect tab (WPB-6561) (#17450)

    * fix: search for people only in the connect tab (WPB-6561)
    
    * remove unused localization strings
    V-Gira committed May 23, 2024
    Configuration menu
    Copy the full SHA
    09ca18a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    ae2bf8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059c769 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    7d6a1cb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    8325db2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17491 from wireapp/v/merge-dev-nnav

    chore: merge dev
    V-Gira committed May 30, 2024
    Configuration menu
    Copy the full SHA
    89bd4c0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. test: address unit tests failure in new navigation (WPB-9453) (#17490)

    * adjust conversations unit tests
    
    * remove view_folders property
    
    * fix preferences unit tests
    
    * uncomment overlooked line
    
    * move UserInfo unit test to UserAvatar
    
    * remove availability status unit test from call participant tests
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    V-Gira committed May 31, 2024
    Configuration menu
    Copy the full SHA
    86db84f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6b91d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix: Incoming connection request is not highlighted (#17449) (#17503)

    * fix: Incoming connection request is not highlighted
    
    * return null instead of undefined
    
    Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
    V-Gira and przemvs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9d42070 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. chore: Implement locators for automation on the new navigation (WPB-9…

    …506) (#17508)
    
    * chore: Implement locators for automation on the new navigation (WPB-9506)
    
    * Update src/script/page/LeftSidebar/panels/Conversations/ConversationsList.tsx
    
    Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
    
    ---------
    
    Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
    V-Gira and przemvs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    25cb93f View commit details
    Browse the repository at this point in the history
  2. runfix: address design review (WPB-8687 7374 7357) (#17510)

    * runfix: assign hover states to collapse button
    
    * runfix: remove close button from preferences
    
    * runfix: assign padding between Contacts and Conversations
    V-Gira committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1e91cf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74a28e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    a794b35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17514 from wireapp/v/merge-dev

    chore: merge dev to new navigation
    V-Gira committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e593816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3567934 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17516 from wireapp/v/publish-new-nav

    chore: merge dev into new-navigation
    V-Gira committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a62455e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47f97bc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17517 from wireapp/v/merge-dev-new-nav

    chore: merge dev to new navigation
    V-Gira committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    36748aa View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    eede19d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. runfix: address new navigation bug reports (#17523)

    * runfix: display search input close icon in dark mode
    
    * revert removal of css for panel title
    
    * runfix: assign correct padding to device detail page
    V-Gira committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8c0a146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6af672 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17528 from wireapp/v/merge-dev

    chore: merge latest dev to new navigation
    V-Gira committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ac8f000 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. feat: Add support for new nav shortcuts (#17549)

    * feat: add support for new navigation shortcuts
    
    * feat: add focus support
    thisisamir98 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0d5c78c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31615a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35c8d46 View commit details
    Browse the repository at this point in the history
  4. update test

    thisisamir98 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aaa41aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b935bf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    fb5aa26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfdb65a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. feat: indicate slow network connection [WPB-9679] (#17557)

    * feat: indicate slow network connection
    
    * test: ConnectionQualityHandler
    
    * runfix: remove indication in a banner
    
    * feat: create a hook for connection quality
    
    * feat: indicate slow internet connection in convo list
    
    * refactor: simplify styling
    
    * chore: fix return statement
    
    * runfix: check if window.navigator exists
    
    * runfix: add 3g to the list of slow connection
    
    * test: add 3g case to test
    PatrykBuniX committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bcb0360 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    8091858 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17594 from wireapp/chore/merge-dev

    chore: merge dev
    PatrykBuniX committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fcd3cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05c734 View commit details
    Browse the repository at this point in the history
  4. runfix: misaligned import/export view (#17595)

    * runfix: misaligned import/export view
    
    * refactor: improve mobile responsive view naming
    
    * refactor: add ability to hide left sidebar on desktop
    
    * runfix: hide left sidebar when importing/exporting the backup
    PatrykBuniX committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    33175b7 View commit details
    Browse the repository at this point in the history
  5. runfix: slow internet dark mode (#17596)

    * runfix: slow connection on preferences
    
    * runfix: slow connection on dark mode
    PatrykBuniX committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    021f2d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05fa288 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. feat: auto clear navigation search input on Escape press (#17602)

    * feat: auto clear navigation search input on Escape press
    
    * use onKeyDown
    thisisamir98 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    826af6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40045de View commit details
    Browse the repository at this point in the history
  3. feat: persist sidebar open/close state (#17559)

    * feat: persist sidebar open/close state
    
    * fix typo
    
    * remove extra comments
    
    * feat: handle very long folder names
    
    * feat: folders empty state
    
    * refactor: get rid of hook and make status 3 options
    thisisamir98 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    728e82e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f4f755 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    9c419c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78b47d View commit details
    Browse the repository at this point in the history
  3. merge dev into new-navigation

    przemvs committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f98daf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11a513f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db438c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore: merge dev new nav (#17639)

    * chore: Update translations (#17619)
    
    * chore: type safe icons (#17617)
    
    * refactor: move svg provider to root util directory
    
    * chore: typesafe config icons
    
    * refactor: improve types
    
    * chore: improve comment
    
    * chore: update ignore files
    
    * refactor: move typedEntries to array utils
    
    * chore: fix action panel types
    
    * refactor: simplify naming
    
    * chore: conversation actions type
    
    * chore: svg provider mocks type
    
    * chore: context menu type
    
    * chore: remove license from non-gh file
    
    * chore: remove comment
    
    * chore: generate react icons at build time (#17621)
    
    * chore: Update translations (#17622)
    
    * fix: Ephemeral message timer position (#17624)
    
    * fix: revert classname for ephemeral message (#17625)
    
    * fix: Improve asset downloading and caching (#17626)
    
    * fix: Conversation scrolling stops loading following messages (#17627)
    
    * fix: Conversation scrolling stops loading following messages
    
    * improve types
    
    * chore(deps): bump cakeinpanic/jira-description-action (#17629)
    
    Bumps [cakeinpanic/jira-description-action](https://github.com/cakeinpanic/jira-description-action) from 0.8.1 to 0.9.0.
    - [Release notes](https://github.com/cakeinpanic/jira-description-action/releases)
    - [Changelog](https://github.com/cakeinpanic/jira-description-action/blob/master/CHANGELOG.md)
    - [Commits](cakeinpanic/jira-description-action@v0.8.1...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: cakeinpanic/jira-description-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps): bump pm2 from 5.4.0 to 5.4.1 in /server (#17630)
    
    Bumps [pm2](https://github.com/Unitech/pm2) from 5.4.0 to 5.4.1.
    - [Release notes](https://github.com/Unitech/pm2/releases)
    - [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md)
    - [Commits](Unitech/pm2@v5.4.0...v5.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: pm2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in /server (#17631)
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps-dev): bump webpack from 5.92.0 to 5.92.1 (#17632)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.92.1.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.92.0...v5.92.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps-dev): bump @types/uuid from 9.0.8 to 10.0.0 (#17634)
    
    Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.8 to 10.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/uuid"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps-dev): bump @types/node from 20.14.2 to 20.14.8 (#17635)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 to 20.14.8.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps-dev): bump cssnano from 7.0.2 to 7.0.3 (#17636)
    
    Bumps [cssnano](https://github.com/cssnano/cssnano) from 7.0.2 to 7.0.3.
    - [Release notes](https://github.com/cssnano/cssnano/releases)
    - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.0.2...cssnano@7.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cssnano
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * runfix: make no common protocol message more generic (#17637)
    
    * runfix: update icons
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Otto the Bot <webapp+otto@wire.com>
    Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>
    Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    5 people committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6921a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f22851 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    2d00228 View commit details
    Browse the repository at this point in the history
  2. chore: merge dev branch

    atomrc committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0d06f05 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    0168550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9020ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    280dcc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    357954b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61bc6a2 View commit details
    Browse the repository at this point in the history
  6. chore: merge branch 'dev' into new-navigation

    chore: merge branch 'dev' into new-navigation
    V-Gira committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    50fc82f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    0cdb89a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc8222a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    337a83e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17660 from wireapp/v/merge-dev

    chore: merge branch 'dev' into new-navigation
    V-Gira committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b43a767 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. runfix: set sidebar tab to recent on starting a new conversation (WPB…

    …-9509) (#17673)
    
    * runfix: set sidebar tab to 1on1 on starting a new conversation (WPB-9509)
    
    * use the recent sidebar tab instead of directs
    
    * switch to recent sidebar tab when opening connection requests
    V-Gira committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1a76931 View commit details
    Browse the repository at this point in the history
  2. feat: Address smaller UI issues in the new navigation (WPB-9694) (#17676

    )
    
    * feat: Address smaller UI issues in the new navigation (WPB-9694)
    
    * remove rotation of the folder icon
    
    * remove dev comment
    
    * add title to create group button
    
    ---------
    
    Co-authored-by: Virgile <virgile.girardin@wire.com>
    Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
    3 people committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b782429 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    74e8b05 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    41c36eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae9c545 View commit details
    Browse the repository at this point in the history
  3. fix: remove unused component (#17681)

    * fix: remove unused component
    
    * change typo in component name
    przemvs committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2689225 View commit details
    Browse the repository at this point in the history
  4. runfix: address archived conversations bugs (WPB-9493 WPB-9768) (#17683)

    * runfix: prevent empty state when all conversations are archived (WPB-9483)
    
    * runfix: filter out archived conversations from group and 1on1 tab (WPB-9768)
    V-Gira committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cb4b463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d5880 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cad7552 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1f3670 View commit details
    Browse the repository at this point in the history
  8. feat: add multi window support to context menu (#17686)

    * feat: add multi window support to cntext menu
    
    * chore: run ci again
    PatrykBuniX committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e9f1a7a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    10ebff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b08b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ccfbd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02d23e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2b5cb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44091b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5871853 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    034042e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    62ec5a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a647b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    91dc1ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33a834b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb879c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    7060e37 View commit details
    Browse the repository at this point in the history
  2. chore: merge dev to new-nav (#17740)

    * chore: Update translations (#17723)
    
    * chore(deps): bump wire-web-config-default-staging in /app-config (#17725)
    
    Bumps [wire-web-config-default-staging](https://github.com/wireapp/wire-web-config-default) from v0.31.26 to v0.31.27.
    - [Commits](wireapp/wire-web-config-default@v0.31.26...c48e253)
    
    ---
    updated-dependencies:
    - dependency-name: wire-web-config-default-staging
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps): bump wire-web-config-default-master in /app-config (#17726)
    
    Bumps [wire-web-config-default-master](https://github.com/wireapp/wire-web-config-wire) from v0.31.27-0 to v0.31.28-0.
    - [Commits](wireapp/wire-web-config-wire@v0.31.27-0...1d7da3a)
    
    ---
    updated-dependencies:
    - dependency-name: wire-web-config-default-master
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix: Hide delivery message for group conversation (#17724)
    
    * fix: Hide delivery message for group conversation
    
    * cr fixes
    
    * feat: Add disclaimer for non production envs (#17727)
    
    * feat: Add disclaimer for non production envs
    
    * add translation for disclaimer
    
    * chore: Update translations (#17728)
    
    * chore: update pipelines [WPB-6227] (#17598)
    
    * chore(wip): update pipelines
    
    * chore: remove staging and prod
    
    * chore: Update translations (#17729)
    
    * feat: remove references to phone login/number (#17730)
    
    * chore: Update translations (#17732)
    
    * fix: replace carriage return with a new line char (#17739)
    
    * fix: replace carraige return with a new line char
    
    * chore: add return type
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Otto the Bot <webapp+otto@wire.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
    Co-authored-by: Timothy LeBon <tlebon@gmail.com>
    5 people committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1bf822f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. fix: Archiving a convo with unread messages does not remove the unrea…

    …d badge (#17731)
    
    * fix: Archiving a convo with unread messages does not remove the unread badge
    
    * revert archived tab unread count
    przemvs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c92f315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ccb808 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17745 from wireapp/dev

    chore: merge dev to new-navigation
    PatrykBuniX committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8a7df3b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: Correct behavior for CMD/CTRL+k shortcut in new navigation setti…

    …ngs (WPB-10006) (#17690)
    
    * fix: Correct behavior for CMD/CTRL+k shortcut in new navigation settings (WPB-10006)
    
    * more refactoring
    
    * fix test
    thisisamir98 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1c39586 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    e751e79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff61fa8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17761 from wireapp/runfix/slow-connection-prefere…

    …nces
    
    runfix: slow connection indicator misaligned in preferences
    PatrykBuniX committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    abd6b13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    662e10f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b451a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    d4a5110 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    1b6ca20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cbacb1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17776 from wireapp/v/merge-dev

    chore: auto-deploy dev on the edge environment and merge dev
    V-Gira committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4a9a3e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc8d8a View commit details
    Browse the repository at this point in the history