* Add arrow buttons to sub-items
* Fix mistyped in width
* Add 'v-once' to never changing elements(icons)
* Add animation and ability to close tabs
* Fix typo in rotate
* Only 1 opened tab
* Add animation to dropdown elements
* Close menu after clicking tab
* Improved closing the menu after clicking on links
* Remove browser prefixes
* Add 'active' class to some tabs after clicking
* Return ability to open tabs from Desktop
* pin 'currency-tray' at top of menu
* Revert "pin 'currency-tray' at top of menu"
This reverts commit 12d4144a11.
* Fix display of 'Groups' sub-items
* wip: better group plan cancellation
* add cancelation confirm modal
* abstract confirm modal for subs
* abstract canceled modal for subs
* working code
* add missing files
* fix text and margins
* fix(cancel modal): share css and add close icon
* WIP(groups): quickish wins
* WIP(groups): two quick wins
1. Don't show task creation button if user is not leader or manager
2. Don't require JS confirm() for approving tasks
* fix(group-plans): allow delete from options button
* fix(group-plans): update tasksOrder when task deleted
* fix(group-tasks): dismiss notification when user takes action
* refactor(tasks): DRY out create button styling
* fix(group-tasks): sync after claiming/unclaiming
* use the same paging for "myChallenges" only loads 10 per call
* challenges: show loading above the load-more button (instead at the top)
* purple loading message and flat load-more button
* remove comment
* show loadMore button only when the request has 10 entries
* challenge card ui