refactor: types and variables to new name #3837
Merged
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.
What does this PR do?
🤖 Generated by Copilot at ee4187f
This pull request renames and updates various types, constants, and functions related to the domain change from
lenster
tohey
in the web app, the data package, and the feed workers. It also refactors some types to improve code quality and readability.Related issues
Fixes # (issue)
Type of change
Explanation of the changes
🤖 Generated by Copilot at ee4187f
@hey/types/lenster
package to@hey/types/hey
and update imports in several files (link, link, link, link, link, link, link)NewLensterAttachment
type toNewAttachment
and update imports and usages in several files (link, link, link, link, link, link, link, link, link, link)LENSTER_POLLS_SPACE
constant toHEY_POLLS_SPACE
and update definition and usages in several files (link, link, link, link)S3_BUCKET.LENSTER_MEDIA
constant toS3_BUCKET.HEY_MEDIA
and update definition and usage inuploadToIPFS.ts
andconstants.ts
(link, link)LENSTER_MOSTVIEWED
andLENSTER_MOSTINTERACTED
enum values toHEY_MOSTVIEWED
andHEY_MOSTINTERACTED
and update definition and usages in several files (link, link, link, link)lensterFeed
function toheyFeed
and update import and usage ingetPublicationIds.ts
(link, link)lensterMostInteracted
function toheyMostInteracted
and update name and export inheyMostInteracted.ts
(link, link)packages/workers/feeds/src/providers/lenster/README.md
file topackages/workers/feeds/src/providers/hey/README.md
(link)Emoji
🔄🚀🗳️