Refactor branding and enhance transaction handling in codebase#15
Merged
dhanushlnaik merged 5 commits intoAvarchLLC:mainfrom Mar 9, 2026
Merged
Refactor branding and enhance transaction handling in codebase#15dhanushlnaik merged 5 commits intoAvarchLLC:mainfrom
dhanushlnaik merged 5 commits intoAvarchLLC:mainfrom
Conversation
…the codebase - Updated course descriptions and email templates to reflect the new branding. - Changed subdomain validation from "ethed" to "eipsinsight". - Modified IPFS handling to use new identifiers and image URIs. - Enhanced NFT metadata generation to include unique SVG certificates. - Adjusted database connection URL examples for clarity. - Updated proxy security comments to align with new platform branding.
…connection message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request performs a comprehensive rebranding of the project from "EthEd" to "EIPsInsight Academy" across the entire codebase. It updates all user-facing names, repository links, configuration files, and documentation to reflect the new identity. Additionally, it includes a new utility script for probing database regions and some improvements to navigation layout.
The most important changes include:
Project Rebranding:
Renamed all references from "EthEd" to "EIPsInsight Academy" in user-facing UI components, documentation (
README.md,SETUP.md), and metadata files such aspackage.jsonandpublic/manifest.json[1] [2] [3] [4] [5] [6] F43e5db8L43R43, [7] [8] [9] [10] [11] [12] [13] [14].Updated all repository, social, and external links to use the new "eipsinsight" organization and URLs [1] [2] [3] [4] [5] [6].
Changed database and backup naming conventions to match the new project name [1] [2].
UI and Navigation Improvements:
navbar.tsx) to improve layout, placing the logo and navigation links together on the left and simplifying the right section for auth and theme toggling [1] [2] [3] [4].New Utility Script:
_find-region.mjs, a script to probe Supabase database regions and report connection status for each AWS region.These updates ensure a consistent new brand identity and improve the maintainability and clarity of the codebase.