Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: granular diffs #112

Open
wants to merge 6 commits into
base: alpha
Choose a base branch
from
Open

WIP: granular diffs #112

wants to merge 6 commits into from

Commits on Sep 18, 2024

  1. WIP: granular diffs

    MarcMcIntosh committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a170894 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge branch 'alpha' into granular-diffs

     Conflicts:
    	src/components/ChatContent/DiffContent.tsx
    
     Changes to be committed:
    	modified:   package-lock.json
    	modified:   package.json
    	modified:   src/__fixtures__/chat.ts
    	modified:   src/__fixtures__/history.ts
    	modified:   src/__tests__/DeleteChat.test.tsx
    	modified:   src/__tests__/RestoreChat.test.tsx
    	modified:   src/app/store.ts
    	modified:   src/components/Callout/Callout.module.css
    	modified:   src/components/Callout/Callout.tsx
    	modified:   src/components/Callout/index.ts
    	modified:   src/components/Chat/Chat.tsx
    	modified:   src/components/ChatContent/ContextFiles.tsx
    	modified:   src/components/ChatContent/DiffContent.tsx
    	modified:   src/components/ChatForm/ChatForm.tsx
    	modified:   src/components/Link/Link.module.css
    	modified:   src/components/Link/Link.tsx
    	modified:   src/components/Toolbar/Dropdown.tsx
    	modified:   src/components/Toolbar/Toolbar.tsx
    	modified:   src/features/Chat/Thread/actions.ts
    	modified:   src/features/Chat/Thread/reducer.ts
    	modified:   src/features/Chat/Thread/selectors.ts
    	modified:   src/features/Chat/Thread/types.ts
    	new file:   src/features/Errors/warningSlice.ts
    	modified:   src/features/History/historySlice.ts
    	modified:   src/hooks/useEventBusForIDE.ts
    	modified:   src/hooks/useSendChatRequest.ts
    	modified:   src/services/refact/chat.ts
    	modified:   src/services/refact/consts.ts
    	modified:   src/services/refact/diffs.ts
    	modified:   src/services/refact/index.ts
    	renamed:    src/services/refact/fullpath.ts -> src/services/refact/path.ts
    	modified:   src/services/refact/types.ts
    	new file:   src/utils/takeFromLast.ts
    MarcMcIntosh committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0a2b71a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5479f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39b27c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f2926f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e2cf3f View commit details
    Browse the repository at this point in the history