Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

[FEATURE] Customizable homepage #31

Open
DanielScholte opened this issue Apr 19, 2020 · 2 comments
Open

[FEATURE] Customizable homepage #31

DanielScholte opened this issue Apr 19, 2020 · 2 comments
Assignees
Labels
Feature New feature or request

Comments

@DanielScholte
Copy link
Owner

DanielScholte commented Apr 19, 2020

Issue
Add more options to allow the user to adjust to UI to their liking

Describe the solution you'd like
Allow the user to customize the home page with buttons and information of their choosing.

@DanielScholte DanielScholte self-assigned this Apr 19, 2020
@DanielScholte DanielScholte added the Feature New feature or request label Apr 19, 2020
@DanielScholte DanielScholte changed the title Customizable homepage [FEATURE] Customizable homepage Aug 23, 2020
@apcro
Copy link
Contributor

apcro commented Sep 2, 2020

I've been playing around with possible approaches to customising the app's homepage.

I have implemented the homepage buttons using the reorderables package, however this has issues and crashes as soon as the items are long-pressed (an apparent known and fixed issue in that package that has re-occurred).

Alternatively, a package like https://github.com/knopp/flutter_reorderable_list might be more suitable, so I will give this a try.

Other thoughts are to have the arrangement done on it's own settings page to also allow users to show/hide buttons on the homepage as well as reordering them.

@DanielScholte
Copy link
Owner Author

Was thinking of something similar myself. In that case there would be a settings page where you can change the order of the buttons and which buttons are present. I'll also add additional buttons, for example a trading post button. That button would simply navigate to the trading post tab, but would also show a preview of items and currency in the inbox like the wallet button currently does.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants