Skip to content

UI/add project logos#674

Merged
Zahnentferner merged 2 commits intoAOSSIE-Org:mainfrom
Himanshukumar2211:UI/Add-project-logos
Mar 16, 2026
Merged

UI/add project logos#674
Zahnentferner merged 2 commits intoAOSSIE-Org:mainfrom
Himanshukumar2211:UI/Add-project-logos

Conversation

@Himanshukumar2211
Copy link

@Himanshukumar2211 Himanshukumar2211 commented Mar 15, 2026

Addressed Issues:

Fixes #635

Screenshots:

before
Screenshot 2026-03-15 at 10 49 16 PM

after
Screenshot 2026-03-15 at 10 47 58 PM

Additional Notes

I reviewed the repositories of all projects that were using DefaultLogo.

For each project, I checked whether an official project logo exists.
If a logo was found in the repository, I added it to src/images and updated the corresponding logo field in src/helper/projects.js.

If a project does not have its own logo in the repository, I kept the existing DefaultLogo.

In total, 25 projects were using DefaultLogo.
Out of these, 12 projects actually have logos available, which are now added and used.


Projects that had logos but were not using them

  1. Devr.AI
  2. Rein
  3. LibrEd
  4. OrgExplorer
  5. Ell-ena
  6. NeuroTrack
  7. Starcross
  8. MindTheWord
  9. OpenChat
  10. OpenPeerChat (Flutter)
  11. OpenPeerChat (React Native)
  12. Skeptik

Projects that do not have a logo

For the following 13 projects, no project logo was found in their repositories, so DefaultLogo is still used.

  1. OpenVerifiableLLM
  2. WebSift
  3. InPactAI
  4. BabyNest
  5. SmartNotes
  6. Zplit
  7. DocPilot
  8. Perspective
  9. CodingAgent
  10. EduAid
  11. Sensala
  12. Crowd Alert Web
  13. DebateAI

I tried to thoroughly check each repository for logos (in folders such as assets, images, icons, and AppIcon directories).
However, it is possible that I may have missed a logo for some projects. If so, I would be happy to update the PR.

AI Usage Disclosure:

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.

Check one of the checkboxes below:

  • This PR does not contain AI-generated code at all.
  • This PR contains AI-generated code. I have read the AI Usage Policy and this PR complies with this policy. I have tested the code locally and I am responsible for it.

I have used the following AI models and tools: TODO

Checklist

  • My PR addresses a single issue, fixes a single bug or makes a single improvement.
  • My code follows the project's code style and conventions
  • If applicable, I have made corresponding changes or additions to the documentation
  • If applicable, I have made corresponding changes or additions to tests
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contribution Guidelines
  • Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.
  • I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.

Summary by CodeRabbit

  • New Features
    • Updated project listing to display custom logos for individual projects instead of default placeholders.

@coderabbitai
Copy link

coderabbitai bot commented Mar 15, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: dce64af7-2c06-4c92-b463-13573f358656

📥 Commits

Reviewing files that changed from the base of the PR and between ade8066 and aff49ad.

⛔ Files ignored due to path filters (10)
  • src/images/DevrAILogo.png is excluded by !**/*.png
  • src/images/EllenaLogo.svg is excluded by !**/*.svg
  • src/images/LibrEdLogo.png is excluded by !**/*.png
  • src/images/MindTheWordLogo.png is excluded by !**/*.png
  • src/images/NeuroTrackLogo.svg is excluded by !**/*.svg
  • src/images/OpenChatLogo.svg is excluded by !**/*.svg
  • src/images/OrgExplorerLogo.svg is excluded by !**/*.svg
  • src/images/ReinLogo.svg is excluded by !**/*.svg
  • src/images/SkeptikLogo.png is excluded by !**/*.png
  • src/images/StarcrossLogo.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • src/helper/projects.js

📝 Walkthrough

Walkthrough

This PR adds new logo imports and replaces DefaultLogo references with specific project-branded logos throughout the projects configuration file, addressing missing project branding on the projects listing page.

Changes

Cohort / File(s) Summary
Logo Imports and Configuration
src/helper/projects.js
Added 22 new logo imports (DevrAILogo, ReinLogo, LibrEdLogo, OrgExplorerLogo, EllenaLogo, NeuroTrackLogo, OpenChatLogo, MindTheWordLogo, StarcrossLogo, SkeptikLogo, and others) and replaced multiple DefaultLogo references with their corresponding project-specific logos across project definitions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • Zahnentferner

Poem

🐰 Logos bloom like spring flowers bright,
Each project now wears its own delight,
No more defaults, all generic and plain—
The projects now shine with their own campaign! 🎨✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'UI/add project logos' accurately describes the main change—adding specific project logos to replace DefaultLogo references.
Linked Issues check ✅ Passed The PR successfully addresses issue #635 by replacing DefaultLogo with 12 project-specific logos found in repositories, while maintaining DefaultLogo for 13 projects without available logos.
Out of Scope Changes check ✅ Passed All changes are within scope—only logo imports and references were modified to fulfill the objective of replacing DefaultLogo with available project logos.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Zahnentferner Zahnentferner merged commit 84c46fd into AOSSIE-Org:main Mar 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Projects are missing logos

2 participants