11<!--
2- Copyright 2025 Google LLC
2+ Copyright 2024 Google LLC
33
44 Licensed under the Apache License, Version 2.0 (the "License");
55 you may not use this file except in compliance with the License.
1616< div class ="site-layout h-screen overflow-scroll ">
1717 < div class ="w-full py-4 flex flex-col lg:px-12 mb-8 ">
1818 <!-- Icon and Title Section -->
19- @if (viewCodeLink) {
20- < div
21- class ="w-full mr-8 flex items-center justify-center ">
22- < div class ="pl-[10%] pr-[10%] banner font-light flex flex-col sm:flex-row items-center ">
23- < img src ="assets/link.svg " class ="link ">
24- < span > {{viewCodeMessage}}</ span >
25- < a mat-button class ="m-1 " [href] ="viewCodeLink " target ="_blank " rel ="noopener "> Create Workspace</ a >
26- </ div >
27- </ div >
28- }
29- < div class ="flex items-center p-6 pb-0 pl-[10%] justify-start ">
19+ < div class ="flex items-center p-8 pl-[10%] justify-start ">
3020 < img
31- src ="../assets/gemini_logo.svg "
21+ src ="../assets/Spark_Gradient.png "
3222 alt ="Icon "
3323 class ="w-12 h-12 mr-4 "
3424 />
35- < h1 class ="text-2xl md:text-3xl ">
25+ < h1 class ="text-3xl " style =" font-family: 'Helvetica Neue', sans-serif ">
3626 Planning with the Gemini API
3727 </ h1 >
3828 </ div >
3929
4030 < div
41- class ="w-full p-4 py-0 flex flex-col lg:items-start lg:flex-row lg:gap-6 justify-between items-center mx-auto "
31+ class ="w-full p-4 flex flex-col lg:items-start lg:flex-row lg:gap-6 justify-between items-center mx-auto "
4232 >
4333 <!-- Task Generation -->
4434 < div
@@ -47,7 +37,7 @@ <h1 class="text-2xl md:text-3xl">
4737 < div class ="flex-grow flex flex-col justify-between overflow-scroll ">
4838 < div >
4939 <!-- Checkbox Images Section -->
50- < div class ="w-full flex gap-12 mb-4 p-4 justify-center mx-auto ">
40+ < div class ="w-[90%] flex gap-12 justify-center mx-auto ">
5141 < app-checkboximage
5242 #location
5343 [src] ="'/assets/location.png' "
@@ -65,7 +55,7 @@ <h1 class="text-2xl md:text-3xl">
6555 <!-- Prompt Input Section -->
6656 < form >
6757 < div class ="w-full flex flex-col justify-between gap-4 mb-4 p-4 lg:flex-row xl:flex-row ">
68- < mat-form-field class ="w-full mb-8 " appearance ="outline ">
58+ < mat-form-field class ="w-11/12 mb-8 " appearance ="outline ">
6959 < mat-label > Add a prompt</ mat-label >
7060 < textarea
7161 [formControl] ="formControls.prompt "
@@ -90,15 +80,15 @@ <h1 class="text-2xl md:text-3xl">
9080 </ mat-form-field >
9181 < button
9282 mat-button
93- class ="mt-6 flex items-center gap-2 pr-4 with-bg "
83+ class ="mt-6 flex items-center gap-2 pr-4 "
9484 (click) ="onGoClick() "
9585 [disabled] ="!formControls.prompt.value "
9686 >
9787 < span class ="flex items-center ">
9888 < img
9989 src ="../assets/spark_icon_24.svg "
10090 alt ="Gemini Icon "
101- class ="w-12 h-6 "
91+ class ="w-6 h-6 "
10292 />
10393 < span class ="p-2 "> Go</ span >
10494 </ span >
@@ -128,8 +118,8 @@ <h1 class="text-2xl md:text-3xl">
128118 < div class ="flex flex-row gap-4 w-full justify-end ">
129119 < button
130120 mat-button
131- [disabled] ="!generatedTask || !(firestoreReady | async) "
132- class ="w-36 text-md with-bg "
121+ [disabled] ="!generatedTask "
122+ class ="w-36 text-md "
133123 (click) ="onSave() "
134124 >
135125 Save
0 commit comments