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

feat: 🎸 [JIRA:HCPSDKFIORIUIKIT-2700] Object Cell Enhancement #877

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

hengyi-zhang
Copy link
Contributor

No description provided.

@hengyi-zhang hengyi-zhang requested a review from a team as a code owner November 12, 2024 07:47
@hengyi-zhang hengyi-zhang requested review from billzhou0223 and removed request for a team November 12, 2024 07:47
Copy link
Contributor

@dyongxu dyongxu left a comment

Choose a reason for hiding this comment

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

  1. 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)
  2. Can you review the screen with Xiaoyu to see if the "overflow" button alignment is correct? (It does not look correct to me)

@dyongxu
Copy link
Contributor

dyongxu commented Nov 12, 2024

Screenshot 2024-11-12 at 15 33 13 @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 }
Copy link
Contributor

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.

Copy link
Contributor Author

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

@xiaoyu0722
Copy link
Contributor

@xiaoyu0722 Can you review the overflow button alignment is correct ?

No problem for the alignment.
Spec ask for the trailing alignment, also contain the button margin.
Screenshot 2024-11-13 at 14 01 53

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.

4 participants