Skip to content

Commit

Permalink
Basic Events page with table and pop-up, pop-up WIP details.
Browse files Browse the repository at this point in the history
  • Loading branch information
AileenCleary committed Nov 21, 2024
1 parent 782849a commit d3c2bbf
Show file tree
Hide file tree
Showing 11 changed files with 484 additions and 19 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN --mount=type=cache,target=/root/.cache \
pip install ./wei

COPY wei-entrypoint.sh /wei-entrypoint.sh
RUN ls -l /wei-entrypoint.sh
RUN chmod +x /wei-entrypoint.sh
ENTRYPOINT [ "/wei-entrypoint.sh" ]

Expand Down
291 changes: 290 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"dependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.2",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/vue": "^1.0.31",
"@vue/compiler-sfc": "^3.5.12"
}
}
Loading

0 comments on commit d3c2bbf

Please sign in to comment.