feat: add linear-style dashboard example with mock APIs#423
Open
feat: add linear-style dashboard example with mock APIs#423
Conversation
…and improve chat API response structure
Add a new Next.js example app that mimics Linear's dark issues UI and includes dummy endpoints for issues, projects, teams, cycles, labels, users, workflow states, and comments so product/demo flows can be tested without a backend. Made-with: Cursor
Change project name from "openui-dashboard" to "tangential" across various files, including package.json, layout metadata, sidebar, and seed data. Update TypeScript route definitions to reflect the new structure.
…r-dashboard-dummy-app Made-with: Cursor # Conflicts: # packages/lang-core/src/index.ts # packages/lang-core/src/library.ts # packages/lang-core/src/parser/index.ts # packages/lang-core/src/parser/parser.ts # packages/lang-core/src/parser/prompt.ts # pnpm-lock.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
examples/openui-dashboardNext.js app with a Linear-inspired dark issues UI (sidebar, top bar, grouped issue list, and issue detail view)Test plan
pnpm --filter openui-dashboard lintpnpm --filter openui-dashboard buildpnpm --filter openui-dashboard devand manually verify:/issuesrenders grouped issue list and navigation chrome/issues/[id]loads issue details and commentsGET /api/issues,GET /api/projects,GET /api/workflow-statesreturn seeded dataMade with Cursor