- Nov 23, 2023
-
-
Miguel Reboiro-Jato authored
As the name of the species and models are long, the size of the combo box to select them has been increased so that their complete name can be seen.
-
- Oct 02, 2023
-
-
Miguel Reboiro-Jato authored
Code has been reviewed to solve several errors, simplify some parts and to improve some components.
-
Miguel Reboiro-Jato authored
The view button was not correctly visualized, as there was more space in the right side of the icon than in the left side. This has been fixed by changing the type of the button to mat-icon-button.
-
Miguel Reboiro-Jato authored
The errors were introduced during the Angular upgrade done.
-
Miguel Reboiro-Jato authored
-
- May 07, 2022
-
-
Miguel Reboiro-Jato authored
Code has been cleaned and reformatted to unify code formating, as some format elements were not consistent (e.g. mixed single and double quotes, missing ending semicolons, etc.).
-
The family view now show the results table with pagination.
-
The database object now includes a name and description, and the Newick tree. This commit adapts the code to this change, using the database title in the page header and taking the Newick tree from the database.
-
- Mar 28, 2022
-
-
Miguel Reboiro-Jato authored
Results view has been reviewed and simplified by delegating some of the logic in the DataService and in a model class (SpeciesRow) specific for the view.
-
aggonzalez authored
-
- Mar 25, 2022
-
-
aggonzalez authored
-
- Mar 18, 2022
-
-
aggonzalez authored
-
- Mar 07, 2022
-
-
Miguel Reboiro-Jato authored
A deep code review and refactorization has been made in order to improve the application structure.
-
Basic views for home, family and species results have been added.
-