devhatt / octopost

Octopost is an open source service from Devhat that was created to guide new developers for free
https://devhatt.github.io/octopost/
MIT License
65 stars 45 forks source link

chore: refactor searchclue render logic #437

Closed Luiginicoletti closed 3 months ago

Luiginicoletti commented 3 months ago

Closes

Feature Neste PR simplesmente ajustamos a logica de renderizacao do searchClue onde ele estava sendo renderizado enquanto nao havia texto e escondido quando havia texto. ![image](https://github.com/devhatt/octopost/assets/17785028/51a298fd-4bbc-498c-b098-60d1694e2f64) Agora funcionando como deveria. ![image](https://github.com/devhatt/octopost/assets/17785028/8839edc9-6f59-4a21-a23a-43da8e0d308d) apenas alteramos a ordem das logicas. ![image](https://github.com/devhatt/octopost/assets/17785028/36b22e9b-7446-4548-bdad-346fb5f10990)
github-actions[bot] commented 3 months ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 35.5% 131 / 369
🔵 Statements 36.65% 147 / 401
🔵 Functions 41.5% 66 / 159
🔵 Branches 47.01% 63 / 134
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/pages/home/components/Sidebar/Sidebar.tsx 0% 0% 0% 0% 18-21, 23-25, 24, 24, 35-38, 36-37, 43, 43, 56, 97
Generated in workflow #1035