Commit Graph

56 Commits

Author SHA1 Message Date
Neil Brommer 4537ab6d07 Update SortOrder on bookmark groups in the container when a group is moved 2022-05-12 16:19:19 -07:00
Neil Brommer 3bd02f839e Update SortOrder on bookmarks in the group when a bookmark is moved 2022-05-12 14:44:26 -07:00
Neil Brommer 196a592c47 Use NPM for front-end package management and use the SASS package to compile sass files instead of requiring a global install 2022-05-03 14:38:56 -07:00
Neil Brommer 10283a2053 Rename and move the tests project to be consistent with the other projects 2022-05-03 13:55:07 -07:00
Neil Brommer 83cc477170 Update packages 2022-05-03 13:48:42 -07:00
Neil Brommer 28747dfe5b Upgrade to .NET 6 and update all dependencies 2022-04-28 08:57:58 -07:00
Neil Brommer 2356fbab4f Quick fixes for initial setup 2022-04-21 09:36:42 -07:00
Neil Brommer 45c8899f06 Create a default container if none exist 2022-04-20 16:48:59 -07:00
Neil Brommer eee9c01073 Better configuration for SASS compilation 2022-04-20 16:41:57 -07:00
Neil Brommer 96553c3e2b Add some service unit tests; add base for Fluxor tests 2022-04-20 15:34:13 -07:00
Neil Brommer 4e2b4d3806 Add a unit test project and set up a test in memory DB 2022-04-19 15:58:18 -07:00
Neil Brommer 90adbcfb7c Add sorting columns 2022-04-19 13:04:38 -07:00
Neil Brommer adf24cbd5c Improve Alert component 2021-12-16 22:16:30 -08:00
Neil Brommer eda134c471 Improve the Dialog component 2021-12-16 22:06:41 -08:00
Neil Brommer ad1552e343 Move the containter list into it's own component 2021-12-16 21:26:53 -08:00
Neil Brommer 93888369ce Add deleting bookmarks 2021-12-16 10:46:22 -08:00
Neil Brommer 07a3245bfc Fix create bookmark button not doing anything, fix bookmark notes not being saved 2021-12-13 22:04:07 -08:00
Neil Brommer 55625b1be4 Add create bookmark 2021-12-13 16:27:13 -08:00
Neil Brommer 64b893b778 Add deleting bookmark groups 2021-12-11 13:56:35 -08:00
Neil Brommer 1b8460fd3e Improve dark mode styling 2021-12-10 22:37:36 -08:00
Neil Brommer 4e9f710162 Actually use SCSS structure in app.scss 2021-12-08 22:38:49 -08:00
Neil Brommer 8a5e54d17c Clean up "Authorizing" message on page load 2021-12-08 22:24:42 -08:00
Neil Brommer c1387fc8ea Remove unused components 2021-12-08 22:03:12 -08:00
Neil Brommer 880d00237f Use SCSS for styling 2021-12-08 21:59:43 -08:00
Neil Brommer 91eabab7f5 Format CSS 2021-12-07 21:35:56 -08:00
Neil Brommer 402445fb3f Style changes 2021-12-07 17:34:47 -08:00
Neil Brommer f63798e897 Turn the top nav bar into a sidebar
Add an edit mode
2021-12-07 17:12:20 -08:00
Neil Brommer 91a660ef43 Automatically change bookmark group text color based on background color 2021-12-05 16:26:14 -08:00
Neil Brommer dbfe36f7d8 Fix create container form validation 2021-12-05 15:52:56 -08:00
Neil Brommer 7841d1d1a8 Add creating bookmark groups 2021-12-05 15:50:48 -08:00
Neil Brommer d997655b59 Remove Bootstrap and Open Iconic files 2021-12-03 16:46:41 -08:00
Neil Brommer 560c25b4e8 Use Fluxor for state management 2021-12-03 16:44:02 -08:00
Neil Brommer 437e90039f Create a component for displaying bookmark containers 2021-11-29 22:26:38 -08:00
Neil Brommer b0a4c5a957 Rename StartPage to Index 2021-11-29 21:54:28 -08:00
Neil Brommer c8501298f7 Remove default Blazor stuff 2021-11-29 21:34:42 -08:00
Neil Brommer 3a7bf8c57d Clean up initial app loading page 2021-11-29 21:22:14 -08:00
Neil Brommer b00158daa7 Use Refit for APIs, make data/API stack async 2021-11-28 22:32:21 -08:00
Neil Brommer 9c4f01ab13 Make the BookmarkContainerDto title required 2021-11-28 16:21:15 -08:00
Neil Brommer d161c10a48 Finish filling out BookmarksController and fix routes 2021-11-23 22:57:46 -08:00
Neil Brommer ca9cb3caa0 Add a Readme 2021-11-23 22:42:58 -08:00
Neil Brommer 4623d8838d Move bookmark container API endpoints to their own controller 2021-11-23 21:55:04 -08:00
Neil Brommer b8b23abffc Finish delete container process 2021-11-22 22:12:13 -08:00
Neil Brommer c53d7b8ce3 Apply formatting to remaining unformatted files 2021-11-22 14:57:51 -08:00
Neil Brommer 57953fd509 Add app.db to gitignore 2021-11-22 13:03:43 -08:00
Neil Brommer 25fb38baec Add support for deleting bookmark containers 2021-11-22 12:52:41 -08:00
Neil Brommer 3eb2b2ae98 Add Spectre, add bookmark container creation, save selected container to localStorage 2021-11-20 22:47:10 -08:00
Neil Brommer c5403ca206 Simplify return stack 2021-11-15 22:27:28 -08:00
Neil Brommer 5ccc28516f Add more missing using statements 2021-11-15 21:57:29 -08:00
Neil Brommer f665bd3fb0 Add missing using statements 2021-11-15 21:53:19 -08:00
Neil Brommer 9e7cea74f4 Change razor formatting config to prevent VS formatting problems 2021-11-15 21:45:45 -08:00