nx-software-center icon indicating copy to clipboard operation
nx-software-center copied to clipboard

[dev-mauikit-ui] List of issues

Open UriHerrera opened this issue 4 years ago • 2 comments

Easy

  • [x] Move the 'Store' to be the first view [b21fa76e885baa12a478a69a491093306feb51a6]
  • [x] Typo "Not apps found" in Apps Page [87e42d57a02afcc104c46b05dc35110c16d17fae]
  • [x] Remove redundant search button on header right side [9cb3416250c11202fc459aabd2c077916f6c355a]
  • [x] Show scrollbar on Store page [096c2f1c46e70fd67a6637d339401efa1fdfe9d5]
  • [x] Screenshot section does not have a header label [787f49c1ef0896a7713eae97a7c375980fd56ab6]
  • [x] On the contextual menu, the only entry that works is 'Pling' [908abaa5dd36c6c14367387b31fa186d0c99be16]
  • [x] After scrolling a few pages and then searching for an application gives empty results. This is because page number is not getting reset during a search [a7307b6810f26741dcdb866036df4246dc7108d1]
  • [x] Remove znx section [1e50b8894ece93fd6551b951809bfa33d06588a5]

Medium

  • [x] 'Download' button doesn't work [a3c55b79bc91bdb2f9859b449cfe9e640e07727a]
  • [x] The 'Featured' banner doesn't cycle when it reaches the end of the list [fe33fef7b91a9094d858eaa71573ae5aab36c061]
  • [x] Clicking the 'Featured' banner doesn't do anything [a4d43542f3a96ce57d8f0fa7392ff5a36f56ec36]
  • [x] Buttons in About Dialog doesn't do anything when clicked [aad533520680edb7f25e1c21e960096880fbd883]
  • [x] Search should work on keypress instead of only with enter key [5f065640b6d2510003635390719d9866d436fe06]
  • [x] In store page, hovering on an entry shows some iconbuttons on right side, but clicking does nothing [467f0d17c53d11d1d3ee140d9c6311481441037d]
  • [x] After downloading a file successfully, it should clear the download queue. It should also show a notification
  • [x] After downloading a file successfully, it doesn't appear in the 'Apps' view
  • [x] Clicking on the FAB takes control to an empty page
  • [x] Show a "Loading more apps" indicator when apps are being loaded
  • [x] In App details page, scrolling gets stuck when pointer hovers over other elements like packages or a screenshot

Not So Easy

  • [x] Categories on left pane only have "All" entry. Implement the functionality to list applications by categories
  • [ ] Use appstream metadata instead

Good To Have

  • [x] Blur behind featured items has a stuttering animation when swiped
  • [x] Scrolling in StorePage has an animation which is not that good
  • [x] Initial loading takes about 3-5 secs and will be good to have a splash screen

UriHerrera avatar Jan 21 '20 12:01 UriHerrera

@UriHerrera I think instead of clearing the download queue immediately after download ends, we can somehow mark the entry as completed in the gui and a button to remove it from the list. Like how a download manager works.

anupam-git avatar Jan 23 '20 07:01 anupam-git

@anupam-git That works too.

UriHerrera avatar Jan 23 '20 19:01 UriHerrera