Skip to content

Commit

Permalink
refactor(tasks): provide a universal abstract layer for task managing (
Browse files Browse the repository at this point in the history
…#15)

* feat(task): add clear_logs task

* feat: use twemoji to display flags in win (#48)

* feat: use twemoji to display flags in win

* fix: lint

* fix: typo

* fix: typo

* fix: add toml fmt

* feat(tasks): draft basic interface

* chore(deps): update dependency postcss to v8.4.32

* chore(deps): update lint packages

* fix(deps): update dependency dayjs to v1.11.10

* chore(deps): update lint packages

* fix(deps): update rust crate chrono to 0.4.31

* fix(deps): update rust crate ctrlc to 3.4.1

* fix(deps): update rust crate dirs to 5.0.1

* fix(deps): update dependency monaco-editor to ^0.45.0

* fix(deps): update rust crate interfaces to 0.0.9

* fix: dev build

* refactor: use enum in task struct

* feat(tasks): draft basic events collector

* fix: lint

* fix: lint

* chore: commit workspace

* fix: deps

* fix: lint

* feat(task): finish task manager

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
greenhat616 and renovate[bot] authored Dec 17, 2023
1 parent 4b2624b commit ad82b58
Show file tree
Hide file tree
Showing 19 changed files with 1,270 additions and 82 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.rs
*.lock
**/target/
dist/
**/node_modules/
Expand Down
Loading

0 comments on commit ad82b58

Please sign in to comment.