-
Notifications
You must be signed in to change notification settings - Fork 24
feat: add TicketSummary block #357
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
Open
michnowak
wants to merge
35
commits into
main
Choose a base branch
from
feature/ticket-summary-block
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 30 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e648c5c
feat(ui): add NotificationSummary block
michnowak 73053a5
feat(ui): enhance notification summary block with priority counts and…
michnowak 2a9ca40
refactor(ui): restructure NotificationSummary block to use infoCards …
michnowak d2e0116
feat(ui): add TicketSummary block with API and frontend integration
michnowak 14c3954
fix(generator): update import paths from '@dxp/blocks' to '@o2s/block…
michnowak 35e10fa
feat(ui): add TicketSummaryBlock to ticket list pages for EN, DE, and PL
michnowak bf8f57a
refactor(ui): remove altMessage fields from notification summary bloc…
michnowak 1def200
feat(ui): enhance TicketSummaryBlock with info cards and ticket statu…
michnowak dfbc182
feat(ui): add Storybook stories for TicketSummary component
michnowak 4e5eef6
refactor(ui): simplify fallback loading structure in NotificationSumm…
michnowak 877afdf
refactor(ui): remove unused Container import from NotificationSummary…
michnowak b3f111e
refactor(ui): remove altMessage fields from NotificationSummary block
michnowak ca60665
feat(ui): add changeset
michnowak 09c7bbe
refactor(ui): update NotificationSummary block description and icons …
michnowak f655d8a
feat(deps): add @o2s/blocks.notification-summary to package dependencies
michnowak 7c264a0
refactor(ui): update NotificationSummary to use variant property for …
michnowak fe22ebe
fix(ui): handle empty infoCards in NotificationSummary and adjust lay…
michnowak 05f60a7
refactor(ui): update loading fallback in NotificationSummary for impr…
michnowak e904709
fix(ui): update MEDIUM variant styling in NotificationSummary for con…
michnowak cd62aec
feat(ui): add NotificationSummary block with dynamic priority display…
michnowak b24581c
refactor(ui): update TicketSummary block to use variant property for …
michnowak bb0b32b
fix(package): update TicketSummary block description to reflect dynam…
michnowak d22dc65
chore(deps): update package-lock.json
michnowak c604a51
Merge branch 'main' into feature/notification-summary-block
michnowak 10a39b8
fix: update package-lock.json
michnowak 9f39d5c
updated package-lock
marcinkrasowski 75b76ff
refactor: streamline notification summary mapping and update model to…
michnowak eb82725
fix(ui): conditionally render button in InfoCard for improved layout
michnowak 9e1bfcd
fix: add changeset
michnowak 51285c8
Merge branch 'feature/notification-summary-block' into feature/ticket…
michnowak 3885130
refactor: update notification summary mapping to utilize infoCards st…
michnowak b882a07
refactor: update ticket summary model to utilize infoCards structure …
michnowak cba5823
feat: merge main into ticket-summary-block
michnowak 532b4e9
Merge remote-tracking branch 'origin/main' into feature/ticket-summar…
marcinkrasowski cc49341
chore: updated package-lock.json
marcinkrasowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| '@o2s/blocks.notification-summary': minor | ||
| '@o2s/integrations.mocked': minor | ||
| '@o2s/api-harmonization': minor | ||
| '@o2s/framework': minor | ||
| '@o2s/frontend': minor | ||
| --- | ||
|
|
||
| add NotificationSummary block | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| '@o2s/blocks.notification-summary': minor | ||
| '@o2s/blocks.ticket-summary': minor | ||
| '@o2s/integrations.mocked': minor | ||
| '@o2s/blocks.ticket-list': minor | ||
| '@o2s/utils.frontend': minor | ||
| '@o2s/api-harmonization': minor | ||
| '@o2s/framework': minor | ||
| '@o2s/frontend': minor | ||
| '@o2s/ui': minor | ||
| --- | ||
|
|
||
| conditionally render button in InfoCard for improved layout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.