Skip to content

aura app migration to core#2

Open
Bob-six wants to merge 6 commits into
mainfrom
aura/fix/rerender-issues
Open

aura app migration to core#2
Bob-six wants to merge 6 commits into
mainfrom
aura/fix/rerender-issues

Conversation

@Bob-six

@Bob-six Bob-six commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Bob-six added 6 commits May 29, 2026 19:09
added base migration app for aura named core
…mponent for displaying impacts

feat: Enhance Avatar component to support fallback image URLs

feat: Update HomeHeader to include role-based icons and colors for view switcher

feat: Add loading skeletons for level progress and list components

feat: Implement update prompt for PWA with service worker registration and version checking

feat: Introduce new SubjectSelfPage for navigating to the user's own profile

fix: Improve IndexedDB health check and handle loading states in the splash screen

chore: Add role styling utilities for visual identity based on evaluation categories

chore: Create a service worker plugin for PWA build process
…vior

- Implemented dashboard API with endpoints for project management and payment processing in `dashboard.ts`.
- Updated `index.ts` to export the new dashboard API.
- Enhanced `DialogElement` in `dialog.ts` to manage dialog visibility more effectively, including handling reopening during exit animations and ensuring proper cleanup after hiding.
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aura-dashboard Ready Ready Preview, Comment Jul 14, 2026 7:41am
aura-frontend Ready Ready Preview, Comment Jul 14, 2026 7:41am
aura-get-verified Ready Ready Preview, Comment Jul 14, 2026 7:41am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
aura Ignored Ignored Jul 14, 2026 7:41am

Request Review

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 185 files, which is 35 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: fd2ebe4d-7ad8-4a92-93f3-cbac19afef8f

📥 Commits

Reviewing files that changed from the base of the PR and between 2238216 and 66ea855.

⛔ Files ignored due to path filters (3)
  • apps/core/bun.lock is excluded by !**/*.lock
  • apps/core/public/global/logo.png is excluded by !**/*.png
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (185)
  • .gitignore
  • CLAUDE.md
  • apps/aura/package.json
  • apps/aura/src/app/index.css
  • apps/aura/src/app/providers.tsx
  • apps/aura/src/app/routes/_app.subject.$id/route.tsx
  • apps/aura/src/components/Shared/ActivitiesCard/activity-chart/index.tsx
  • apps/aura/src/components/Shared/ProfileEvaluation/connected-card-body.tsx
  • apps/aura/src/components/Shared/ProfileEvaluation/connection-info.tsx
  • apps/aura/src/components/Shared/ProfileEvaluation/connection-information.tsx
  • apps/aura/src/components/Shared/ProfileEvaluation/evaluated-card-body.tsx
  • apps/aura/src/components/Shared/ProfileEvaluation/index.tsx
  • apps/aura/src/components/Shared/ProfileOverview/evaluations-chart/index.tsx
  • apps/aura/src/lib/queryClient.ts
  • apps/aura/src/lib/queryPersister.ts
  • apps/core/.gitignore
  • apps/core/AGENTS.md
  • apps/core/PORTING_PLAN.md
  • apps/core/aura-ui.d.ts
  • apps/core/index.html
  • apps/core/package.json
  • apps/core/src/components/charts/chart-help.tsx
  • apps/core/src/components/charts/colors.ts
  • apps/core/src/components/charts/evaluations-chart.tsx
  • apps/core/src/components/charts/impact-strip.tsx
  • apps/core/src/components/charts/zoom-controls.tsx
  • apps/core/src/components/evaluation/credibility-details.tsx
  • apps/core/src/components/evaluation/evaluate-modal.tsx
  • apps/core/src/components/evaluation/evaluation-card.tsx
  • apps/core/src/components/evaluation/op-notifications.tsx
  • apps/core/src/components/home/avatar.tsx
  • apps/core/src/components/home/home-header.tsx
  • apps/core/src/components/home/level-progress.tsx
  • apps/core/src/components/home/profile-header-card.tsx
  • apps/core/src/components/home/profile-info-performance.tsx
  • apps/core/src/components/home/profile-not-found-hint.tsx
  • apps/core/src/components/home/progress-bar.tsx
  • apps/core/src/components/home/requirements-checklist.tsx
  • apps/core/src/components/home/subject-card.tsx
  • apps/core/src/components/home/subject-list-controls.tsx
  • apps/core/src/components/list/incremental-list.tsx
  • apps/core/src/components/list/list-skeleton.tsx
  • apps/core/src/components/list/list-state.tsx
  • apps/core/src/components/motions/fade-in.tsx
  • apps/core/src/components/motions/scale.tsx
  • apps/core/src/components/notifications/notifications-checker.tsx
  • apps/core/src/components/search/global-search.tsx
  • apps/core/src/components/settings/logout-button.tsx
  • apps/core/src/components/settings/setting-card.tsx
  • apps/core/src/components/settings/theme-toggle.tsx
  • apps/core/src/components/settings/version-card.tsx
  • apps/core/src/components/shared/app-header.tsx
  • apps/core/src/components/shared/level-score.tsx
  • apps/core/src/components/shared/notification-bell.tsx
  • apps/core/src/components/shared/skeleton.tsx
  • apps/core/src/components/shared/update-prompt.tsx
  • apps/core/src/components/subject/connection-card.tsx
  • apps/core/src/components/subject/evidence-help.tsx
  • apps/core/src/components/subject/subject-profile-card.tsx
  • apps/core/src/globals.d.ts
  • apps/core/src/hooks/use-backup.ts
  • apps/core/src/hooks/use-evaluate-subject.ts
  • apps/core/src/hooks/use-levelup-progress.ts
  • apps/core/src/hooks/use-my-evaluations.ts
  • apps/core/src/hooks/use-require-session.ts
  • apps/core/src/hooks/use-subject-inbound-evaluations.ts
  • apps/core/src/hooks/use-subject-verifications.ts
  • apps/core/src/hooks/use-subjects-list.ts
  • apps/core/src/hooks/use-view-mode.ts
  • apps/core/src/index.css
  • apps/core/src/index.tsx
  • apps/core/src/providers.tsx
  • apps/core/src/queries/backup.ts
  • apps/core/src/queries/connections.ts
  • apps/core/src/queries/contacts.ts
  • apps/core/src/queries/evaluations.ts
  • apps/core/src/router.ts
  • apps/core/src/routes/[...404].tsx
  • apps/core/src/routes/_layout.tsx
  • apps/core/src/routes/about.tsx
  • apps/core/src/routes/contact-info.tsx
  • apps/core/src/routes/dashboard.tsx
  • apps/core/src/routes/domain-overview.tsx
  • apps/core/src/routes/home/[view]/_layout.tsx
  • apps/core/src/routes/home/[view]/index.tsx
  • apps/core/src/routes/home/[view]/levelup.tsx
  • apps/core/src/routes/home/index.tsx
  • apps/core/src/routes/index.tsx
  • apps/core/src/routes/login.tsx
  • apps/core/src/routes/notifications.tsx
  • apps/core/src/routes/onboarding.tsx
  • apps/core/src/routes/role-management.tsx
  • apps/core/src/routes/settings.tsx
  • apps/core/src/routes/subject/[id]/[viewas].tsx
  • apps/core/src/routes/subject/[id]/index.tsx
  • apps/core/src/routes/subject/index.tsx
  • apps/core/src/shared/lib/api.ts
  • apps/core/src/shared/lib/contacts.ts
  • apps/core/src/shared/lib/db-check.ts
  • apps/core/src/shared/lib/env.ts
  • apps/core/src/shared/lib/number.ts
  • apps/core/src/shared/lib/pwa.ts
  • apps/core/src/shared/lib/role-style.ts
  • apps/core/src/shared/lib/text.ts
  • apps/core/src/shared/lib/time.ts
  • apps/core/src/shared/lib/url-defaults.ts
  • apps/core/src/shared/lib/urls.ts
  • apps/core/src/store/auth.ts
  • apps/core/src/store/contacts.ts
  • apps/core/src/store/notifications.ts
  • apps/core/src/store/onboarding.ts
  • apps/core/src/store/operations.ts
  • apps/core/src/store/preferences.ts
  • apps/core/src/store/recovery.ts
  • apps/core/src/store/roles.ts
  • apps/core/src/types/notifications.ts
  • apps/core/sw-plugin.ts
  • apps/core/tsconfig.json
  • apps/core/vercel.json
  • apps/core/vite.config.ts
  • apps/demo-integration/.env.example
  • apps/demo-integration/README.md
  • apps/demo-integration/index.html
  • apps/demo-integration/package.json
  • apps/demo-integration/src/App.tsx
  • apps/demo-integration/src/main.tsx
  • apps/demo-integration/src/styles.css
  • apps/demo-integration/src/vite-env.d.ts
  • apps/demo-integration/tsconfig.json
  • apps/demo-integration/vite.config.ts
  • apps/docs/app/components/[slug]/page.tsx
  • apps/docs/app/components/_components/Controls.tsx
  • apps/docs/app/components/_components/CopyButton.tsx
  • apps/docs/app/components/_components/CssVarsPanel.tsx
  • apps/docs/app/components/_components/Playground.tsx
  • apps/docs/app/components/_components/PropsTable.tsx
  • apps/docs/app/components/_components/snippet.ts
  • apps/docs/app/components/_registry/badge.ts
  • apps/docs/app/components/_registry/button.ts
  • apps/docs/app/components/_registry/card.ts
  • apps/docs/app/components/_registry/index.ts
  • apps/docs/app/components/_registry/input.ts
  • apps/docs/app/components/_registry/separator.ts
  • apps/docs/app/components/_registry/text.ts
  • apps/docs/app/components/_registry/types.ts
  • apps/docs/app/components/layout.tsx
  • apps/docs/app/components/page.tsx
  • apps/docs/app/components/providers.tsx
  • apps/docs/app/globals.css
  • apps/docs/app/page.tsx
  • apps/docs/app/query/_components/Code.tsx
  • apps/docs/aura-ui.d.ts
  • apps/interface/src/utils/apis/index.ts
  • packages/domain/package.json
  • packages/domain/src/channel.ts
  • packages/domain/src/crypto.ts
  • packages/domain/src/globals.d.ts
  • packages/domain/src/http.ts
  • packages/domain/src/index.ts
  • packages/domain/src/labels.ts
  • packages/domain/src/levels.ts
  • packages/domain/src/notifications.ts
  • packages/domain/src/operations.ts
  • packages/domain/src/passkeys.ts
  • packages/domain/src/recovery.ts
  • packages/domain/src/score.ts
  • packages/domain/src/types/aura.ts
  • packages/domain/src/types/dashboard.ts
  • packages/domain/src/types/evaluations.ts
  • packages/domain/src/verifications.ts
  • packages/domain/src/view-mode.ts
  • packages/domain/tsconfig.json
  • packages/sdk/package.json
  • packages/sdk/src/apis/dashboard.ts
  • packages/sdk/src/apis/index.ts
  • packages/sdk/src/utils/crypto.ts
  • packages/ui/package.json
  • packages/ui/src/components/button.ts
  • packages/ui/src/components/card.ts
  • packages/ui/src/components/dialog.ts
  • packages/ui/src/components/head.ts
  • packages/ui/src/components/tab.ts
  • packages/ui/src/components/text.ts
  • packages/widgets/src/verification/index.ts
  • packages/widgets/src/verification/success-step.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch aura/fix/rerender-issues

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant