File tree Expand file tree Collapse file tree 6 files changed +22
-20
lines changed
Expand file tree Collapse file tree 6 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " A Semantic File Search Desktop Application"
55authors = [" pAkalpa" ]
66license = " "
Original file line number Diff line number Diff line change 88 },
99 "package" : {
1010 "productName" : " File Sense" ,
11- "version" : " 0.1.0 "
11+ "version" : " 0.1.1 "
1212 },
1313 "tauri" : {
1414 "systemTray" : {
106106 "visible" : false
107107 },
108108 {
109- "width" : 400 ,
110- "height" : 200 ,
109+ "width" : 330 ,
110+ "height" : 128 ,
111111 "decorations" : false ,
112112 "url" : " splashscreen.html" ,
113113 "label" : " splashscreen" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " frontend" ,
33 "private" : true ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
Original file line number Diff line number Diff line change 202202
203203 .home-container {
204204 width : 100% ;
205+ height : 100% ;
205206 display : flex;
206207 overflow : auto;
207- min-height : 100vh ;
208208 align-items : center;
209209 border-color : var (--dl-color-gray-black );
210210 border-width : 1px ;
213213 background-color : # fff ;
214214 }
215215 .home-container1 {
216- flex : 0 0 auto ;
217- width : 400 px ;
218- height : 200 px ;
216+ flex : 0 0 100 % ;
217+ width : 100 % ;
218+ height : 100 % ;
219219 display : flex;
220220 align-items : center;
221221 border-color : # 000000 ;
222222 border-style : solid;
223223 border-width : 2px ;
224- border-radius : var (--dl-radius-radius-radius8 );
225224 flex-direction : column;
226225 justify-content : center;
227226 background-color : # 18181a ;
228227 }
229228 .home-container2 {
230- flex : 0 0 auto;
229+ flex : 0 0 100% ;
230+ margin-top : 2% ;
231+ margin-bottom : 2% ;
231232 width : auto;
232233 height : 100% ;
233234 display : flex;
237238 }
238239 .home-r1 {
239240 gap : var (--dl-space-space-unit );
240- flex : 0 0 auto ;
241+ flex : 0 0 100 % ;
241242 width : var (--dl-size-size-xlarge );
242- height : auto ;
243+ height : 100 % ;
243244 display : flex;
244245 align-items : center;
245246 justify-content : center;
251252 .home-container3 {
252253 flex : 0 0 auto;
253254 width : auto;
254- height : auto ;
255+ height : 100 % ;
255256 display : flex;
256257 align-items : flex-end;
257258 flex-direction : column;
278279 .home-r2 {
279280 flex : 0 0 auto;
280281 width : 100% ;
282+ padding-right : 1% ;
281283 height : auto;
282284 display : flex;
283285 margin-top : var (--dl-space-space-halfunit );
284286 align-items : flex-start;
285- justify-content : flex-start ;
287+ justify-content : flex-end ;
286288 }
287289 .home-text3 {
288290 color : rgb (255 , 255 , 255 );
294296 .home-r3 {
295297 flex : 0 0 auto;
296298 width : 100% ;
297- height : auto ;
299+ height : 100 % ;
298300 display : flex;
299301 margin-top : var (--dl-space-space-halfunit );
300302 align-items : flex-start;
314316 < img alt ="image " src ="icon-200h.png " class ="home-image " />
315317 < div class ="home-container3 ">
316318 < h1 class ="home-text "> File Sense</ h1 >
317- < span class ="home-text1 "> Semantic File Search</ span >
319+ < span class ="home-text1 "> Semantic Image Search</ span >
318320 < span class ="home-text2 "> by Pasindu Akalpa</ span >
319321 </ div >
320322 </ div >
321- < div class ="home-r2 "> < h1 class ="home-text3 "> v. 1.0 </ h1 > </ div >
323+ < div class ="home-r2 "> < h1 class ="home-text3 "> v0.1.1 </ h1 > </ div >
322324 < div class ="home-r3 ">
323325 < img
324326 src ="infinity-1.3s-200px-200h.gif "
Original file line number Diff line number Diff line change 11{
22 "name" : " file-sense" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " A Semantic File Search Desktop Application" ,
55 "scripts" : {
66 "postinstall" : " node py-install.js && cd frontend && yarn" ,
You can’t perform that action at this time.
0 commit comments