-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace sample label by sample name (#768)
* rename sample label to sample name * restart actions * adapt test to new header * don't show label if 0 measurements are selected * add bundles precompile * restore original gitignore * Refactor SamplePage UI to current Prototype (#702) * Remove batch view button from batchregistration component * Fix sample grid layout * WIP in progress * Update column width of batch component and remove unnecessary logic in BatchDetailsComponent * Update column width of sample grid and remove unnecessary logic in SampleDetailsComponent * Allow user to filter via organismId while searching for samples in SampleInformationMain * Update CSS to behave similar to MeasurementMain * Move search and download logic into samplemain and remove unnecessary logic and components * Remove unused logger * Make columns resizable, change sample label to name in spreadsheet and freeze action and id column * Reset search field value if page is refreshed due to any reason (project switch etc.) * rename sample ids field --------- Co-authored-by: wow-such-code <[email protected]> Co-authored-by: Tobias Koch <[email protected]> Co-authored-by: Steffengreiner <[email protected]>
- Loading branch information
1 parent
ad9eebd
commit a63d57e
Showing
13 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
This directory is automatically generated by Vaadin and contains the pre-compiled | ||
frontend files/resources for your project (frontend development bundle). | ||
|
||
It should be added to Version Control System and committed, so that other developers | ||
do not have to compile it again. | ||
|
||
Frontend development bundle is automatically updated when needed: | ||
- an npm/pnpm package is added with @NpmPackage or directly into package.json | ||
- CSS, JavaScript or TypeScript files are added with @CssImport, @JsModule or @JavaScript | ||
- Vaadin add-on with front-end customizations is added | ||
- Custom theme imports/assets added into 'theme.json' file | ||
- Exported web component is added. | ||
|
||
If your project development needs a hot deployment of the frontend changes, | ||
you can switch Flow to use Vite development server (default in Vaadin 23.3 and earlier versions): | ||
- set `vaadin.frontend.hotdeploy=true` in `application.properties` | ||
- configure `vaadin-maven-plugin`: | ||
``` | ||
<configuration> | ||
<frontendHotdeploy>true</frontendHotdeploy> | ||
</configuration> | ||
``` | ||
- configure `jetty-maven-plugin`: | ||
``` | ||
<configuration> | ||
<systemProperties> | ||
<vaadin.frontend.hotdeploy>true</vaadin.frontend.hotdeploy> | ||
</systemProperties> | ||
</configuration> | ||
``` | ||
|
||
Read more [about Vaadin development mode](https://vaadin.com/docs/next/configuration/development-mode/#pre-compiled-front-end-bundle-for-faster-start-up). |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+107 Bytes
(100%)
user-interface/src/main/resources/templates/ngs_measurement_registration_sheet.xlsx
Binary file not shown.
Binary file modified
BIN
+97 Bytes
(100%)
user-interface/src/main/resources/templates/proteomics_measurement_registration_sheet.xlsx
Binary file not shown.