Find a file
2021-12-16 22:16:30 -08:00
Start Improve Alert component 2021-12-16 22:16:30 -08: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 deleting bookmark groups 2021-12-11 13:56:35 -08:00
Start.sln Use SCSS for styling 2021-12-08 21:59:43 -08: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