Moved entityInUpdate to app state. It applies for apps, categories and bookmarks

This commit is contained in:
Paweł Malak
2021-11-22 14:36:00 +01:00
parent d110d9b732
commit dfdd49cf4a
15 changed files with 197 additions and 81 deletions

View File

@@ -10,6 +10,10 @@
text-transform: uppercase;
}
.BookmarkCard h3:hover {
cursor: pointer;
}
.Bookmarks {
display: flex;
flex-direction: column;