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

Examiner Dashboard Updates #413

Merged
merged 2 commits into from
Dec 21, 2024
Merged

Examiner Dashboard Updates #413

merged 2 commits into from
Dec 21, 2024

Conversation

dimak1
Copy link
Collaborator

@dimak1 dimak1 commented Dec 20, 2024

Issue:

Description of changes:

  • Refactor and update Examiner Dashboard
  • Add layout, update UI, remove breadcrumbs, etc.
  • Improve tab navigation

Screenshot 2024-12-20 at 14 59 22

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).

@dimak1 dimak1 self-assigned this Dec 20, 2024
Copy link
Collaborator

Choose a reason for hiding this comment

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

The allowed idps in the header should also be set to idir btw. Full connect config here, subject to change.

connect: {
    core: {
      login: {
        redirectPath: '',
        idps: () => []
      },
      header: {
        options: {
          localeSelect: false,
          unauthenticated: {
            whatsNew: false,
            loginMenu: false,
            createAccount: false
          },
          authenticated: {
            notifications: true,
            accountOptionsMenu: true
          }
        }
      },
      plugin: {
        authApi: {
          errorRedirect: {
            401: '/auth/login'
          }
        },
        payApi: {
          errorRedirect: {
            401: '/auth/login'
          }
        }
      }
    }
  },

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok, let me update it. Thanks!

return navigateTo(localePath(navigateToPath))
}

</script>
<template>
<div>
<ConnectHeaderWrapper>
<ConnectHeaderWrapper
Copy link
Collaborator

Choose a reason for hiding this comment

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

If you need a change to this at all I can get a new version out relatively quickly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

You mean if I need to adjust anything in this component? Yea, sounds good. So far ok, just some style updates, but if anything, I let you know, thanks!

Copy link
Collaborator

Choose a reason for hiding this comment

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

If the padding or whatever is causing an issue.

Copy link
Collaborator

@deetz99 deetz99 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 to me 👍

@dimak1 dimak1 merged commit f55b806 into bcgov:main Dec 21, 2024
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants