devika icon indicating copy to clipboard operation
devika copied to clipboard

On Click of dropdown create project button UI is not properly aligned

Open Dcode36 opened this issue 1 year ago • 4 comments

after click on drop down the create project button is not properly aligned its width and not looking good.

Screenshot 2024-03-27 at 11 40 12 PM

Dcode36 avatar Mar 27 '24 18:03 Dcode36

I get the same, thanks for reporting

rowbot1 avatar Mar 27 '24 20:03 rowbot1

Same

CDotNightHawk avatar Mar 28 '24 00:03 CDotNightHawk

localhost/:1 Access to fetch at 'http://127.0.0.1:1337/api/project-list' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. api.js:28

   GET http://127.0.0.1:1337/api/project-list net::ERR_FAILED 426 (Upgrade Required)

window.fetch @ fetcher.js?v=2a2b36c1:65 fetchProjectList @ api.js:28 (anonymous) @ +page.svelte:21 setInterval (async) (anonymous) @ +page.svelte:20 run @ chunk-663KAPRR.js?v=2a2b36c1:30 (anonymous) @ chunk-663KAPRR.js?v=2a2b36c1:2136 flush @ chunk-663KAPRR.js?v=2a2b36c1:1333 init @ chunk-663KAPRR.js?v=2a2b36c1:2217 Root @ root.svelte:21 createProxiedComponent @ svelte-hooks.js?v=2a2b36c1:341 ProxyComponent @ proxy.js?v=2a2b36c1:242 Proxy<Root> @ proxy.js?v=2a2b36c1:349 initialize @ client.js?v=2a2b36c1:433 _hydrate @ client.js?v=2a2b36c1:2385 await in _hydrate (async) start @ client.js?v=2a2b36c1:293 (anonymous) @ (index):1057 Promise.then (async) (anonymous) @ (index):1056 Show 11 more frames Show less fetcher.js?v=2a2b36c1:65

CDotNightHawk avatar Mar 28 '24 00:03 CDotNightHawk

same with the model choose dropdown at the first time loading

huangjingcai avatar Mar 28 '24 03:03 huangjingcai

fetch the latest changes. already fixed

ARajgor avatar Apr 03 '24 19:04 ARajgor