Skip to content

Commit

Permalink
Merge pull request #1465 from ecency/bugfix/submit-screen
Browse files Browse the repository at this point in the history
Bugfix/submit screen
  • Loading branch information
feruzm authored Sep 19, 2023
2 parents 08ceb3f + af243ec commit 9886f65
Show file tree
Hide file tree
Showing 23 changed files with 621 additions and 2,226 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@ecency/render-helper": "^2.2.26",
"@ecency/render-helper-amp": "^1.1.0",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@firebase/analytics": "^0.8.0",
"@firebase/app": "^0.7.28",
"@firebase/messaging": "^0.9.16",
Expand Down
7 changes: 1 addition & 6 deletions src/common/api/private-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,7 @@ export const addImage = (username: string, url: string): Promise<any> => {
export interface DraftMetadata extends MetaData {
beneficiaries: BeneficiaryRoute[];
rewardType: RewardType;
isThreespeak?: boolean;
speakAuthor?: string;
speakPermlink?: string;
videoId?: string;
isNsfw?: boolean;
videoMetadata?: ThreeSpeakVideo;
videos?: Record<string, ThreeSpeakVideo>;
}

export interface Draft {
Expand Down
Loading

0 comments on commit 9886f65

Please sign in to comment.