Send notification on adding a feed to a folder. Also: Update ToDo.

This commit is contained in:
Brent Simmons
2017-10-21 16:27:06 -07:00
parent c237aed5b8
commit 7bf1847588
2 changed files with 6 additions and 7 deletions

View File

@@ -113,6 +113,7 @@ public final class Folder: DisplayNameProvider, Container, UnreadCountProvider {
if !childrenContain(feed) {
children += [feed]
postChildrenDidChangeNotification()
}
return true
}

View File

@@ -6,17 +6,15 @@
</editor> -->
<title>ToDo</title>
<dateCreated>Tue, 12 Sep 2017 20:15:17 GMT</dateCreated>
<expansionState>0,13,21,24,25,28,32,38,40,43,46,47,49,64,69</expansionState>
<expansionState>0,11,19,22,23,26,30,36,38,41,44,45,47,62,67</expansionState>
<vertScrollState>0</vertScrollState>
<windowTop>3270</windowTop>
<windowLeft>553</windowLeft>
<windowRight>1285</windowRight>
<windowBottom>4029</windowBottom>
<windowTop>3153</windowTop>
<windowLeft>549</windowLeft>
<windowRight>1281</windowRight>
<windowBottom>3912</windowBottom>
</head>
<body>
<outline text="App">
<outline text="Add feed"/>
<outline text="Add feed to folder"/>
<outline text="Delete feed from sidebar - with undo support"/>
<outline text="Delete folder from sidebar - with undo support"/>
<outline text="Delete multiple selection from sidebar - with undo support"/>