File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
maybe dispatch an action like 'AUTHOR_DELETED' from the 'DELETE_AUTHOR' mutation and then the form can use that to update the list
7
7
8
- - saving/deleting a course and then being redirected back to the course list results in a slow load of course list to update it
9
- need to make this seamless
8
+ - refresh author list after deleting, BEFORE navigating back to it so the user doesn't see the record disappear
9
+ - same for course page
10
10
11
+ - header links stay in mouse-down state after clicked
11
12
12
13
FEATURES:
13
14
@@ -28,6 +29,4 @@ FEATURES:
28
29
29
30
30
31
- check that fields actually changed before allowing saves
31
-
32
- - refresh author list after deleting, BEFORE navigating back to it so the user doesn't see the record disappear
33
- - same for course page
32
+ - track original values
You can’t perform that action at this time.
0 commit comments