Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion plugins/ascii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"dependencies": {
"clsx": "^2.1.1",
"colorjs.io": "^0.5.2",
"framer-plugin": "^3.6.0",
"ogl": "^1.0.11",
"react": "^18.3.1",
Expand Down
89 changes: 0 additions & 89 deletions plugins/code-versions/src/utils/diff/diff-blocks.ts
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This file is mostly a duplicate of line-diff.ts in the same folder.

This file was deleted.

75 changes: 0 additions & 75 deletions plugins/csv-import/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,6 @@ body {
padding-bottom: 15px;
}

.create-collection {
display: flex;
flex-direction: column;
align-items: stretch;
padding: 10px;
gap: 10px;
height: 100%;
}

.create-collection input {
width: 100%;
}

.select-csv-file {
display: flex;
flex-direction: column;
Expand All @@ -60,10 +47,6 @@ body {
flex: 1;
}

.flex1 {
flex: 1;
}

/* Main screen */

.file-input {
Expand Down Expand Up @@ -177,64 +160,6 @@ body {
padding-left: 30px;
}

.create-collection-button {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 0;
flex-shrink: 0;
}

.create-collection-icon {
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s ease;
}

.create-collection-icon.active {
transform: rotate(45deg);
}

.create-collection-section {
width: 100%;
max-height: 0;
overflow: hidden;
transition:
max-height 0.3s ease,
opacity 0.3s ease;
opacity: 0;
}

.create-collection-section.expanded {
max-height: 100px;
opacity: 1;
}

.create-collection-form {
display: flex;
gap: 8px;
padding-top: 8px;
width: 100%;
}

.create-collection-input {
flex: 1;
min-width: 0;
}

.create-collection-submit-button {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 0;
flex-shrink: 0;
}

/* Manage conflicts screen */

.manage-conflicts .content {
Expand Down
3 changes: 0 additions & 3 deletions plugins/doodles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
},
"dependencies": {
"@radix-ui/react-slider": "^1.3.6",
"extract-colors": "^4.2.1",
"framer-plugin": "^3.6.0",
"motion": "^12.23.12",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-sketch-canvas": "^6.2.0"
},
Expand Down
1 change: 0 additions & 1 deletion plugins/flip-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"comlink": "^4.4.2",
"framer-plugin": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
5 changes: 1 addition & 4 deletions plugins/google-search-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^6.0.0",
"react-feather": "^2.0.10",
"react-is": "^18.3.1",
"recharts": "^3.2.0",
"valibot": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@types/react-is": "^18.3.1"
"@types/react-dom": "^18.3.7"
}
}
12 changes: 0 additions & 12 deletions plugins/google-search-console/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,18 +277,6 @@ body {
font-size: 12px;
}

.reindex-button {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5em;
}

.reindex-button svg {
width: 1.4em;
height: 1.4em;
}

.tabs-nav {
background: var(--framer-color-bg-secondary);
display: flex;
Expand Down
32 changes: 0 additions & 32 deletions plugins/google-search-console/src/api.ts

This file was deleted.

51 changes: 0 additions & 51 deletions plugins/google-search-console/src/components/ReIndexButton.tsx
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This code was never used. The component was commented out in the initial commit for the search console plugin.

Image

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hubspot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"react-dom": "^18.3.1",
"react-error-boundary": "^6.0.0",
"tailwindcss": "^4.1.13",
"usehooks-ts": "^3.1.1",
"valibot": "^1.2.0",
"wouter": "^3.7.1"
},
Expand Down
1 change: 0 additions & 1 deletion plugins/photobooth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"base64-arraybuffer": "^1.0.2",
"framer-plugin": "^3.6.0",
"motion": "^12.23.12",
"react": "^18.3.1",
Expand Down
6 changes: 0 additions & 6 deletions plugins/renamer/src/search/filter_labels.ts

This file was deleted.

Loading
Loading