6 Commits

Author SHA1 Message Date
markosteger
516c4f337e Grid, GridRow, GridRowContent 2023-03-09 12:44:10 +01:00
f5bfb347af Add ds store to git ignore 2022-12-21 16:14:17 +01:00
Matija Koželj
3b6045c3e1 Add regular .css files to .gitignore
As the projects should depend only on sass files, this should prevent
compilation and cache problems in the future as well as reduce commit loads.
2022-12-21 15:50:06 +01:00
Matija Koželj
53dd3bec33 [WIP]
Fix styles and js not loading
Replace all mud-* styles with non-mud alternatives
Add css/js artifacts to ignore list in .gitignore

Required steps for successful build were missing critical pieces:
- Required the excubo web compiler for js/css compilation (https://github.com/excubo-ag/WebCompiler)
- Required .csproj modification to include js/css compilation at build
- Required minified files added to the final index.html page as styles/scripts
2022-12-12 19:39:25 +01:00
Matija Koželj
08a8a5338f Initial commit 2022-12-02 14:54:26 +01:00
8049495a57 Initial commit 2022-12-02 13:49:05 +00:00