Merge branch 'updated-button' into 'main'
Update badge addition Closes #66 See merge request cse1105/2025-2026/teams/csep-team-76!63
This commit is contained in:
commit
ecccebe7c5
2 changed files with 54 additions and 0 deletions
|
|
@ -82,4 +82,21 @@
|
|||
<fx:include source="recipe/RecipeDetailView.fxml" fx:id="recipeDetail" />
|
||||
</center>
|
||||
|
||||
<!-- BOTTOM: UPDATED BADGE -->
|
||||
<bottom>
|
||||
<HBox alignment="CENTER_RIGHT"
|
||||
minHeight="40"
|
||||
prefHeight="40"
|
||||
maxHeight="40">
|
||||
<padding>
|
||||
<Insets bottom="16" left="16" right="16" top="8" />
|
||||
</padding>
|
||||
<Label fx:id="updatedBadge"
|
||||
text="Updated just now"
|
||||
visible="false"
|
||||
managed="false"
|
||||
styleClass="updated-badge"/>
|
||||
</HBox>
|
||||
</bottom>
|
||||
|
||||
</BorderPane>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue