Appleseed / leaves.lite

Leaves.Lite presents a searchable web interface to links and bookmarks curated / organized in JSON or fed by a REST API.
Apache License 2.0
5 stars 10 forks source link

leaves - ui - refactor list-reader / card-reader / single-leaves into one component / directive #36

Closed xingh closed 6 years ago

xingh commented 6 years ago

​Desc: These files look identical but are called from different elements. It's confusing because of the multiple files. This doesn't follow the DRY (dont repeat yourself) principle.

Acceptance Criteria: One leaves-reader that shows up when clicked from either list, card, or from a menu item if hidden ( another issue)

mddanishyusuf commented 6 years ago

Yes. I got it and will refactor the code.

mddanishyusuf commented 6 years ago

Fixed.

xingh commented 6 years ago

Verified.