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

[Vue Rewrite] Add Unread Item Route and switch to 3 panel-layout #2333

Merged
merged 7 commits into from
Aug 26, 2023

Commits on Aug 25, 2023

  1. add unread route and component

    - started on unread component and using load-more callback from VirtualScroll component
    - realized we need to change to a 3-panel display because VirtualScroll removes the rendered component even when open if you scroll too much
    - created FeedItemDisplay component to display a selected feed item details
    
    Signed-off-by: Devlin Junker <[email protected]>
    devlinjunker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5b982e0 View commit details
    Browse the repository at this point in the history
  2. cleanup and rename FeedItemRow component

    Signed-off-by: Devlin Junker <[email protected]>
    devlinjunker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7f59a3a View commit details
    Browse the repository at this point in the history
  3. add logic to fetch more starred

    Signed-off-by: Devlin Junker <[email protected]>
    devlinjunker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    139fc22 View commit details
    Browse the repository at this point in the history
  4. Add FeedItemDisplayList component

    - Reused by Starred and Unread route components
    
    Signed-off-by: Devlin Junker <[email protected]>
    devlinjunker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9ad8943 View commit details
    Browse the repository at this point in the history
  5. css tweaks

    Signed-off-by: Devlin Junker <[email protected]>
    devlinjunker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3de31d6 View commit details
    Browse the repository at this point in the history
  6. More cleanup and started on unit tests

    Signed-off-by: Devlin Junker <[email protected]>
    devlinjunker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6f40528 View commit details
    Browse the repository at this point in the history
  7. Add more unit tests and all passing

    Signed-off-by: Devlin Junker <[email protected]>
    devlinjunker committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    32867a8 View commit details
    Browse the repository at this point in the history