Skip to content

Commit

Permalink
Merge pull request #57 from orbit-love/feature/remove-legacy-widget
Browse files Browse the repository at this point in the history
[EPIC] Remove old widget!
  • Loading branch information
delete-44 authored Jun 2, 2023
2 parents e1ac1c0 + af5cdf5 commit 1f3eb5c
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 1,484 deletions.
10 changes: 0 additions & 10 deletions app.json

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "orbit-browser-extension",
"version": "0.6.0",
"description": "The Orbit extension brings all your community data right at your fingertips",
"description": "The Orbit extension: all your community data, right at your fingertips.",
"repository": "[email protected]:orbit-love/orbit-browser-extension.git",
"contributors": [
{
Expand All @@ -28,7 +28,6 @@
"@babel/plugin-transform-runtime": "^7.10.0",
"@parcel/config-webextension": "^2.8.3",
"@parcel/transformer-inline-string": "2.8.3",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/dom": "^9.2.0",
"jest": "^29.5.0",
"jest-chrome": "0.8.0",
Expand Down
5 changes: 2 additions & 3 deletions src/components/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class Widget extends LitElement {
<div class="flex flex-col">
<!-- Name -->
<span class="block text-lg font-semibold leading-5 text-gray-900"
>${this.member.name}</span
>${this.member.name || this.member.slug}</span
>
<!-- Title -->
Expand Down Expand Up @@ -364,8 +364,7 @@ class Widget extends LitElement {
<a
target="_blank"
rel="noreferrer noopener"
href="${ORBIT_ROOT_URL}/${this.workspace}/members/${this.member
.slug}"
href="${ORBIT_ROOT_URL}/${this.workspace}/members/${this.member.slug}"
class="block py-5 px-4 w-full text-left text-[#6C4DF6] font-semibold truncate rounded-b-md hover:bg-gray-100 focus:bg-gray-100"
>
Visit Orbit profile &rarr;
Expand Down
78 changes: 0 additions & 78 deletions src/github/dom-helpers.js

This file was deleted.

94 changes: 0 additions & 94 deletions src/github/github.js

This file was deleted.

66 changes: 0 additions & 66 deletions src/github/orbit-action.css

This file was deleted.

Loading

0 comments on commit 1f3eb5c

Please sign in to comment.