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

Custom component extension type & extension preferences #10443

Merged
merged 12 commits into from
Apr 3, 2024

Conversation

kulmann
Copy link
Member

@kulmann kulmann commented Feb 5, 2024

Description

  • custom component extension type, as a followup concept for vue-portal (we'll remove vue-portal some time in the future)
  • extension points concept, including the global progress bar as first extension point. Will add more extension points in a followup (trying to get rid of the scopes property on extensions).
  • generic extension user preferences, depending on registered extension points

Related Issue

Motivation and Context

Further mature the extension system framework.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Open tasks:

  • move loader app away from this branch, into a different repo
  • write unit tests for core concepts
  • clean up probably

Copy link

update-docs bot commented Feb 5, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@kulmann kulmann force-pushed the loader-extension branch 3 times, most recently from a9960ab to 8a93f99 Compare February 8, 2024 12:27
@kulmann kulmann force-pushed the loader-extension branch 4 times, most recently from 62fdf37 to bd1da34 Compare February 19, 2024 15:13
@kulmann kulmann marked this pull request as ready for review February 19, 2024 15:13
@kulmann kulmann self-assigned this Feb 20, 2024
Copy link
Member

@dschmidt dschmidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i ❤️ ❤️ ❤️ this

Copy link

sonarcloud bot commented Feb 20, 2024

@kulmann kulmann force-pushed the loader-extension branch from cb6900b to 42bfaf8 Compare April 2, 2024 12:59
@kulmann kulmann force-pushed the loader-extension branch from 433a726 to 6b72b84 Compare April 2, 2024 14:24
@kulmann kulmann requested a review from JammingBen April 3, 2024 09:37
Copy link
Contributor

@JammingBen JammingBen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome stuff! 🚀

@kulmann kulmann enabled auto-merge (squash) April 3, 2024 11:17
Copy link

sonarcloud bot commented Apr 3, 2024

@kulmann kulmann merged commit b1be16c into master Apr 3, 2024
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the loader-extension branch April 3, 2024 12:33
ownclouders pushed a commit that referenced this pull request Apr 3, 2024
feat: extension points, custom components, preferences
@micbar micbar mentioned this pull request Jun 19, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extension point for replacing visuals of top loading indicator
3 participants