TTime/frontend/src/Components
2024-03-19 00:15:42 +01:00
..
__tests__ Pulling in jest as a dependency for the frontent, example test included 2024-03-02 03:47:53 +01:00
AddProject.tsx Small fixes 2024-03-18 01:31:58 +01:00
BackButton.tsx Made a back button component since we will have one on almost every page 2024-03-15 14:51:46 +01:00
BackgroundAnimation.tsx Made backround animation on login page to its own component 2024-03-17 10:34:15 +01:00
BasicWindow.tsx Tiny fix 2024-03-18 17:22:40 +01:00
Button.tsx Update button styles and add type prop 2024-03-15 14:30:45 +01:00
CountButton.tsx Fixed double fetch 2024-02-20 18:41:12 +01:00
DeleteUser.tsx Delete user component 2024-03-19 00:15:42 +01:00
EditWeeklyReport.tsx Changed name of new component and minor fix 2024-03-18 15:17:53 +01:00
Footer.tsx Formatting and typing 2024-03-07 11:48:34 +01:00
Header.tsx Update Header component to use localStorage for username 2024-03-18 10:44:15 +01:00
InputField.tsx Input field component 2024-03-17 10:34:47 +01:00
LoginCheck.tsx Add username to local storage and retrieve it in YourProjectsPage 2024-03-18 10:22:38 +01:00
LoginField.tsx Change typ on button to submit 2024-03-17 12:57:18 +01:00
NewWeeklyReport.tsx Add ProjectNameContext to NewWeeklyReport and handle project selection in YourProjectsPage 2024-03-18 12:49:58 +01:00
ProjectListUser.tsx Import fix 2024-03-18 00:42:22 +01:00
Register.tsx errMessage fixed 2024-03-18 14:43:28 +01:00
TaskList.tsx Demo of components with children and other props 2024-03-06 11:14:57 +01:00
UserListAdmin.tsx Added path + fixed import 2024-03-18 01:56:04 +01:00
UserProjectListAdmin.tsx Fixed getting the username and removed comment 2024-03-18 18:31:58 +01:00