Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
45aab54
🏗️ [UPDATE] Remove sponsor links from README.md while retaining spons…
bastndev Oct 8, 2025
74c2141
🏗️ [UPDATE] Update author link and formatting in README.md; adjust sp…
bastndev Oct 8, 2025
fadab68
🔍️ [ADD] search and dropdown
bastndev Oct 9, 2025
ebb85f3
🏗️ [REFACTOR] center search adn dropdown icon
bastndev Oct 10, 2025
9dcea94
🏗️ [BETTER] UI of container-sd
bastndev Oct 10, 2025
679219b
🏗️ [REFACTOR] ui search and delete focus border
bastndev Oct 10, 2025
3a8f951
🏗️ [ADD] Implement search dropdown and suggestions in UI
bastndev Oct 11, 2025
177d7cb
🏗️ [CLEAR] center and aling items
gohitx Oct 13, 2025
73bf472
🏗️ [CENTER] container-sd
gohitx Oct 13, 2025
2fe3a43
Refactor CSS styles by commenting out background colors in main.css a…
gohitx Oct 13, 2025
e2a2a8d
🏗️ [REFACTOR] Clean up and organize SCSS styles in _compare-panel.scss
gohitx Oct 13, 2025
f245312
🏗️ [REFACTOR] Clean up and organize SCSS styles in _compare-code.scss
gohitx Oct 13, 2025
97c2bad
🏗️ [REFACTOR] Clean up and organize SCSS styles in _compare-panel.scss
gohitx Oct 13, 2025
1910bff
🏗️ [REFACTOR] Clean up and organize styles in main.css and _compare-p…
gohitx Oct 13, 2025
e96639b
🏗️ [REFACTOR] Rename search-container to file-selector-container in m…
gohitx Oct 13, 2025
2552e0f
🏗️ [REFACTOR] Clean up and organize SCSS styles in _compare-panel.scss
gohitx Oct 13, 2025
9ff0acf
🏗️ [REFACTOR] Clean up and organize SCSS styles in _compare-panel.scss
gohitx Oct 13, 2025
e48f26f
🏗️ [ADD] Implement FileExplorerService for file search functionality
gohitx Oct 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 11 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ ext install bastndev.compare-code

If you want to contribute, check the guidelines: [[>_ᅠ]](https://github.com/bastndev/Compare-Code/blob/main/CONTRIBUTING.md).

| [![bastndev](https://github.com/bastndev.png?size=100)](https://www.bastndev.com) |
| :-------------------------------------------------------------------------------: |
| **[Gohit Bastian](https://github.com/bastndev)** |
| _Creator & Maintainer_ |
| ![bastndev](https://github.com/bastndev.png?size=100) |
| :---------------------------------------------------: |
| **[Gohit Bastian](https://www.bastndev.com)** |
| _Creator & Maintainer_ |

## About Me

Expand All @@ -113,22 +113,17 @@ If you want to contribute, check the guidelines: [[>_ᅠ]](https://github.com/ba

<br>

## Sponsors <a href="https://github.com/sponsors/bastndev"><img src="https://raw.githubusercontent.com/bastndev/Compare-Code/refs/heads/main/assets/images/sponsor.png" width="20"/></a>
## Sponsors <img src="https://raw.githubusercontent.com/bastndev/Compare-Code/refs/heads/main/assets/images/sponsor.png" width="20"/>

<div align="center">
<table>
<div align="center"><table>
<tr>
<td align="center">
<a href="https://github.com/sponsors/bastndev">
<img src="https://avatars.githubusercontent.com/u/94884563?v=4" width="80" height="80" style="border-radius: 50%;" alt="Sponsor 1"/>
<p>Lams</p>
</a>
<img src="https://avatars.githubusercontent.com/u/94884563?v=4" width="80" height="80" style="border-radius: 50%;" alt="Sponsor 1"/>
<p>Lams</p>
</td>
<td align="center">
<a href="https://github.com/sponsors/bastndev">
<img src="https://avatars.githubusercontent.com/u/54255862?v=4" width="80" height="80" style="border-radius: 50%;" alt="Sponsor 2"/>
<p>M</p>
</a>
<img src="https://avatars.githubusercontent.com/u/54255862?v=4" width="80" height="80" style="border-radius: 50%;" alt="Sponsor 2"/>
<p>M</p>
</td>
</tr>
</table>
Expand All @@ -150,7 +145,7 @@ If you want to contribute, check the guidelines: [[>_ᅠ]](https://github.com/ba
<br>

<div align="center">
<p><strong>Made with 🧡 by <a href="https://bastndev.com/extensions">@bastndev</a></strong></p>
<p><strong>Made with 🧡 by <a href="https://github.com/bastndev">@bastndev</a></strong></p>

**Enjoy 🎉 (Compare Code) is now installed!**
*If you find any bugs or have feedback, please [open an issue](https://github.com/bastndev/Compare-Code/issues)*
Expand Down
Empty file.
Loading