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

landing page updates #81

Draft
wants to merge 11 commits into
base: trunk
Choose a base branch
from
Draft

landing page updates #81

wants to merge 11 commits into from

Conversation

bbodine1
Copy link
Contributor

@bbodine1 bbodine1 commented Sep 29, 2023

  • set landing page to member search
  • Set body background to white
  • update secondary color
  • update primary color
  • update sidenav color
  • add background color to time info block
  • update data loading date info box

Summary by CodeRabbit

Release Notes for Pull Request:

  • New Feature: Introduced a new landing page route in the carrier portal, enhancing navigation and user experience.
  • New Feature: Added an SVG icon to the console shell component for better data status representation.
  • New Feature: Implemented display of last updated data in the console shell component, improving data transparency.
  • Style: Updated the color scheme of the application for a refreshed look and feel.
  • Refactor: Modified the link in the member search component for direct access to member details, simplifying navigation.
  • Style: Enhanced the visual appeal of the main container and added specific styling for the "portal-data" class.

@bbodine1 bbodine1 linked an issue Sep 29, 2023 that may be closed by this pull request
8 tasks
@bbodine1 bbodine1 self-assigned this Sep 29, 2023
@coderabbitai
Copy link

coderabbitai bot commented Sep 29, 2023

Important

Auto Review Skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository.

To trigger a single review, invoke the @coderabbitai review command.


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 0

Commits Files that changed from the base of the PR and between 9af2359 and f8fc54f.
Files ignored due to filter (4)
  • libs/carrier-portal/landing-page/project.json
  • libs/carrier-portal/landing-page/tsconfig.json
  • libs/carrier-portal/landing-page/tsconfig.lib.json
  • libs/carrier-portal/landing-page/tsconfig.spec.json
Files selected for processing (4)
  • libs/carrier-portal/shell/src/lib/library.routes.ts (2 hunks)
  • libs/console/shell/src/lib/shell/shell.component.html (1 hunks)
  • libs/console/shell/src/lib/shell/shell.component.scss (2 hunks)
  • libs/shared/theme/src/lib/styles/partials/_color.scss (2 hunks)
Files skipped from review due to trivial changes (3)
  • libs/console/shell/src/lib/shell/shell.component.html
  • libs/console/shell/src/lib/shell/shell.component.scss
  • libs/shared/theme/src/lib/styles/partials/_color.scss
Additional comments (Suppressed): 2
libs/carrier-portal/shell/src/lib/library.routes.ts (2)
  • 12-15: The root path ('') is now loading the 'member-search' module instead of the 'carrierPortalLandingPageRoutes' module. Ensure that this change does not affect the expected behavior and navigation of the application.
-        path: '',
+        path: 'member-search',
  • 31-34: The route for loading the 'carrierPortalLandingPageRoutes' module at the root path ('') has been removed. If this was intentional, ensure that there are no broken references or links due to this removal. If it was unintentional, consider adding it back.
+      {
+        path: '',
+        loadChildren: () =>
+          import('@enroll/carrier-portal/landing-page').then(
+            (m) => m.carrierPortalLandingPageRoutes
+          ),
+        canActivate: [AuthGuard],
+      },

@bbodine1 bbodine1 requested review from TreyE and alexrekas September 29, 2023 20:21
@bbodine1
Copy link
Contributor Author

@alexrekas
This screenshot shows the changes made to the carrier portal landing page

image

alexrekas
alexrekas previously approved these changes Sep 29, 2023
Copy link

@alexrekas alexrekas 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, will be interested to see it live when merged. thank you!

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 0

Commits Files that changed from the base of the PR and between f8fc54f and 892234e.
Files selected for processing (1)
  • libs/carrier-portal/member-search/src/lib/member-search/member-search.component.html (1 hunks)
Files skipped from review due to trivial changes (1)
  • libs/carrier-portal/member-search/src/lib/member-search/member-search.component.html

@bbodine1 bbodine1 marked this pull request as draft October 3, 2023 22:34
@bbodine1 bbodine1 changed the title 75 landing page updates landing page updates Oct 3, 2023
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.

Landing Page Updates
2 participants