.. |
__tests__
|
Pulling in jest as a dependency for the frontent, example test included
|
2024-03-02 03:47:53 +01:00 |
AddMember.tsx
|
Fixed types and imports of types
|
2024-03-31 20:54:00 +02:00 |
AddProject.tsx
|
Added some alerts + removed unused code
|
2024-04-01 02:09:28 +02:00 |
AddUserToProject.tsx
|
Fixed types and imports of types
|
2024-03-31 20:54:00 +02:00 |
AllTimeReportsInProject.tsx
|
fixed dep array
|
2024-03-20 23:24:28 +01:00 |
AllTimeReportsInProjectOtherUser.tsx
|
Added AllTimeReportsInProjectOtherUser component
|
2024-03-21 13:59:10 +01: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
|
ChangeRole component to change role and a view for it
|
2024-04-01 02:13:24 +02:00 |
ChangeUsername.tsx
|
Some fixes to ChangeUsername
|
2024-04-01 02:14:44 +02:00 |
DeleteUser.tsx
|
Added some alerts
|
2024-03-28 12:38:40 +01:00 |
DisplayUnsignedReports.tsx
|
Update routes and components for PMViewUnsignedReport
|
2024-03-21 12:36:14 +01:00 |
DisplayUserProjects.tsx
|
Changed so that username is required to get projects, so that you can get another user's projects (for admin stuff)
|
2024-03-29 20:19:22 +01:00 |
EditWeeklyReport.tsx
|
Refactor fetchWeeklyReport in EditWeeklyReport component
|
2024-03-28 12:09:09 +01: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
|
Small fixes in all files that fetches user projects, so that they pass username as argument to GetProjects-function
|
2024-03-28 21:31:30 +01:00 |
GetUsersInProject.tsx
|
Fixed types and imports of types
|
2024-03-31 20:54:00 +02:00 |
Header.tsx
|
Docs/Comments to header component
|
2024-03-20 13:57:02 +01:00 |
InputField.tsx
|
Input field component
|
2024-03-17 10:34:47 +01:00 |
LoginCheck.tsx
|
Everyone except admin has authority = 2
|
2024-03-19 17:12:09 +01:00 |
LoginField.tsx
|
Change typ on button to submit
|
2024-03-17 12:57:18 +01:00 |
MemberInfoModal.tsx
|
New modal for member info
|
2024-04-01 02:16:23 +02:00 |
NewWeeklyReport.tsx
|
Add success alert message after submitting weekly report
|
2024-03-27 20:47:24 +01:00 |
OtherUsersTR.tsx
|
Add OtherUsersTR component for displaying weekly report of a user in a project
|
2024-03-21 13:59:24 +01:00 |
PMProjectMenu.tsx
|
Add PMProjectMenu component and refactor PMProjectPage
|
2024-03-19 22:03:45 +01:00 |
ProjectInfoModal.tsx
|
Fixed types and imports of types
|
2024-03-31 20:54:00 +02:00 |
ProjectListAdmin.tsx
|
Small fixes
|
2024-03-28 01:34:49 +01:00 |
ProjectListUser.tsx
|
Import fix
|
2024-03-18 00:42:22 +01:00 |
ProjectMembers.tsx
|
Small fix so that it uses component for getting users in a proj
|
2024-03-31 20:56:08 +02:00 |
Register.tsx
|
Added some alerts
|
2024-03-28 01:35:16 +01:00 |
TaskList.tsx
|
Demo of components with children and other props
|
2024-03-06 11:14:57 +01:00 |
TimePerActivity.tsx
|
New comp TimePerActivity
|
2024-03-20 16:36:24 +01:00 |
TimePerRole.tsx
|
Minor fix
|
2024-03-20 16:36:39 +01:00 |
UserInfoModal.tsx
|
Can now change username in this modal + moved some stuff to a separate modal
|
2024-04-01 02:16:06 +02:00 |
UserListAdmin.tsx
|
Changes so that it shows relevant info depending on if managing project member or a system user
|
2024-03-20 23:49:09 +01:00 |
UserProjectListAdmin.tsx
|
Small fixes in all files that fetches user projects, so that they pass username as argument to GetProjects-function
|
2024-03-28 21:31:30 +01:00 |
UserProjectMenu.tsx
|
Docs/Comments to user project menu component
|
2024-03-20 13:57:02 +01:00 |
ViewOtherTimeReport.tsx
|
Change input types from number to text in ViewOtherTimeReport component
|
2024-03-21 14:01:33 +01:00 |