Skip to content

Commit 8a9df51

Browse files
committed
Merge branch 'refs/heads/main' into tests-e2e
2 parents 73bcf6f + a773c57 commit 8a9df51

6 files changed

Lines changed: 7 additions & 903 deletions

File tree

Dockerfile.storybook

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM ghcr.io/storydocker/storydocker:main
22

3-
# Destination directory inside the container - one level, do not use subdirectories
43
ARG WORKSPACE_DIR=application
54

65
# Localhost port for Storybook
@@ -9,17 +8,12 @@ ARG STORYBOOK_PORT=6006
98
# Internal-to-docker variable for Storybook port
109
ENV SB_PORT=$STORYBOOK_PORT
1110

12-
# This is optional. Sets the level of logging that you see
1311
ENV NPM_CONFIG_LOGLEVEL warn
1412

15-
# Install dependencies first, as they change less often than code.
16-
COPY package.json ./workspaces/${WORKSPACE_DIR}/
1713
RUN npm i && npm cache clean --force
1814

19-
# Copy entire workspace into container
2015
COPY . ./workspaces/${WORKSPACE_DIR}/
2116

22-
# Make storybook port available externally
2317
EXPOSE $STORYBOOK_PORT
2418

2519
# run storybook app

client/.storybook/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const config: StorybookConfig = {
1818
},
1919

2020
async viteFinal(config) {
21-
config.base = "/storybook/";
2221
return config;
2322
},
2423
};

client/package-lock.json

Lines changed: 4 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/components/views/screen-proctoring/proctoring/ProctoringViewPage.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
@mousemove="onMouseMove"
1616
>
1717
<v-img
18+
eager
1819
:aspect-ratio="16 / 9"
1920
class="img-styling"
2021
:src="imageLink"

0 commit comments

Comments
 (0)