-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: 🎸 [JIRA:HCPSDKFIORIUIKIT-2700] Object Cell Enhancement #877
base: main
Are you sure you want to change the base?
Conversation
Apps/Examples/Examples/FioriSwiftUICore/ObjectItem/ObjectCellEnhancementExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/ObjectItem/ObjectItemExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/ObjectItem/ObjectCellEnhancementExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/ObjectItem/ObjectCellEnhancementExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/ObjectItem/ObjectCellEnhancementExample.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I suggested some test code change. Pls don't commit that directly from github(It will fail the build since the direct commit does not include a keyword in the commit message)
- Can you review the screen with Xiaoyu to see if the "overflow" button alignment is correct? (It does not look correct to me)
@hengyi-zhang @xiaoyu0722 Can you review the overflow button alignment is correct ? |
protocol _ObjectItemComponent: _TitleComponent, _SubtitleComponent, _FootnoteComponent, _DescriptionComponent, _StatusComponent, _SubstatusComponent, _DetailImageComponent, _IconsComponent, _AvatarsComponent, _FootnoteIconsComponent, _FootnoteIconsTextComponent, _TagsComponent, _ActionComponent {} | ||
protocol _ObjectItemComponent: _TitleComponent, _SubtitleComponent, _FootnoteComponent, _DescriptionComponent, _StatusComponent, _SubstatusComponent, _DetailImageComponent, _IconsComponent, _AvatarsComponent, _FootnoteIconsComponent, _FootnoteIconsTextComponent, _TagsComponent, _ActionComponent { | ||
// sourcery: @ViewBuilder | ||
var objectItemButton: FioriButton? { get } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this button used for?
An action usually should have its own component protocol like ActionComponent
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The objectItemButton for accessory enhancement
No problem for the alignment. |
No description provided.