Skip to content

Commit

Permalink
🔍 Rename publication to post for v3 preparation: v12 (#pre-lens-v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth authored and Pierre committed Nov 14, 2024
1 parent bb0af1d commit 3df6538
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/Post/MutedPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const MutedPost: FC<MutedPostProps> = ({
onClick={(event) => {
stopEventPropagation(event);
setShowMutedPublication(true);
Leafwatch.track(POST.TOGGLE_MUTED_PUBLICATION);
Leafwatch.track(POST.TOGGLE_MUTED_POST);
}}
outline
>
Expand Down
48 changes: 24 additions & 24 deletions packages/data/tracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,46 +45,46 @@ export const POST = {
OPEN: "Open image attachment"
}
},
BOOKMARK: "Bookmark publication",
CLICK_CASHTAG: "Click publication cashtag",
CLICK_CLUB: "Click publication club",
CLICK_FRAME_BUTTON: "Click publication frame button",
CLICK_HASHTAG: "Click publication hashtag",
CLICK_MENTION: "Click publication mention",
CLICK_OEMBED: "Click publication oembed",
BOOKMARK: "Bookmark post",
CLICK_CASHTAG: "Click post cashtag",
CLICK_CLUB: "Click post club",
CLICK_FRAME_BUTTON: "Click post frame button",
CLICK_HASHTAG: "Click post hashtag",
CLICK_MENTION: "Click post mention",
CLICK_OEMBED: "Click post oembed",
COLLECT_MODULE: {
COLLECT: "Collect publication",
COLLECT: "Collect post",
DOWNLOAD_COLLECTORS: "Download collectors CSV file",
OPEN_COLLECT: "Open collect modal",
OPEN_UNISWAP: "Open Uniswap"
},
COPY_ID: "Copy publication ID",
COPY_TEXT: "Copy publication text",
DELETE: "Delete publication",
LIKE: "Like publication",
MIRROR: "Mirror publication",
COPY_ID: "Copy post ID",
COPY_TEXT: "Copy post text",
DELETE: "Delete post",
LIKE: "Like post",
MIRROR: "Mirror post",
NEW_COMMENT: "New comment",
NEW_POST: "New post",
NEW_QUOTE: "New quote",
NOT_INTERESTED: "Not interested publication",
NOT_INTERESTED: "Not interested post",
OPEN_GIFS: "Open GIFs modal",
OPEN_LIKES: "Open likes modal",
OPEN_MIRRORS: "Open mirrors modal",
OPEN_COLLECTORS: "Open collectors modal",
REMOVE_BOOKMARK: "Remove bookmark publication",
REPORT: "Report publication",
SHARE: "Share publication",
REMOVE_BOOKMARK: "Remove bookmark post",
REPORT: "Report post",
SHARE: "Share post",
TIP: {
ENABLE: "Tipping enabled",
TIP: "Tip"
},
TOGGLE_HIDE_COMMENT: "Toggle publication hide comment",
TOGGLE_MUTED_PUBLICATION: "Toggle muted publication",
TRANSLATE: "Translate publication",
UNDO_MIRROR: "Undo mirror publication",
UNDO_NOT_INTERESTED: "Undo not interested publication",
UNLIKE: "Unlike publication",
UNPIN: "Unpin publication",
TOGGLE_HIDE_COMMENT: "Toggle post hide comment",
TOGGLE_MUTED_POST: "Toggle muted post",
TRANSLATE: "Translate post",
UNDO_MIRROR: "Undo mirror post",
UNDO_NOT_INTERESTED: "Undo not interested post",
UNLIKE: "Unlike post",
UNPIN: "Unpin post",
WIDGET: {
POLL: { VOTE: "Vote on poll" }
}
Expand Down

1 comment on commit 3df6538

@vercel
Copy link

@vercel vercel bot commented on 3df6538 Nov 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./

web-heyxyz.vercel.app
heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
hey.xyz

Please sign in to comment.