-
Notifications
You must be signed in to change notification settings - Fork 67
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
22579 - Add FED Column & Tooltips (continuation table) #2978
22579 - Add FED Column & Tooltips (continuation table) #2978
Conversation
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
I think you should make the Status column wider so it fits without horizontal scrolling. You can make some other columns narrower, such as the dates and the NR number. |
Ask Janis if the Name Examination should open in a new page (tab). |
auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, need entities review though
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
Yes, check with Janis. As a possible solution, how about if the dates have their own tooltip like this? Yes, you are correct about the red NR icon 👍 |
Sure, checking with Janis and cc you there. |
auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue
Show resolved
Hide resolved
@@ -68,7 +163,12 @@ | |||
v-for="(header, i) in headers" | |||
:key="getIndexedTag('find-header-row', i)" | |||
:scope="getIndexedTag('find-header-col', i)" | |||
class="font-weight-bold" | |||
:class="{ | |||
'font-weight-bold': true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to change this but FYI: since this class is always set, you can use the class
prop on this element. (Ie, you can use both class
and :class
.)
auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue
Outdated
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue
Outdated
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue
Outdated
Show resolved
Hide resolved
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue
Show resolved
Hide resolved
/gcbrun |
Temporary Url for review: https://bcregistry-account-dev--pr-2978-f8g8fzgr.web.app |
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
auth-web/package-lock.json
Outdated
@@ -58,7 +58,7 @@ | |||
"@types/vuelidate": "^0.7.13", | |||
"@typescript-eslint/eslint-plugin": "^6.4.0", | |||
"@typescript-eslint/parser": "^6.4.0", | |||
"@volar-plugins/vetur": "*", | |||
"@volar-plugins/vetur": "latest", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo this change.
Also, please update the app version again.
Then, go ahead and merge this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Sev! I just undo this and updated the app version again.
Could you please merge it?
Thank you.
Signed-off-by: Qin <[email protected]>
Quality Gate passedIssues Measures |
Issue #:
bcgov/entity#22579
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).