-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🔧 Fix issues found during loop rally testing (#952)
* refactor(work order): 💄 Update Estimate and Progress bars * fix(loop): 🐛 Consolidate details in sidesheet to single heading * fix(loop): 🐛 Move loop description to description field in sidesheet header * feat(loop): 💄 Change default grouping for hanging garden * fix(loop): 💄 Set garden item height to 30 * fix(loop): 💄 Add link to workorder * fix(loop): ⏪ Re-add links to checklist table in sidesheet --------- Co-authored-by: Edward Brunton <Edward.Brunton@equinor.com>
- Loading branch information
1 parent
6d6f03e
commit 300848f
Showing
13 changed files
with
176 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
export type LoopContent = { | ||
loopNo: string; | ||
facility: string | null; | ||
contentTagId: string; | ||
contentTagNo: string; | ||
register: string | null; | ||
mechanicalCompletionStatus: string | null; | ||
mechanicalCompletionPackageNo: string | null; | ||
mechanicalCompletionPackageUrlId: string | null; | ||
commissioningPackageNo: string | null; | ||
commissioningPackageUrlId: string | null; | ||
description: string | null; | ||
clStatus: string | null; | ||
}; | ||
loopNo: string; | ||
facility: string | null; | ||
contentTagId: string; | ||
contentTagNo: string; | ||
register: string | null; | ||
mechanicalCompletionStatus: string | null; | ||
mechanicalCompletionPackageNo: string | null; | ||
mechanicalCompletionPackageUrl: string | null; | ||
mechanicalCompletionPackageUrlId: string | null; | ||
commissioningPackageNo: string | null; | ||
commissioningPackageUrl: string | null; | ||
commissioningPackageUrlId: string | null; | ||
description: string | null; | ||
clStatus: string | null; | ||
contentTagUrl: string | null; | ||
}; |
59 changes: 0 additions & 59 deletions
59
libs/loopsidesheet/src/lib/ui-sidesheet/ContentDetails.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.