Skip to content

Conversation

@eve-git
Copy link
Collaborator

@eve-git eve-git commented Nov 26, 2025

Issue #:
https://app.zenhub.com/workspaces/names-team-board-new-655554cbddd49510027dad2e/issues/gh/bcgov/entity/30614

Description of changes:

  1. add expiration date validation to edit
  2. fixed a few warnings when compiling

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).

<LoadingSpinner v-if="search.isLoading" />
</div>

<PopupDialog :show="showDateDialog">
Copy link
Collaborator Author

@eve-git eve-git Nov 26, 2025

Choose a reason for hiding this comment

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

fixed the warning:

cannot be child of , according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality.

optionsDisplay: (option: any) => option,
}
)
}>()
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed the warning: withDefaults() is unnecessary when using destructure with defineProps().

<LoadingSpinner v-if="isLoading" />
</div>

</div>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed the warning:

cannot be child of , according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality.

@eve-git eve-git requested a review from hfekete November 26, 2025 22:29
@eve-git
Copy link
Collaborator Author

eve-git commented Nov 26, 2025

/gcbrun

@cd-runner
Copy link

cd-runner bot commented Nov 26, 2025

Temporary Url for review: https://namex-dev--pr-1583-67s66qmy.web.app

Copy link
Collaborator

@hfekete hfekete left a comment

Choose a reason for hiding this comment

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

Looks good!
There is one comment, please check it and see if you want to act on it.

</table>

<div class="absolute bottom-1/2 right-1/2 translate-x-1/2 translate-y-1/2 transform">
<LoadingSpinner v-if="search.isLoading" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

you could try moving the v-if="search.isLoading" in the div above:

<div v-if="search.isLoading" class=absolute...

I think it should work, and entire div would be out of the page when loading is not set to true.

Otherwise, div is there, though probably of size 0 or 1px or smth like that.

But if this works, and that div is not in the way of the page it can stay.

</div>
</table>
<div class="absolute bottom-1/2 right-1/2 translate-x-1/2 translate-y-1/2 transform">
<LoadingSpinner v-if="isLoading" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

same as above for the v-if

@eve-git
Copy link
Collaborator Author

eve-git commented Nov 27, 2025

/gcbrun

@cd-runner
Copy link

cd-runner bot commented Nov 27, 2025

Temporary Url for review: https://namex-dev--pr-1583-67s66qmy.web.app

@eve-git eve-git merged commit 3f1bfc0 into bcgov:main Nov 27, 2025
7 of 8 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.

2 participants