Skip to content

Refactoring code to be more component base#2659

Merged
johnsimons merged 17 commits into
masterfrom
john/commonality
Oct 17, 2025
Merged

Refactoring code to be more component base#2659
johnsimons merged 17 commits into
masterfrom
john/commonality

Conversation

@johnsimons

@johnsimons johnsimons commented Oct 14, 2025

Copy link
Copy Markdown
Member

@johnsimons johnsimons marked this pull request as ready for review October 14, 2025 22:55

@PhilBastian PhilBastian left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I haven't smoke tested all scenarios, but it looks like a solid refactor

@@ -0,0 +1,104 @@
<script setup lang="ts">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

based on the usages I see, I think this would be better named IconButton

Last retried:
<time-since :date-utc="group.last_operation_completion_time"></time-since>
</span>
<MetadataItem :icon="faArrowRotateRight"> Last retried: <time-since :date-utc="group.last_operation_completion_time"></time-since> </MetadataItem>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I can't immediately see why, but the metadata items above (that haven't changed, should they be MetadataItem's?) are no longer showing on this branch
image

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

oh, it's because you are no longer importing FAIcon

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sorry, I am not following? So is there an issue here?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

yes, the icons are not showing for the first three metadata items

Comment thread src/Frontend/src/components/RefreshConfig.vue Outdated
@johnsimons johnsimons enabled auto-merge October 17, 2025 06:31
@johnsimons johnsimons merged commit a9fe62a into master Oct 17, 2025
5 checks passed
@johnsimons johnsimons deleted the john/commonality branch October 17, 2025 06:36
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.

2 participants