Update branding to use proper PullFlow naming conventions#78
Merged
zakmandhro merged 4 commits intomainfrom Aug 8, 2025
Merged
Update branding to use proper PullFlow naming conventions#78zakmandhro merged 4 commits intomainfrom
zakmandhro merged 4 commits intomainfrom
Conversation
- Updated all references from 'pullflow' to 'PullFlow' for consistent branding - Modified package.json display name and publisher fields - Updated README.md with correct PullFlow branding - Standardized logo and icon references - Updated all code references to use proper PullFlow casing - Maintained technical functionality while improving brand consistency
There was a problem hiding this comment.
Pull Request Overview
This PR updates the branding throughout the VS Code extension codebase from "Pullflow" to "PullFlow" for consistent naming conventions.
- Updated all user-facing strings to use proper "PullFlow" casing
- Modified package.json metadata and command titles for consistent branding
- Updated asset references to use the new logo filename
Reviewed Changes
Copilot reviewed 13 out of 16 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/views/webviews/welcome/welcome.ts | Updated welcome page title, HTML content, and branding text to use "PullFlow" |
| src/views/statusBar/statusBar.ts | Updated status bar tooltips and text to display "PullFlow" |
| src/utils/trace.ts | Updated extension ID reference to use "PullFlow" publisher |
| src/utils/pullRequestsState.ts | Updated error messages to display "PullFlow" |
| src/utils/logger.ts | Updated output channel name to "PullFlow" |
| src/pullRequestQuickActions/pullRequestQuickActions.ts | Updated user notification messages to use "PullFlow" |
| src/messages/messagePublisher.ts | Updated error messages referencing the platform name |
| src/commands/signIn.ts | Updated sign-in error messages to use "PullFlow" |
| src/commands/reconnect.ts | Updated reconnection logging and messages |
| src/commands/activePullRequests.ts | Updated informational message branding |
| package.json | Updated publisher, display name, command titles, and asset references |
| README.md | Updated all documentation to use "PullFlow" branding |
| .vscode/settings.json | Updated spell checker dictionary to include "PullFlow" |
…y, and update footer content
amnanwar
approved these changes
Aug 3, 2025
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.
Summary
This PR updates the branding throughout the codebase to use the proper PullFlow naming conventions for consistency.
Changes Made
Testing
This change ensures the PullFlow brand is represented consistently throughout the VS Code extension.