Rename "package discovery" to "feature discovery" across all plugin
READMEs and docs to match the established terminology. Slim down the
Feature Discovery section in the architecture docs to avoid duplicating
the configuration details now covered in the installing plugins page.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Restructure plugin documentation so that the new frontend system is
the default, unlabeled installation path. Old frontend system
instructions are moved to a dedicated "Old Frontend System" section.
Add a new "Installing Plugins" page to the frontend system docs
covering package discovery, manual installation, and configuration.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Align naming convention with HomePageLayoutBlueprint and the catalog
plugin's consistent entity- prefix pattern. Also update the kind string
from 'home-widget' to 'home-page-widget' to match 'home-page-layout'.
Added interface-level JSDoc to HomePageWidgetBlueprintParams.
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
- Update README.md to reference HomePageLayoutBlueprint instead of
deleted HomepageBlueprint, with a complete working example
- Update docs/getting-started/homepage.md with corrected blueprint name
- Fix app-next example to properly accept and render widgets via the
HomePageLayoutProps interface instead of ignoring them
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
Migrates home plugin to support the new frontend system architecture by
introducing extension blueprints for composable homepage functionality.
Key changes:
- Add CustomHomepageWidgetBlueprint for creating installable homepage widgets
- Add CustomHomepageBlueprint for composing pages from widget extensions
- Introduce titleExtensionDataRef for NFS title handling
This attempts to bring the home plugin up to par with other core plugins that have migrated
to the new frontend system
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
This patch separates the two components to be easier to import them
in the customizable homepage.
Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
This patch removes the VisitsApiFactory, promotes CoreStorageVisitsApi
to the main implementation and LocalStorageVisitsApi starts to rely
on WebStorage.
Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
this feature allows app developers to make the default layout so that
there can be widgets that cannot be deleted, resized or moved by the
users when they go to the custom homepage edit mode.
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
Allows customizing homepage components, their placement, size and
individual settings. For maximum size and settings, the existing home
components should change to use `createCustomizableCardExtension`
function. This disables the default `Settings` entity and replaces it
with form using react-json-schema-form.
relates to #16535
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
Some commands currently error, and others are simply formatted inconsistently.
This format seems to work and be the most popular/common,
so I applied it to all similar occurrences.
Signed-off-by: Jan Van Bruggen <JanVB@verily.com>
* add new toolkit component
Signed-off-by: Emma Indal <emmai@spotify.com>
* add toolkit content test
Signed-off-by: Emma Indal <emmai@spotify.com>
* add key to toolkit items
Signed-off-by: Emma Indal <emmai@spotify.com>
* add reusable company logo component
Signed-off-by: Emma Indal <emmai@spotify.com>
* export root ref from search plugin
Signed-off-by: Emma Indal <emmai@spotify.com>
* add homepage template to storybook
Signed-off-by: Emma Indal <emmai@spotify.com>
* export new homepage components from plugin
Signed-off-by: Emma Indal <emmai@spotify.com>
* fix imports
Signed-off-by: Emma Indal <emmai@spotify.com>
* add search plugin to dependencies
Signed-off-by: Emma Indal <emmai@spotify.com>
* add home plugin changeset
Signed-off-by: Emma Indal <emmai@spotify.com>
* add storybook changeset
Signed-off-by: Emma Indal <emmai@spotify.com>
* delete changeset for storybook
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
* delete duplicated search context provider
Signed-off-by: Emma Indal <emmai@spotify.com>
* use list item text props
Signed-off-by: Emma Indal <emmai@spotify.com>
* update home plugin documentation + add customize app docs
Signed-off-by: Emma Indal <emmai@spotify.com>
* named exports
Signed-off-by: Emma Indal <emmai@spotify.com>
* add homepage components to storybook
Signed-off-by: Emma Indal <emmai@spotify.com>
* use app config as default for company logo
Signed-off-by: Emma Indal <emmai@spotify.com>
* rename homepage template
Signed-off-by: Emma Indal <emmai@spotify.com>
* use props instead of context for tools, update Content component of card extension to accept props
Signed-off-by: Emma Indal <emmai@spotify.com>
* fix api reports + docstrings + markers
Signed-off-by: Emma Indal <emmai@spotify.com>
* export ToolkitContentProps instead of Tool
Signed-off-by: Emma Indal <emmai@spotify.com>
* docs and stories fixups
Signed-off-by: Emma Indal <emmai@spotify.com>
* do not export rootRouteRef from search plugin
Signed-off-by: Emma Indal <emmai@spotify.com>
* update docs links
Signed-off-by: Emma Indal <emmai@spotify.com>
* change unpacking of props
Signed-off-by: Emma Indal <emmai@spotify.com>
* delete extra fragment
Signed-off-by: Emma Indal <emmai@spotify.com>
* fixup searchbar border styles
Signed-off-by: Emma Indal <emmai@spotify.com>