Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:TypeScript language:JavaScript

Filter by

35.2M results  (767 ms)

35.2M results

Summary Two settings routes exist with overlapping purpose: a standalone /settings page and /dashboard/settings with sub-routes for preferences, security, and notifications. Affected files - src/app/settings/page.tsx ...
cleanup
routing
ux

When the onchain repo deploys new contracts to testnet, the frontend s contract addresses must be updated. Currently this is manual. Fix: Create a GitHub Actions workflow that: 1. Is triggered by a ...

Deployments are currently manual. Contributors don t know when their work is live. Fix: Add to .github/workflows/deploy.yml triggered on push to main: 1. Run full CI 2. Deploy frontend-v2 to Vercel ...

Daylens should feel exactly the same on Linux as it does on a Mac — the same honest timeline, the same blocks named for what someone was actually doing, the same Apps view, the same AI that s read their ...

E2e tests that test the Stellar integration need testnet contract addresses available in CI. Fix: Add to the CI workflow after unit tests: - name: E2E tests env: NEXT_PUBLIC_CONTRACT_CERTIFICATES: ...

There is no CI workflow. PRs can be merged with TypeScript errors, ESLint violations, and failing tests. Fix: Create .github/workflows/ci.yml: name: CI on: [push, pull_request] jobs: ci: runs-on: ...

Parent: #718 Related: #438, #439 Problem The original delivery-retrospective memo called out two planning visibility gaps that are not covered by #727: - Hygiene checks can look like the main task ...
enhancement
workflow

There are no coverage thresholds. PRs can be merged with 0% test coverage. Fix: Add to vitest.config.ts: coverage: { provider: v8 , thresholds: { lines: 40, functions: 40, branches: ...

Automated end-to-end test of the kubestellar-console-bot GitHub App. This issue was created by the Console App Roundtrip workflow to verify that issues created via the App s installation token are correctly ...

Fix: Create e2e/enrollment.spec.ts: 1. Login as student 2. Browse courses, navigate to a paid course 3. Click Enroll — Stellar payment flow opens 4. Mock wallet signing — transaction hash is submitted ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.