diff --git a/README.md b/README.md index aafe3c0f..522b0123 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ _**On first login, new user must change password by using the `passwd` command** - ### Using Local Setup - Run `install.ps1` (recommended) or `install.bat` (legacy) or `install.sh` (on linux) to get dependencies set up locally - - `install.ps1` supports performing a clean installation by using the `-CleanInstall` flag. Use this if you encounter a `npm install` failure. Caution: Ensure you have commited/pushed any important changes before running this command. + - `install.ps1` supports performing a clean installation by using the `-CleanInstall` flag. Use this if you encounter a `npm install` failure. **Caution:** Ensure you have commited/pushed any important changes before running this command with the `-CleanInstall` flag. - `install.ps1` also supports skipping initializing the server or the ui, using the `-SkipServer` and `-SkipUI` flags. - You will need to manually install the Prettier extension on your IDE ([for VSCode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) ([for IntelliJ](https://plugins.jetbrains.com/plugin/10456-prettier)). diff --git a/server/server/database/test_data/page_html_dummy.sql b/server/server/database/test_data/page_html_dummy.sql index f3200264..58251b5d 100644 --- a/server/server/database/test_data/page_html_dummy.sql +++ b/server/server/database/test_data/page_html_dummy.sql @@ -51,13 +51,13 @@ INSERT INTO page_html (name, html) VALUES


-
+
+

-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
  1. diff --git a/ui/src/components/shared/ExemplaryProject.js b/ui/src/components/shared/ExemplaryProject.js index 89bc33fb..cd4648fa 100644 --- a/ui/src/components/shared/ExemplaryProject.js +++ b/ui/src/components/shared/ExemplaryProject.js @@ -72,8 +72,8 @@ function ExemplaryProject({ project }) {
    {" "} {/* Div containing all project information */} -
    toggleInitialModalOpen()} style={{ cursor: "pointer" }} > @@ -131,7 +131,7 @@ function ExemplaryProject({ project }) { {generateProfiles(project.coach, false)}
    -
+ {/* Modal with expanded information */}