| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Remove more unused imports. | Josh Rahm | 2022-11-23 |
| | | | | | GHC left some of the unused imports as `import X ()` | ||
| * | Change to use minimal imports. | Josh Rahm | 2022-11-23 |
| | | | | | | This is achieved by using `stack build --ghc-options=-ddump-minimal-imports` and looking for the *.imports files. | ||
| * | Format with ormolu. | Josh Rahm | 2022-11-21 |
| | | |||
| * | Add R.D.StackSet as a replacement for StackSet. | Josh Rahm | 2022-10-09 |
| | | |||
| * | fix some hlint warnings | Josh Rahm | 2022-10-09 |
| | | |||
| * | Clean up Poppable so it's a proper proxy to the underlying layout rather ↵ | Josh Rahm | 2022-10-09 |
| | | | | | than a LayoutModifier. | ||
| * | Fix bug with Poppable where it was passing the Resize to the underlying layout. | Josh Rahm | 2022-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 Rahm | 2022-10-09 |
| Much cleaner. | |||