Skip to content

Commit

Permalink
Make static checks happy, update planned and not planned doc
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Nov 9, 2024
1 parent 7fe6319 commit b3b30d3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
36 changes: 23 additions & 13 deletions PLANNED & NOT PLANNED.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,40 @@
> This document exists to inform feature requesters, contributors, and anyone else who is curious on the state of Warehouse. Make sure to give this a read before requesting any new features.
### Bug fixes (Ready to ship in next Minor or Bugfix update)

- Typo [#151](https://github.com/flattool/warehouse/issues/151)
- Incorrect navigation page row being selected at launch in wide view

# Features Being Worked On

### Features that have all work done and will release in the next update (ready to ship)
### Completed features (Ready to ship in next Minor update)

- Edit flatpak pins
-

### Features that might release in the next update, but will release in some update
### Planned features for some update

- Uninstall unused packages
- Uninstall unused flatpaks
- Updating flatpaks
- Installation and configuration of locales

# Features Being Considered

### Features that might be worked on in the future

- Supporting host icon themes
- Updating flatpaks
- Open flatpak ref and remote files with Warehouse from the file manager
- Choose a custom install location for a remote
- Move remotes between install locations
- Filter option for "only verified" Flatpaks
- Add Warehouse to "Open With" for .flatpak, .flatpakref, and .flatpakrepo
- Creation of new custom installations
- Sorting settings for packages list
- Sorting settings for snapshots list
- General settings
- Where to save snapshots
- Restore filters on startup
- Restore shown page on startup

# Features not Planned to be Added
# Features NOT Planned to be Added

### Features that will never be added to Warehouse
### Features that will NEVER be added to Warehouse

- Permission management
- Permission management (like Flatseal)
- Full fledge package manager / app store
- Viewing app icons and screenshots from remotes
- Reading and leaving app reviews
Expand Down
2 changes: 1 addition & 1 deletion src/main_window/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def remove_refresh_lockout(self, reason):
def navigation_handler(self, _, row):
if self.main_split.get_collapsed():
self.main_split.set_show_sidebar(False)

row = row.get_child()
page = self.pages[row]
self.stack.set_visible_child(page)
Expand Down

0 comments on commit b3b30d3

Please sign in to comment.