Skip to content

Commit

Permalink
feat: surface-> live_view for table component
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrey authored Dec 12, 2023
1 parent cb02503 commit a6a4684
Show file tree
Hide file tree
Showing 23 changed files with 815 additions and 542 deletions.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
#
{Credo.Check.Refactor.Apply, []},
{Credo.Check.Refactor.CondStatements, []},
{Credo.Check.Refactor.CyclomaticComplexity, [max_complexity: 10]},
{Credo.Check.Refactor.CyclomaticComplexity, [max_complexity: 15]},
{Credo.Check.Refactor.FunctionArity, []},
{Credo.Check.Refactor.LongQuoteBlocks, []},
{Credo.Check.Refactor.MatchInCondition, []},
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ node_modules

assets/js/_hooks/
assets/css/_components.css

current.md
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,3 @@ https://github.com/HashNuke/hound - maybe too old

https://elixirforum.com/t/wallaby-visit-produces-empty-screenshot/45268
https://github.com/elixir-wallaby/wallaby#screenshots

## Current task
- -@doc attribute - to skip empty-
- -modules merging & stateless components groupping-
- -aliases collecting-
- -getting info on used in template components to show them one way or another-
- context & children (aka default values via slot_given? function) in slots!!!
- -logging instead of dbg o unknown cases-
- -sorting after module merge-
- blocker on re-converting already converted module

canceled
- attr without parentness, maybe in formatter?
- backward usage - Surface components do only call
- :values attribute processing in template
Loading

0 comments on commit a6a4684

Please sign in to comment.