18 Commits

Author SHA1 Message Date
dbf6bc25bb Backend: Format appsettings.json 2024-06-01 11:12:51 +03:00
218895b286 Finish login form with components 2024-06-01 11:02:23 +03:00
e0359ea35d Filled in empty test page for login, logout and register 2024-05-28 12:46:14 +03:00
3c607c89f8 Add swr package to frontend 2024-05-27 19:53:28 +03:00
272821e4d9 Add some style to frontend 2024-05-27 19:45:28 +03:00
444bc76db0 Add items api route to WretchedMachines 2024-05-18 14:26:12 +03:00
1d15e937ac Save added shadcn components for frontend 2024-05-10 21:45:27 +03:00
96caca35f5 Update favicon for frontend
- Copied favicon files into fronted from razor pages
2024-04-13 11:09:59 +03:00
b8305d89fe Ignore tailwind css import warns 2024-04-13 11:02:48 +03:00
e9b570bd39 Add nextjs frontend with shadcn integrated 2024-04-02 15:04:06 +03:00
bbdce23e57 Added Web Tools Page:
- Added very basic bootstrap styling
- Added functioning QR Code Generator
- Formatted site.webmanifest
- Removed unused dependency injections from pages
2024-03-19 13:33:04 +02:00
e79d2dff56 Add usage of qrcode.js
- Display qrcode in Privacy page
2024-03-18 16:24:40 +02:00
ea907db5de Add example for fetching and displaying data from database
- Privacy.cshtml shows random items from postgres
- Proper tables names in DataAccess sql strings
2024-03-13 16:27:42 +02:00
313b79a63b Fixed data fetching from postgres 2024-03-12 16:17:47 +02:00
eb6b104f04 Started DataAccess
- Add placeholder User entity
- Add DataAccess class with interface and add it as a service
  to the app.
- Change background color of app as a test
2024-03-12 16:00:19 +02:00
03a6a87354 Generated favicon of machine from nier using favicon.io 2024-03-12 14:32:57 +02:00
7df4ab72b8 Added Serilog
- Configuration is defined in appsettings.json
- Uses console and file sinks
2024-03-12 14:18:18 +02:00
ed94081826 Initial commit:
Created project skeleton:
    - Added Razor template and added serilog to it (still not configured)
    - Added qrcodejs library to the Razor project
    - Added DataAccess library with dapper and npgsql
    - Reference DataAccess in WretchedMachines
    - Added default dotnet gitignore
2024-03-11 10:25:45 +02:00