Skip to content

Homepage Improvements

Sai requested to merge move-thanksfrgmnt-to-homepage into develop

This MR addresses issues #91 (closed), #92 (closed), #93 (closed) and is related to #19 (closed).

Changes -

  • Removes ThanksFragment from onboarding and replaces it with a card on homepage. Updates onboarding navigation and text to accommodate removal
  • Refactors code for displaying cards on homepage to support multiple cards being shown. Cards are mutable can show custom title and text. All cards are shown until dismissed by the user
  • Adds swipe to dismiss functionality to all cards on the homepage
  • Adds context menu to be shown on long press to all cards on the homepage
  • Changes 'x' icon on cards from clear to solid grey
  • Changes 'clear ceno' icon on toolbar from trashcan to a broom

Merge request reports