Skip to content

Commit

Permalink
refactor: Add debug mode and refactor functions (#84)
Browse files Browse the repository at this point in the history
* refactor: split print_notifs into smaller functions

* refactor: add debug logging and improve error handling

* docs: Update time field description in table format

* fix: Update notification fetching logic for pagination

* chore: add 'command' prefix to command calls

* feat: Modify final message for no results with '-e' and '-f' flags

* chore: Move 'marching ants' progress indicator after 'get_notifs' call

* fix: Resolve 'bat' command for OS compatibility

* ci(Deprecation Warning): Update checkout action to v4
  • Loading branch information
LangLangBart authored Apr 19, 2024
1 parent 0d8fa37 commit dce9a68
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Spell Check
# https://github.com/crate-ci/typos
uses: crate-ci/typos@master
Expand Down
Loading

0 comments on commit dce9a68

Please sign in to comment.