WIP: Apply filter configuration to problem feature #228
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
arduinohatesme/leetcode.nvim!228
Loading…
Reference in a new issue
No description provided.
Delete branch "Gabbar-v7/feat/config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request updates the way the "List" button on the Problems page filters problem status based on user configuration. The main change is to allow the button to pass the user's preferred status filter (such as "ac", "notac", or "todo") when listing problems. This required updating both the configuration template and the button's behavior.
User status filter integration:
statusfield to theleetcode.configtemplate, allowing users to specify their preferred problem status filter (e.g., "ac", "notac", "todo", ornil).problems.luaso that when pressed, it callscmd.problemswith the user's configured status filter.leetcode.configmodule inproblems.luato access the user's status configuration.This is just a mock implementation. I can raise a proper production PR if you could guide me.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.