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

[FEATURE] Widget Support #382

Merged
merged 124 commits into from
Dec 29, 2021
Merged

[FEATURE] Widget Support #382

merged 124 commits into from
Dec 29, 2021

Conversation

Lissy93
Copy link
Owner

@Lissy93 Lissy93 commented Dec 25, 2021

✨ Feature Extra Large Lissy93 /FEATURE/basic-widget-support → Lissy93/dashy Commits: 124 | Files Changed: 81 | Additions: 7576

Category: Feature

Overview
This is a big one...
Many users have requested the option to display dynamic content within their dashboard. This PR introduces this feature, in the form of widgets.

It includes:

  • Several structural changes and improved code re-use, to allow for widget development
  • 30+ pre-built widgets, to display info from public APIs, and some self-hosted services
  • Custom widgets, to support (nearly) any service using embedded content, iframes or API responses
  • A CORS proxy endpoint, to support apps that cannot make client-side network requests
  • Docs, schema updates, tests and refactoring

Issue Number #229 #198 #231 #360 #370 #383

New Vars
A new item, under section has been added. section.widgets accepts an array or widgets.

Screenshot
See here for screenshots and alpha widget docs

Code Quality Checklist (Please complete)

  • All changes are backwards compatible
  • All lint checks and tests are passing
  • There are no (new) build warnings or errors
  • (If a new config option is added) Attribute is outlined in the schema and documented
  • (If a new dependency is added) Package is essential, and has been checked out for security or performance
  • Bumps version, if new feature added

Things to Note:

  • Widgets are still in Alpha, there's a bit more work to do before they'll be stable
  • It's not yet possible to manage (add or edit) widgets directly through the UI. This will come later
  • Support for additional self-hosted services will come soon
  • This PR should (hopefully) be merged within the next week

Repository owner deleted a comment from liss-bot Dec 27, 2021
Repository owner deleted a comment from liss-bot Dec 27, 2021
@liss-bot liss-bot added the 🚫 Merge Conflicts [PR] Submitted code needs rebasing label Dec 29, 2021
Repository owner deleted a comment from liss-bot Dec 29, 2021
@Lissy93
Copy link
Owner Author

Lissy93 commented Dec 29, 2021

Yay, ready for merge!!

@Lissy93 Lissy93 merged commit 1f5d3f4 into master Dec 29, 2021
@Lissy93 Lissy93 removed the 🚫 Merge Conflicts [PR] Submitted code needs rebasing label Dec 29, 2021
@Lissy93 Lissy93 deleted the FEATURE/basic-widget-support branch December 30, 2021 21:18
@liss-bot
Copy link
Collaborator

The fix for this issue has now been released in Dashy 2.0.0 ✨

If you haven't done so already, please update your instance to 2.0.0 or later. See Dashy 2.0.0 for full info.

Feel free to reach out if you need any more support. If you are enjoying Dashy, consider supporting the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Fixed ✨ New Feature [PR] Contains implementation of a new feature 🛩️ Released 2.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants