Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Relocate 'Comments to the Director' widget - #1454 #1483

Merged

Conversation

hamed-valiollahi
Copy link
Collaborator

This PR fixes the position of the "Comments to the Director" widget as specified in the wireframe.

Closes #1454

Copy link

github-actions bot commented Dec 17, 2024

Frontend Test Results

  1 files  ±0  116 suites  ±0   39s ⏱️ -1s
390 tests ±0  370 ✅ ±0  20 💤 ±0  0 ❌ ±0 
392 runs  ±0  372 ✅ ±0  20 💤 ±0  0 ❌ ±0 

Results for commit 3bc241e. ± Comparison against base commit deab8ae.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 17, 2024

Backend Test Results

498 tests  ±0   495 ✅ ±0   1m 52s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     3 ❌ ±0 

For more details on these failures, see this check.

Results for commit 3bc241e. ± Comparison against base commit deab8ae.

♻️ This comment has been updated with latest results.

@@ -444,6 +445,22 @@ export const AddEditViewTransfer = () => {
</>
)}

{/* Internal Comments */}
{!editorMode && (
<>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: I don't think you need the wrapper component <> since you are returning a single component.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Removed the unnecessary <></> wrapper. Thanks!

Copy link
Collaborator

@dhaselhan dhaselhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@hamed-valiollahi hamed-valiollahi merged commit f3b404d into release-0.2.0 Dec 18, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LCFS - Transfer, Comments to the director
2 participants