Skip to content

Commit 1d97b58

Browse files
🐛 fix card modal delete, filter items hover, attachments gallery display
1 parent e17fa9f commit 1d97b58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+394
-1526
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ server/views/*
1919
server/public/*
2020
!server/public/user-avatars
2121
server/public/user-avatars/*
22-
!server/public/project-background-images
23-
server/public/project-background-images/*
2422

2523
server/private/*
2624
!server/private/attachments

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/build-and-push-docker-image-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
paths-ignore:
77
- '.github/**'
8-
- 'charts/**'
98
- 'docker-*.sh'
109
- '*.md'
1110
branches: [master]

.github/workflows/helm-chart-release.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ docker-compose.override.yml
1212
# `npm i --package-lock-only`
1313
pnpm-lock.yaml
1414
yarn.lock
15-
16-
# Chart dependencies
17-
**/charts/*.tgz

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ COPY client .
2121
RUN npm install npm --global \
2222
&& npm install pnpm@9 --global \
2323
&& pnpm import \
24-
&& pnpm install --prod
24+
&& pnpm config set shamefully-hoist true \
25+
&& pnpm install
2526

2627
RUN DISABLE_ESLINT_PLUGIN=true npm run build
2728

@@ -45,7 +46,6 @@ COPY --from=client --chown=node:node /app/build public
4546
COPY --from=client --chown=node:node /app/build/index.html views/index.ejs
4647

4748
VOLUME /app/public/user-avatars
48-
VOLUME /app/public/project-background-images
4949
VOLUME /app/private/attachments
5050

5151
EXPOSE 1337

charts/planka/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

charts/planka/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/planka/Chart.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

charts/planka/README.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)