jdhuntington / whatsnext

0 stars 0 forks source link

Create "Quick entry window" #2

Closed jdhuntington closed 2 weeks ago

jdhuntington commented 3 weeks ago

@jacob-ai-bot please build this:

As an end user So that I can quickly enter a new todo When I press i I want my focus to move to a floating window that lets me enter information about a new task.

This should live in capture.tsx

jacob-ai-bot[bot] commented 3 weeks ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-ai-bot[bot] commented 3 weeks ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

Command failed: npm run build

> whatsnext@0.0.0 build
> tsc && vite build

src/components/import/import.tsx(17,10): error TS6133: 'doc' is declared but its value is never read.
src/components/next-actions/next-actions.tsx(38,11): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'Task'.
src/components/next-actions/next-actions.tsx(42,11): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'SerializedTask'.
  No index signature with a parameter of type 'string' was found on type 'SerializedTask'.
src/components/next-actions/next-actions.tsx(42,34): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'SerializedTask'.
  No index signature with a parameter of type 'string' was found on type 'SerializedTask'.