This task is to monitor refactoring code development.
Many improvements will be added. For example:
- Breaking home.jsx page into smaller file
- Using react functional components
- Updating packages
- Adding better ESLint rules for react
| Khr2003 | |
| Sep 2 2021, 11:24 AM |
| F34664753: image.png | |
| Oct 2 2021, 8:19 AM |
| F34629322: image.png | |
| Sep 2 2021, 5:13 PM |
| F34629523: image.png | |
| Sep 2 2021, 5:13 PM |
| F34629541: image.png | |
| Sep 2 2021, 5:13 PM |
| F34629539: image.png | |
| Sep 2 2021, 5:13 PM |
| F34629535: image.png | |
| Sep 2 2021, 5:13 PM |
| F34629546: image.png | |
| Sep 2 2021, 5:13 PM |
| F34629267: image.png | |
| Sep 2 2021, 12:32 PM |
This task is to monitor refactoring code development.
Many improvements will be added. For example:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Combine backend and worker with frontend | labs/tools/VideoCutTool | master | +50 K -19 K |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Gopavasanth | T249993 Split home.js into different components | |||
| Resolved | Khr2003 | T290241 Refactor main code |
Change 716255 had a related patch set uploaded (by Khr2003; author: Khr2003):
[labs/tools/VideoCutTool@master] Major update. Refactor code
Thanks! (For good practices and better reviewability, in the future I recommend to write small, atomic commits. Just saying. :) )
Totally fair point. I was trying to improve the trim UI and then ended up with a code overwrite.
Here is an online version of the tool (somewhat older than the code I pushed): https://videocuttools.herokuapp.com/
and this is a screenshot:
Hi @Khr2003, That's so nice!! I've tried out the tool and this new look and feel seems AMAZING! I've noted few things and would like to hear your thoughts on them :)
@Gopavasanth
I fixed the issues. The design is mobile ready. I am not sure why you are seeing this. There should be a hamburger menu icon to toggle sidebar.
Thanks @Khr2003
Change 716255 merged by jenkins-bot:
[labs/tools/VideoCutTool@master] Combine backend and worker with frontend