AOSSIE-Org / AOSSIE-Org/PictoPy
Feat: Implement Settings UI Completely
- Dominant language
- Python
- Stars
- 283
- Forks
- 679
- Avg merge
- 7d 2h
- Merged PRs (30d)
- 3
Description
### Describe the feature
# Settings Page Implementation
## Description
The *Settings Page* currently lacks proper functionality:
- There is no restriction on the number of folders displayed, making the list very long and cluttered.
- Account update options shown in the prototype (like changing name, profile icon, etc.) are not available.
## Proposed Solution
### Folder Restriction
- Limit the number of displayed folders to *5 or 10*.
- Provide a *"View More"* button to load the next set of folders incrementally.
### Account Update Features
- Allow users to *change their name*.
- Allow users to *update their profile icon*.
## Why this is needed
- Improves user experience by keeping the settings page clean and navigable.
- Enables users to manage their account details directly from the settings page.
### Add ScreenShots
### Record
- [x] I agree to follow this project's Code of Conduct
- [x] I want to work on this issue
### Checklist before Submitting.
- [x] Have you updated docs for it?.
- [ ] Have you added unit tests?.
- [ ] Have you made sure unit tests pass?
- [x] Have you made sure code formatting is correct?
- [ ] Does it contain any style related issues?
Contributor guide
Assessment
This issue has not been assessed yet.