Clueless-Community / Spectrum-UI

Spectrum UI is a user-friendly Flutter UI library that offers a variety of beautifully designed widgets and components that are easy to use and can be integrated into your Flutter projects seamlessly.
MIT License
71 stars 99 forks source link

[Feature Implimented] Fixing Bug in Labels Card Functionality and Implimentation of Labels Page #226

Closed Rhishikesh12 closed 1 year ago

Rhishikesh12 commented 1 year ago

Pull Request Template

Description: This pull request resolves a bug in the labels card functionality, fixing the issue where clicking on it opens the wrong page (avatar_page) #217 . Additionally, it includes the implementation of the missing labels page.

Changes Made:

1) Updated the function call in the labels card to point to the correct page. 2) Implemented the labels functionality to display the appropriate labels for each item.

Related Issue:

217

Screenshots/GIFs:

Updated Function Call :

image

Light Mode :

image

Dark Mode :

image

Checklist:

Please review and merge this PR at your earliest convenience.

Thank you!

Rhishikesh12 commented 1 year ago

@ashdude1401 @Debajyoti14 No third-party libraries are used. Is this correct, or do I need to make any changes?

The assignment of this issue should be classified as Level 2, taking into consideration the implementation of a new feature. I implemented the Labels page that was initially missing, so I expected my issue #217 to be assigned a Level 2 tag, considering the added functionality.

Debajyoti14 commented 1 year ago

@Rhishikesh12 Fix the conflicts and make the PR again

Rhishikesh12 commented 1 year ago

The assignment of this issue should be classified as Level 2, taking into consideration the implementation of a new feature. I implemented the Labels page that was initially missing, so I expected my issue #217 to be assigned a Level 2 tag, considering the added functionality.

Please have a look at tagged message and Solved the Merge Conflicts, Now you can merge.