Skip to content

Commit 9c5ef33

Browse files
committed
[dashboard] Re-implement Plans page for new dashboard
1 parent ca0f7f1 commit 9c5ef33

File tree

5 files changed

+474
-35
lines changed

5 files changed

+474
-35
lines changed

components/dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@gitpod/gitpod-protocol": "0.1.5",
8+
"countries-list": "^2.6.1",
89
"moment": "^2.29.1",
910
"chargebee": "2.4.1",
1011
"react": "^17.0.1",

components/dashboard/src/images.ts

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,28 @@
44
* See License-AGPL.txt in the project root for license information.
55
*/
66

7+
import bitbucket from './images/bitbucket.svg';
8+
import copy from './images/copy.svg';
9+
import exclamation from './images/exclamation.svg';
710
import github from './images/github.svg';
811
import gitlab from './images/gitlab.svg';
9-
import bitbucket from './images/bitbucket.svg';
10-
import terminal from './images/terminal.svg';
1112
import gitpod from './images/gitpod.svg';
1213
import gitpodIcon from './icons/gitpod.svg';
14+
import info from './images/info.svg';
15+
import terminal from './images/terminal.svg';
1316
import theia from './images/theia-gray.svg';
1417
import vscode from './images/vscode.svg';
15-
import copy from './images/copy.svg';
16-
import exclamation from './images/exclamation.svg';
1718

1819
export {
20+
bitbucket,
21+
copy,
22+
exclamation,
1923
github,
2024
gitlab,
21-
bitbucket,
22-
terminal,
2325
gitpod,
2426
gitpodIcon,
27+
info,
28+
terminal,
2529
theia,
2630
vscode,
27-
copy,
28-
exclamation,
2931
}
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)