Skip to content

Favourite Feature added#64

Open
GauravKarakoti wants to merge 1 commit intobetterbugs:developfrom
GauravKarakoti:Favourite
Open

Favourite Feature added#64
GauravKarakoti wants to merge 1 commit intobetterbugs:developfrom
GauravKarakoti:Favourite

Conversation

@GauravKarakoti
Copy link

@GauravKarakoti GauravKarakoti commented Mar 3, 2026

Description

Added a favourite tool feature.
Favourite tools are pushed to top.
Added a filter for favourite tools.

Fixes #61

Screenshots of relevant screens

Screen.Recording.2026-03-03.112937.mp4

Developer's checklist

  • My PR follows the style guidelines of this project
  • I have performed a self-check on my work

If changes are made in the code:

  • I have followed the Coding Guidelines
  • My changes in code generate no new warnings
  • My changes are not breaking another fix/feature of the project
  • I have added test cases to show that my feature works
  • I have added relevant screenshots in my PR
  • There are no UI/UX issues

@rishima17 rishima17 changed the base branch from main to develop March 3, 2026 08:12
@rishima17 rishima17 requested a review from SyedFahad7 March 3, 2026 08:12
@rishima17 rishima17 added enhancement New feature or request apertre3.0 labels Mar 3, 2026
@SyedFahad7
Copy link
Collaborator

Please rebase your PR branch onto the latest develop (do not merge develop into your feature branch).

Try:

git fetch upstream
git rebase upstream/develop

Resolve conflicts and run local checks (npm run lint, npm run build)
git push --force-with-lease origin <your-branch>

Notes:
No need to fix unrelated pre-existing warnings.
Do fix errors introduced by your PR (especially in touched files).
This rebases only your PR branch; it does not rewrite our develop branch.

@GauravKarakoti
Copy link
Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

apertre3.0 enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Favorite tool feature

3 participants