Trellis
Trellis copied to clipboard
Refine Activity component section
At present Activity Component has some hard-coded operation, which I believe can be refectored to improve the overall quality.
I'm interested in working on it, can You assign me this? @ayushagg31
also, what is the expected behavior?
- 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.
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:
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.
The required changes are done including the UI and functionality
That looks better now, please submit PR for the changes, will review it soon.