{"id":51784091,"url":"https://github.com/theryansmee/taskflow-ngx-command-palette-demo","last_synced_at":"2026-07-20T15:03:15.956Z","repository":{"id":371941773,"uuid":"1304351102","full_name":"theryansmee/taskflow-ngx-command-palette-demo","owner":"theryansmee","description":"AI-generated Angular demo app (TaskFlow) showcasing @theryansmee/ngx-command-palette — a keyboard-driven command palette with custom item templates, search, and navigation.","archived":false,"fork":false,"pushed_at":"2026-07-17T20:46:06.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-17T22:24:22.433Z","etag":null,"topics":["ai-generated","angular","angular-components","angular22","command-palette","demo","keyboard-shortcuts","ngx-command-palette","typescript","ui-components"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theryansmee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-17T20:03:34.000Z","updated_at":"2026-07-17T20:45:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/theryansmee/taskflow-ngx-command-palette-demo","commit_stats":null,"previous_names":["theryansmee/taskflow-ngx-command-palette-demo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/theryansmee/taskflow-ngx-command-palette-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theryansmee%2Ftaskflow-ngx-command-palette-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theryansmee%2Ftaskflow-ngx-command-palette-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theryansmee%2Ftaskflow-ngx-command-palette-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theryansmee%2Ftaskflow-ngx-command-palette-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theryansmee","download_url":"https://codeload.github.com/theryansmee/taskflow-ngx-command-palette-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theryansmee%2Ftaskflow-ngx-command-palette-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35690129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-generated","angular","angular-components","angular22","command-palette","demo","keyboard-shortcuts","ngx-command-palette","typescript","ui-components"],"created_at":"2026-07-20T15:03:15.347Z","updated_at":"2026-07-20T15:03:15.951Z","avatar_url":"https://github.com/theryansmee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TaskFlow — ngx-command-palette demo\n\n\u003e ⚠️ **This is not a real app.** TaskFlow is an AI-generated demo project built purely to showcase [`@theryansmee/ngx-command-palette`](https://github.com/theryansmee/ngx-command-palette) in a realistic-looking Angular application. There is no backend — all data is mocked in-memory — and it is not intended for production use.\n\nTaskFlow is a Linear/Jira-style project management UI (dashboard, board, backlog, timeline, projects, team, activity, settings) built with Angular 22. Its only purpose is to demonstrate what integrating a command palette into a real-world app looks like.\n\n## 🚀 Try it live\n\n**[Open the demo on StackBlitz](https://stackblitz.com/~/github.com/theryansmee/taskflow-ngx-command-palette-demo)** — once it loads, press \u003ckbd\u003e⌘K\u003c/kbd\u003e / \u003ckbd\u003eCtrl+K\u003c/kbd\u003e and try:\n\n- **Change the theme with sub-commands** — run `Change Theme...` and pick Light / Dark / System from its child page (same for `Set Density...`)\n- **Navigate anywhere** — `Go to Board`, `Go to Dashboard`, `Go to Team`, … every page is a command away\n- **Drill into a project** — `Open Project...` opens a child page listing every project, then its views (Board, List, Timeline, Backlog)\n- **Search issues asynchronously** — `Search Issues...` queries the mock API by key, title, or description as you type\n- **Find a teammate** — `Find Teammate...` searches users and jumps to their profile\n- **Fuzzy-search everything** — just start typing from the root; commands, pages, and projects all match\n\n## What this demonstrates\n\n`main` integrates [`@theryansmee/ngx-command-palette`](https://www.npmjs.com/package/@theryansmee/ngx-command-palette), showing:\n\n- **Global keyboard-driven palette** — open it with \u003ckbd\u003e⌘K\u003c/kbd\u003e / \u003ckbd\u003eCtrl+K\u003c/kbd\u003e from anywhere in the app\n- **Navigation commands** — jump to any page (board, backlog, timeline, settings, …)\n- **Custom item templates** — richer palette items than plain text\n- **Async/searchable data** — palette items backed by a mock API service\n\nCompare with the [`base-project-without-command-palette`](../../tree/base-project-without-command-palette) branch to see the same app **without** the palette — the diff between the two branches is the entire integration, a useful guide for adding the palette to your own app.\n\n## Links\n\n- 📦 npm: [`@theryansmee/ngx-command-palette`](https://www.npmjs.com/package/@theryansmee/ngx-command-palette)\n- 💻 Library source: [theryansmee/ngx-command-palette](https://github.com/theryansmee/ngx-command-palette)\n\n## Running the demo\n\n```bash\nnpm install\nnpm start\n```\n\nThen open `http://localhost:4200/` and press \u003ckbd\u003e⌘K\u003c/kbd\u003e (or \u003ckbd\u003eCtrl+K\u003c/kbd\u003e).\n\n## Branches\n\n| Branch | Contents |\n| --- | --- |\n| [`main`](../../tree/main) | TaskFlow with `@theryansmee/ngx-command-palette` integrated |\n| [`base-project-without-command-palette`](../../tree/base-project-without-command-palette) | The base TaskFlow app, no command palette |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheryansmee%2Ftaskflow-ngx-command-palette-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheryansmee%2Ftaskflow-ngx-command-palette-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheryansmee%2Ftaskflow-ngx-command-palette-demo/lists"}