summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/StepContainer.tsx
AgeCommit message (Collapse)Author
2023-09-28Past input (#513)Nate Sesti
* feat: :construction: use ComboBox in place of UserInputContainer * feat: :construction: adding context to previous inputs steps * feat: :sparkles: preview context items on click * feat: :construction: more work on context items ui * style: :construction: working out the details of ctx item buttons * feat: :sparkles: getting the final details * fix: :bug: fix height of ctx items bar * fix: :bug: last couple of details * fix: :bug: pass model param through to hf inference api * fix: :loud_sound: better logging for timeout * feat: :sparkles: option to set the meilisearch url * fix: :bug: fix height of past inputs
2023-09-24feat: :lipstick: setting to change font sizeNate Sesti
2023-09-23UI Redesign and fixing many details (#496)Nate Sesti
* feat: :lipstick: start of major design upgrade * feat: :lipstick: model selection page * feat: :lipstick: use shortcut to add highlighted code as ctx * feat: :lipstick: better display of errors * feat: :lipstick: ui for learning keyboard shortcuts, more details * refactor: :construction: testing slash commands ui * Truncate continue.log * refactor: :construction: refactoring client_session, ui, more * feat: :bug: layout fixes * refactor: :lipstick: ui to enter OpenAI Key * refactor: :truck: rename MaybeProxyOpenAI -> OpenAIFreeTrial * starting help center * removing old shortcut docs * fix: :bug: fix model setting logic to avoid overwrites * feat: :lipstick: tutorial and model descriptions * refactor: :truck: rename unused -> saved * refactor: :truck: rename model roles * feat: :lipstick: edit indicator * refactor: :lipstick: move +, folder icons * feat: :lipstick: tab to clear all context * fix: :bug: context providers ui fixes * fix: :bug: fix lag when stopping step * fix: :bug: don't override system message for models * fix: :bug: fix continue button cursor * feat: :lipstick: title bar * fix: :bug: updates to code highlighting logic and more * fix: :bug: fix renaming of summarize model role * feat: :lipstick: help page and better session title * feat: :lipstick: more help page / ui improvements * feat: :lipstick: set session title * fix: :bug: small fixes for changing sessions * fix: :bug: perfecting the highlighting code and ctx interactions * style: :lipstick: sticky headers for scroll, ollama warming * fix: :bug: fix toggle bug --------- Co-authored-by: Ty Dunn <ty@tydunn.com>
2023-09-06adjusting some design review notes (#462)Ty Dunn
Co-authored-by: Nate Sesti <sestinj@gmail.com>
2023-08-12feat: :lipstick: UI Improvements!Nate Sesti
2023-08-08fix: :lipstick: fix UI problems in vscode light themesNate Sesti
2023-08-04feat: :zap: queue messages before load, then sendNate Sesti
2023-08-03feat: :lipstick: small ui tweaks, detached child processNate Sesti
2023-08-03refactor: :lipstick: smaller iconsNate Sesti
2023-08-01fix icon sizesNate Sesti
2023-08-01use hero-icons, instead of styled-icons/heroiconsNate Sesti
2023-07-22@ feature (very large commit)Nate Sesti
2023-07-17show exact prompt/completion logsNate Sesti
2023-07-17anthropic supportNate Sesti
2023-07-17disambiguate highlighted ranges with dirnameNate Sesti
2023-07-17match vscode color themeNate Sesti
2023-07-15use correct label for meta keyNate Sesti
2023-07-15ctrl shortcuts on windows, load models immediatelyNate Sesti
2023-07-14insidious client_state vs application_state errNate Sesti
2023-07-14copy while streaming!Nate Sesti
2023-07-12getVisibleFilesNate Sesti
2023-07-06detailsNate Sesti
2023-07-06fixing command history and dropdownNate Sesti
2023-07-05ui overhaulNate Sesti
2023-07-05detailsNate Sesti
2023-07-04stop inside of circleTy Dunn
2023-07-04Merge branch 'main' into stopTy Dunn
2023-07-04new stopTy Dunn
2023-07-04detailsNate Sesti
2023-07-03slash commands and better designed user input boxNate Sesti
2023-07-01explicit context pill buttonsNate Sesti
2023-06-28patchNate Sesti
2023-06-25don't call python function, otherNate Sesti
2023-06-18moving gradient loaderNate Sesti
2023-06-17more ui detailsNate Sesti
2023-06-17ui detailsNate Sesti
2023-06-16polishingNate Sesti
2023-06-15hover icons for descriptionNate Sesti
2023-06-15At last, we are rid of corner squaresNate Sesti
2023-06-13env to .env to be caught by .gitignoreNate Sesti
2023-06-12Merge branch 'main' into superset-of-chatNate Sesti
2023-06-12fixing feedback on dlt recipesNate Sesti
2023-06-12clear history and delete step buttonsNate Sesti
2023-06-12calculate diff and highlight changesNate Sesti
2023-06-07dlt stuffNate Sesti
2023-06-06trying to reliably capture terminal output in vscNate Sesti
2023-06-06many design improvementsNate Sesti
2023-06-05Enter button on user inputNate Sesti
2023-06-03error handling and step retryNate Sesti
2023-06-03show step details on toggleNate Sesti