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

Various hotfixes for v1.3 #137

Merged
merged 7 commits into from
Apr 2, 2020
Merged

Various hotfixes for v1.3 #137

merged 7 commits into from
Apr 2, 2020

Conversation

AaronCQL
Copy link

@AaronCQL AaronCQL commented Apr 2, 2020

No description provided.

@AaronCQL AaronCQL added this to the v1.3 milestone Apr 2, 2020
@@ -41,6 +41,7 @@ public PersonalBestTable(ObservableList<Exercise> e) {
exerciseDate.setCellValueFactory(new PropertyValueFactory<Exercise, String>("exerciseDate"));
exerciseWeight.setCellValueFactory(new PropertyValueFactory<Exercise, String>("exerciseWeight"));
exerciseReps.setCellValueFactory(new PropertyValueFactory<Exercise, String>("exerciseReps"));
exerciseName.setText("Personal Best Exercise");
Copy link

Choose a reason for hiding this comment

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

I suggest moving this to fxml for consistency

Copy link
Author

Choose a reason for hiding this comment

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

Ok, please kindly do it for me =D

Copy link

Choose a reason for hiding this comment

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

damn

@@ -5,8 +5,8 @@

<TableView fx:id="tableView" prefHeight="200.0" prefWidth="250.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
<columns>
<TableColumn fx:id="exerciseName" editable="false" minWidth="200.0" prefWidth="200.0" reorderable="false" text="Exercise" />
Copy link

Choose a reason for hiding this comment

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

suggest text="Personal Best Exercise"

Copy link

@Yonggiee Yonggiee left a comment

Choose a reason for hiding this comment

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

LGTM

@AaronCQL AaronCQL merged commit 477fd04 into master Apr 2, 2020
@AaronCQL AaronCQL deleted the hotfix-v1.3 branch April 2, 2020 14: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.

None yet

2 participants