Skip to content

Updated CharityPageController #73

Merged
merged 1 commit into from
Apr 16, 2026
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ public void switchToDonationPage(ActionEvent event) {
LoaderScene.LoadScene("donationPage", event, charity, null);
}

@FXML
public void switchToFrontPage(ActionEvent event) {
System.out.println("Click");
LoaderScene.LoadScene("FrontPage", event, charity, null);
}

/**
* This method is used to search for charities based on the input in the search field.
*
Expand Down
Loading