SaitoTech / saito-lite-rust

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format
23 stars 25 forks source link

Feature/profile #2495

Closed davikstone2 closed 1 month ago

davikstone2 commented 1 month ago

Revamp Profile in Saito Application

Overview

This pull request introduces significant updates to the profile section of Saito. The changes include a redesigned profile architecture, the addition of a banner and description section, and the implementation of a photo cropper and uploader tool.

Changes

1. Updated Profile Architecture

The profile architecture has been restructured to improve usability and aesthetics.

2. Addition of Banner and Description

A new banner section has been added at the top of the profile. Users can now upload a banner image to personalize their profile. Along with this, a description section has been introduced where users can write a brief bio or status message.

3. Photo Cropper and Uploader Tool

To enhance the user experience when uploading profile pictures, a new photo cropper and uploader tool has been implemented. This tool allows users to upload, crop, and adjust their profile pictures before saving.