foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

StackView should add back action. #500

Open adamvy-google opened 8 years ago

adamvy-google commented 8 years ago

It's tedious and error prone to be adding the back action in every view that might be pushed onto the stack. The stack view should be adding the action to any view that isn't top level. At the top level it can place the menu action instead.

jacksonic commented 8 years ago

This ties into the new toolbar, since we used to push a new toolbar on with each view (and hence the back action). Now the ToolbarView itself can take care of it.

On Wed, Dec 9, 2015 at 10:35 PM adamvy notifications@github.com wrote:

It's tedious and error prone to be adding the back action in every view that might be pushed onto the stack. The stack view should be adding the action to any view that isn't top level. At the top level it can place the menu action instead.

— Reply to this email directly or view it on GitHub https://github.com/foam-framework/foam/issues/500.