Skip to content

Commit

Permalink
Deploying to gh-pages from @ 76adf4f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 8, 2024
1 parent 355ea46 commit 81a3305
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 5 deletions.
Binary file modified _framework/Microsoft.AspNetCore.Components.Web.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.Web.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.Web.wasm.gz
Binary file not shown.
Binary file modified _framework/WahlGPT.Common.pdb.gz
Binary file not shown.
Binary file modified _framework/WahlGPT.Common.wasm
Binary file not shown.
Binary file modified _framework/WahlGPT.Common.wasm.br
Binary file not shown.
Binary file modified _framework/WahlGPT.Common.wasm.gz
Binary file not shown.
Binary file modified _framework/WahlGPT.Web.pdb.gz
Binary file not shown.
Binary file modified _framework/WahlGPT.Web.wasm
Binary file not shown.
Binary file modified _framework/WahlGPT.Web.wasm.br
Binary file not shown.
Binary file modified _framework/WahlGPT.Web.wasm.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "WahlGPT.Web",
"resources": {
"hash": "sha256-NZ4U6tJ5a8G8OpT95S6EHeyJ+TISbEA8pXvDpWP4Kgs=",
"hash": "sha256-woFJybzcMYOBDEwsE/ZGQ5r7/Tpxri+QBmpGVxK4BDA=",
"jsModuleNative": {
"dotnet.native.8.0.8.746giovk6l.js": "sha256-juC5sA7gHTLXFEhAKgdM2/RavswpwCtDfjYGsAz2FXg="
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"Irony.wasm": "sha256-vmJnOpZnIUHzxDh+yLQX/04qpF8AkhwV3Pqv7geGFCI=",
"LLamaSharp.wasm": "sha256-NPQgHy4s/TkeHzYa6uYpgC8t3JVfb2JuuDqhbVWn0+k=",
"Microsoft.AspNetCore.Components.wasm": "sha256-L/El5TobFY6YZFg/eMT/Qcteij/3ld8flRtAs/M237s=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-spyk6aOlBqGuXrgkag654fMJljJemLYToKEcwC5Nvgo=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-Rpaag/RNHZuXpxyCf6Gs+5tZXb4aw7xjLS71pSBVeRY=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-6me0VxMsrPM8EQOthwfUFB4h1/TD3U7EQ3MYx+WkLTo=",
"Microsoft.Bcl.AsyncInterfaces.wasm": "sha256-yuzrj2gVBa2pXkUEhSbUEhCJ4p9FjtL8n8x5tBO9+DU=",
"Microsoft.Bcl.HashCode.wasm": "sha256-3OMNy/2VRU1BJsB1XSppo6yKKvhDQv3fcHDVi5jGv3k=",
Expand Down Expand Up @@ -242,8 +242,8 @@
"UglyToad.PdfPig.Tokenization.wasm": "sha256-LMC6R4XWgh5YLTYKlvSp2Kt07e2O5EO+bDRpIT5UgVs=",
"UglyToad.PdfPig.Tokens.wasm": "sha256-NbalX5Kl7mNk2/CKnOlNNPpVwF5vaiItcF0u68qUg7o=",
"UglyToad.PdfPig.wasm": "sha256-9F2l4lNMY3JtodzYDUwb3Pqka91mc/bEcz9RXWDhRUk=",
"WahlGPT.Common.wasm": "sha256-tCNYs36n1wNy0fgaYr6CKpkr4Lz/V18g/q7/gj8ireY=",
"WahlGPT.Web.wasm": "sha256-UaAC1TI++OltBXm4E9vnkYex5sTq4n6JCASbiVzat9c=",
"WahlGPT.Common.wasm": "sha256-oiZ3M/C6Q8hDquPSsAtLc7dah6BuHBGVkE3GepRt6x0=",
"WahlGPT.Web.wasm": "sha256-g/hloiY3KCmSfDWMy3Ny4CH1lp2xrAkHpLEvCp+SUj8=",
"XLParser.wasm": "sha256-y9+iO5oW0od7XYaYhNN0cqGSKMAoLRD+xcX4uzqpF0U=",
"ZstdSharp.wasm": "sha256-6zV+YbXzfrxvRSjRkWKbqb3yS2VRZmz1dhjJaTWjkOg="
},
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ span:nth-child(3) {

.tab__content {
max-height: 0;
overflow: hidden;
overflow: auto;
font-size: 0.9rem;
transition: all 0.35s;
}

Expand Down

0 comments on commit 81a3305

Please sign in to comment.