issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:TypeScript
Filter by
35.2M results
Summary
Route lists and labels are hard-coded in multiple components instead of deriving from one shared registry.
Affected files
- src/lib/routeMetadata.tsx
- src/components/CommandPalette.tsx ...
cleanup
refactor
routing
Description
As part of a comprehensive language review, all content of the documentary website must be reviewed and standardized in
both German and English.
Tasks
Translation Review
- Verify that ...
Without a PR template, contributors submit PRs with no description or test evidence.
Fix: Create .github/PULL_REQUEST_TEMPLATE.md:
## What does this PR do?
## Related issue
Closes #
## Type of change ...
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

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 IssuesProTip! Restrict your search to the title by using the in:title qualifier.