aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout/Pop.hs
Commit message (Collapse)AuthorAge
* Remove more unused imports.Josh Rahm2022-11-23
| | | | GHC left some of the unused imports as `import X ()`
* Change to use minimal imports.Josh Rahm2022-11-23
| | | | | This is achieved by using `stack build --ghc-options=-ddump-minimal-imports` and looking for the *.imports files.
* Format with ormolu.Josh Rahm2022-11-21
|
* Add R.D.StackSet as a replacement for StackSet.Josh Rahm2022-10-09
|
* fix some hlint warningsJosh Rahm2022-10-09
|
* Clean up Poppable so it's a proper proxy to the underlying layout rather ↵Josh Rahm2022-10-09
| | | | than a LayoutModifier.
* Fix bug with Poppable where it was passing the Resize to the underlying layout.Josh Rahm2022-10-09
| | | | | Unfortunately it's a little hacky how this ended up working, but I don't have a great solution yet.
* Rename Zoom to Pop and move into its own Module.Josh Rahm2022-10-09
Much cleaner.