Find a file
2022-04-19 15:58:18 -07:00
Start Add sorting columns 2022-04-19 13:04:38 -07:00
Start_Tests Add a unit test project and set up a test in memory DB 2022-04-19 15:58:18 -07:00
.editorconfig Improve dark mode styling 2021-12-10 22:37:36 -08:00
.gitignore Use SCSS for styling 2021-12-08 21:59:43 -08:00
Readme.md Add sorting columns 2022-04-19 13:04:38 -07:00
Start.sln Add a unit test project and set up a test in memory DB 2022-04-19 15:58:18 -07:00

Blazor Start

This is a rewrite of my New Tab Page project using Blazor.

Structure

  • Bookmark containers (tabs along the top)
  • Bookmark groups
  • Bookmarks

To Do

  • Backend data services
  • API Controllers
    • Bookmark containers
    • Bookmark groups
    • Bookmarks
  • Manage bookmark containers
    • Create
    • Delete
    • Edit
  • Manage bookmark groups
    • Create
    • Delete
    • Edit
  • Manage bookmarks
    • Create
    • Delete
    • Edit
  • Use Refit for strongly typed API calls
  • Support choosing between storing data on the server or in IndexedDB
  • Look into speeding up authorization on page load

Dependancies