Răsfoiți Sursa

wip(app): progress

Adam 1 lună în urmă
părinte
comite
e6ba241045

+ 1 - 1
packages/app/src/components/prompt-input.tsx

@@ -1460,7 +1460,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
             </div>
             </div>
           </div>
           </div>
         </Show>
         </Show>
-        <Show when={prompt.context.items().length > 0 || !!activeFile()}>
+        <Show when={false && (prompt.context.items().length > 0 || !!activeFile())}>
           <div class="flex flex-wrap items-center gap-2 px-3 pt-3">
           <div class="flex flex-wrap items-center gap-2 px-3 pt-3">
             <Show when={prompt.context.activeTab() ? activeFile() : undefined}>
             <Show when={prompt.context.activeTab() ? activeFile() : undefined}>
               {(path) => (
               {(path) => (

+ 1 - 1
packages/app/src/pages/session.tsx

@@ -1213,7 +1213,7 @@ export default function Page() {
                       >
                       >
                         <Show when={selection()}>
                         <Show when={selection()}>
                           {(sel) => (
                           {(sel) => (
-                            <div class="sticky top-0 z-10 px-6 py-2 flex justify-end bg-background-base border-b border-border-weak-base">
+                            <div class="hidden sticky top-0 z-10 px-6 py-2 _flex justify-end bg-background-base border-b border-border-weak-base">
                               <button
                               <button
                                 type="button"
                                 type="button"
                                 class="flex items-center gap-2 px-2 py-1 rounded-md bg-surface-base border border-border-base text-12-regular text-text-strong hover:bg-surface-raised-base-hover"
                                 class="flex items-center gap-2 px-2 py-1 rounded-md bg-surface-base border border-border-base text-12-regular text-text-strong hover:bg-surface-raised-base-hover"