Trellis icon indicating copy to clipboard operation
Trellis copied to clipboard

Refine Activity component section

Open ayushagg31 opened this issue 5 years ago • 6 comments
trafficstars

At present Activity Component has some hard-coded operation, which I believe can be refectored to improve the overall quality.

ayushagg31 avatar Oct 06 '20 14:10 ayushagg31

I'm interested in working on it, can You assign me this? @ayushagg31

also, what is the expected behavior?

hasnatamir2 avatar Oct 06 '20 20:10 hasnatamir2

  • Activity component shows the recent user activity info and timestamps. Currently, it is using Momentjs to update the timestamps, but it can be easily done with other lightweight libraries, feel free to explore other option or create something of your own.
  • Also, you can experiment with the activity component look and design, if you're interested. Let me know what are your thoghts on this.

ayushagg31 avatar Oct 07 '20 03:10 ayushagg31

I have replaced momen.js with days.js, it is a very light package with all the features required. Also, the front end looks like this: trellis

hasnatamir2 avatar Oct 08 '20 20:10 hasnatamir2

That's look good, although spacing between activity text and timestamps looks odd, try to reduce it and also can you add similar background to Change Background and Delete Board button.

ayushagg31 avatar Oct 09 '20 05:10 ayushagg31

The required changes are done including the UI and functionality trellis1

hasnatamir2 avatar Oct 09 '20 11:10 hasnatamir2

That looks better now, please submit PR for the changes, will review it soon.

ayushagg31 avatar Oct 09 '20 12:10 ayushagg31