Skip to content

Commit

Permalink
Rework Course page using Svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
mstieranka committed Oct 22, 2023
1 parent 67741a8 commit 46a32b4
Show file tree
Hide file tree
Showing 8 changed files with 962 additions and 854 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"web-ext": "^7.8.0"
},
"dependencies": {
"classnames": "^2.3.2",
"iconify-icon": "^1.0.8",
"svelte": "^4.2.2",
"svelte-preprocess": "^5.0.4"
Expand Down
1 change: 1 addition & 0 deletions src/components/loader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
let isVisible = true;
function showLoader() {
document.querySelectorAll("dialog").forEach((el) => el.remove());
console.log("showLoader", isVisible);
isVisible = true;
}
Expand Down
Loading

0 comments on commit 46a32b4

Please sign in to comment.