|
|
@ -2,9 +2,6 @@ TODO |
|
|
|
==== |
|
|
|
|
|
|
|
* [ ] Minitest |
|
|
|
* [ ] Formatter |
|
|
|
* [x] wrap warning containing \n |
|
|
|
* [ ] "\e[0;35mhello".length => 12 instead of 5! |
|
|
|
* [ ] Tailwind |
|
|
|
* [ ] copy TailAdmin (or WindMill) layout |
|
|
|
* [ ] https://demo.tailadmin.com/crm |
|
|
@ -16,6 +13,7 @@ TODO |
|
|
|
* [ ] smart filter search bar |
|
|
|
* [ ] build auto-release notes based from TODO and New Notes |
|
|
|
* [ ] semver_git_tag compatible |
|
|
|
* [ ] Use hotwire_livereload instead of rails_live_reload |
|
|
|
* [ ] Ansi Formatter |
|
|
|
* [ ] fix: |
|
|
|
``` |
|
|
@ -25,4 +23,8 @@ TODO |
|
|
|
* `prefix` Completed should use `final` |
|
|
|
|
|
|
|
New Notes |
|
|
|
--------- |
|
|
|
--------- |
|
|
|
|
|
|
|
* [x] Formatter |
|
|
|
* [x] wrap warning containing \n |
|
|
|
* [x] "\e[0;35mhello".length => 12 instead of 5! |