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:
Aysegul Aydinlik 2026-01-16 16:43:39 +01:00
commit ecccebe7c5
2 changed files with 54 additions and 0 deletions

View file

@ -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>