TTime/frontend/src/Components
2024-04-14 15:47:26 +02:00
..
__tests__ Pulling in jest as a dependency for the frontent, example test included 2024-03-02 03:47:53 +01:00
Inputs Small fix 2024-04-13 21:36:02 +02:00
AddMember.tsx Fixes to adding members 2024-04-04 11:26:39 +02:00
AddProject.tsx Routes back to home page on created project + design and alert updates 2024-04-13 20:53:05 +02:00
AddUserToProject.tsx Added search functionality and changed design a little 2024-04-11 00:34:27 +02:00
AllTimeReportsInProject.tsx Update route path in main.tsx to include signedOrUnsigned parameter 2024-04-08 22:43:46 +02:00
AllTimeReportsInProjectOtherUser.tsx Update AllTimeReportsInProjectOtherUser component to include signed status in route path 2024-04-09 10:14:48 +02:00
AuthorizedRoute.tsx Created component for authorized route 2024-03-19 22:50:23 +01:00
BackButton.tsx Doc/Comments to BackButton comp 2024-03-20 13:57:02 +01:00
BackgroundAnimation.tsx Docs/coments to background animation component 2024-03-20 13:57:02 +01:00
BasicWindow.tsx Docs/Comments to BasicWindow component 2024-03-20 13:57:02 +01:00
Button.tsx Add JSDoc comments to Button component 2024-03-20 13:57:02 +01:00
ChangeRole.tsx ChangeRole component to change role and a view for it 2024-04-01 02:13:24 +02:00
ChangeRoles.tsx New comp changeRoles 2024-03-20 13:51:49 +01:00
ChangeRoleView.tsx Checks if user already is selected role + minor design change 2024-04-13 21:07:08 +02:00
ChangeUsername.tsx Prevents admin from changing its name 2024-04-11 00:34:56 +02:00
DeleteProject.tsx DeleteProject component 2024-04-02 13:44:06 +02:00
DeleteUser.tsx Fix to comments 2024-04-02 13:45:03 +02:00
DisplayUnsignedReports.tsx Fixed DisplayUserProject component to fetch and display usernames 2024-04-04 22:19:35 +02:00
DisplayUserProjects.tsx Merge branch 'frontend' into gruppDM 2024-04-02 11:49:46 +02:00
EditWeeklyReport.tsx Update EditWeeklyReport component to prevent editing of signed reports 2024-04-08 22:57:34 +02:00
Footer.tsx Docs/Comments to Footer component 2024-03-20 13:57:02 +01:00
GetAllUsers.tsx Component for getting all users 2024-03-20 00:14:23 +01:00
GetProjects.tsx Some fixes to design and comments 2024-04-02 13:14:08 +02:00
GetProjectTimes.tsx GetProjectTimes component 2024-04-02 13:10:04 +02:00
GetUsersInProject.tsx Some fixes to design and comments 2024-04-02 13:14:08 +02:00
Header.tsx Add useNavigate hook and handle navigation based on user "role" 2024-04-04 10:29:25 +02:00
InputField.tsx Changed inputfield slightly + update inputfields in files 2024-04-11 00:32:18 +02:00
LoginCheck.tsx Improved alerts for error handling login 2024-04-13 21:07:32 +02:00
LoginField.tsx Changed inputfield slightly + update inputfields in files 2024-04-11 00:32:18 +02:00
MemberInfoModal.tsx Checks if user already is selected role + minor design change 2024-04-13 21:07:08 +02:00
NavButton.tsx Navigation button 2024-04-13 21:07:48 +02:00
NewWeeklyReport.tsx Update error message in NewWeeklyReport component 2024-04-04 11:19:35 +02:00
OtherUsersTR.tsx Update OtherUsersTR component to include unsign and delete functionality 2024-04-09 22:14:00 +02:00
PMProjectMenu.tsx Add PMProjectMenu component and refactor PMProjectPage 2024-03-19 22:03:45 +01:00
ProjectInfoModal.tsx Checks if new project name meets requirements 2024-04-13 21:09:07 +02:00
ProjectListAdmin.tsx Minor design and import changes 2024-04-13 21:10:37 +02:00
ProjectListUser.tsx Import fix 2024-03-18 00:42:22 +01:00
ProjectMembers.tsx Update confirmation message for deleting a user in ProjectMembers component 2024-04-09 20:57:22 +02:00
Register.tsx Small fix 2024-04-13 21:36:02 +02:00
RemoveUserFromProj.tsx Can now remove users from projects 2024-04-04 12:22:28 +02:00
TaskList.tsx Demo of components with children and other props 2024-03-06 11:14:57 +01:00
TimePerActivity.tsx Fix initial state values in TimePerRole component 2024-04-04 11:55:04 +02:00
TimePerRole.tsx Minor fix 2024-03-20 16:36:39 +01:00
UserInfoModal.tsx Now uses new input types and checks if input is allowed + alerts and design changes 2024-04-13 21:18:01 +02:00
UserListAdmin.tsx Minor design and import changes 2024-04-13 21:10:37 +02:00
UserProjectListAdmin.tsx Minor design and import changes 2024-04-13 21:10:37 +02:00
UserProjectMenu.tsx Docs/Comments to user project menu component 2024-03-20 13:57:02 +01:00
UserStatistics.tsx Fix UserStatistics component to use new API.getStatistics function 2024-04-14 15:47:26 +02:00
ViewOtherTimeReport.tsx Add username parameter and error alerts in GetOtherUsersReport component 2024-04-04 22:20:09 +02:00