To access the github repository of templater, it would be better to have a redirecting link on the navbar.
Tech Stack Required
ReactJS, Chakra-UI
Video
This is what the updated UI should look like:
Updated UI
Approach
To achieve this, set up the codebase locally by following the steps from the README file. Since this issue is only dealing with UI, just go ahead and run the UI without running the backend. To run the UI, follow this Run Playground. Go through the Sidebar.tsx file in the src folder and add the link as shown in the above video. You will have to look for the component to be updated carefully. Take help of React Component extension to go through the component tree.
Description
To access the github repository of templater, it would be better to have a redirecting link on the navbar.
Tech Stack Required
ReactJS, Chakra-UI
Video
This is what the updated UI should look like: Updated UI
Approach
To achieve this, set up the codebase locally by following the steps from the README file. Since this issue is only dealing with UI, just go ahead and run the UI without running the backend. To run the UI, follow this Run Playground. Go through the Sidebar.tsx file in the src folder and add the link as shown in the above video. You will have to look for the component to be updated carefully. Take help of React Component extension to go through the component tree.