Skip to content

Commit

Permalink
Merge pull request #19 from DenisaCG/refactor
Browse files Browse the repository at this point in the history
Refactor functionalities and files
  • Loading branch information
DenisaCG authored Jun 21, 2024
2 parents cc7611a + 3cff493 commit e386954
Show file tree
Hide file tree
Showing 5 changed files with 863 additions and 752 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@aws-sdk/client-s3": "^3.511.0",
"@aws-sdk/s3-request-presigner": "^3.511.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/coreutils": "^6.2.2",
"@lumino/coreutils": "2.1.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import driveSvg from '../style/driveIconFileBrowser.svg';
import newDriveSvg from '../style/newDriveIcon.svg';

export const DriveIcon = new LabIcon({
name: '@jupyter/jupydrive-s3:drive',
name: 'jupydrive-s3:drive',
svgstr: driveSvg
});

export const NewDriveIcon = new LabIcon({
name: '@jupyter/jupydrive-s3:new-drive',
name: 'jupydrive-s3:new-drive',
svgstr: newDriveSvg
});
Loading

0 comments on commit e386954

Please sign in to comment.