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

Make the app itself using Vue to fix accessibility #1388

Merged
merged 20 commits into from Nov 8, 2023
Merged

Commits on Nov 8, 2023

  1. chore: Migrate package to use vite for building and use Vue for UI

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    430b86f View commit details
    Browse the repository at this point in the history
  2. fix: Allow directly navigating to a the filtered app view

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    5b9f53a View commit details
    Browse the repository at this point in the history
  3. fix: Make the app navigation a second named router-view

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    c18aa03 View commit details
    Browse the repository at this point in the history
  4. fix!: Make the setting for RSS feed to take a real boolean as value

    Co-authored-by: Louis <louis@chmn.me>
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux and artonge committed Nov 8, 2023
    Copy the full SHA
    1c2e6ef View commit details
    Browse the repository at this point in the history
  5. feat: Implement ActivityFeed view

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    ad2e221 View commit details
    Browse the repository at this point in the history
  6. feat(Activity): Allow to show previews in Activity component

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    a92520c View commit details
    Browse the repository at this point in the history
  7. fix: Load and show previews in the Activity app view

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    88787e2 View commit details
    Browse the repository at this point in the history
  8. fix: Adjust icons to Nextcloud default size of 20x20 px

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    c91d5ea View commit details
    Browse the repository at this point in the history
  9. feat: Show loading indicator on activity feed

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    7472efe View commit details
    Browse the repository at this point in the history
  10. fix!: Drop legacy scripts

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    29000ec View commit details
    Browse the repository at this point in the history
  11. chore: Do not introduce too many new stuff, revert css modules to sco…

    …ped styles
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    3e2d69e View commit details
    Browse the repository at this point in the history
  12. fix: Adjusted loading indicator to look like in previous UI version

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    a0d917e View commit details
    Browse the repository at this point in the history
  13. fix(Actvitiy): When wraping text keep content within container and do…

    … not overflow icon
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    2723ddc View commit details
    Browse the repository at this point in the history
  14. fix: On Nextcloud GmbH the copyright should be set to author instead …

    …of Nextcloud
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    f612016 View commit details
    Browse the repository at this point in the history
  15. fix: Allow empty filter and fallback to all

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    58ae402 View commit details
    Browse the repository at this point in the history
  16. fix: Adjust UI for some review comments

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    fd0b1bc View commit details
    Browse the repository at this point in the history
  17. fix(tests): Adjust unit tests

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    219ec1f View commit details
    Browse the repository at this point in the history
  18. chore(deps): Update to stable nextcloud/vue and nextcloud/dialogs

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    158bb17 View commit details
    Browse the repository at this point in the history
  19. fix(tests): Adjust node tests to use vitest

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    b15a83a View commit details
    Browse the repository at this point in the history
  20. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 8, 2023
    Copy the full SHA
    80d57db View commit details
    Browse the repository at this point in the history