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
16 changes: 8 additions & 8 deletions apps/nowcasting-app/.bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,49 @@
{
"config/constants": {
"scope": "openclimatefix.nowcasting-ui",
"version": "2d85a41a06e6a88a47be7e9f6640e183f544f535",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "nowcasting-ui/config/constants"
},
"helpers/global-state": {
"scope": "openclimatefix.nowcasting-ui",
"version": "3aa0ba6421560ebc771d20fb81da96890b4afe02",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "nowcasting-ui/helpers/global-state"
},
"helpers/utils": {
"scope": "openclimatefix.nowcasting-ui",
"version": "5eef1983976f95dfdc73aca5b3dc7f9d388019ed",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "nowcasting-ui/helpers/utils"
},
"icons/icons": {
"scope": "openclimatefix.nowcasting-ui",
"version": "ea31239d3480642c9ce2dbc77ffe0b5ed1b5ccdb",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "nowcasting-ui/icons/icons"
},
"icons/logo": {
"scope": "openclimatefix.nowcasting-ui",
"version": "6667cb48e159b21398040cd4170154980398e1a2",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "nowcasting-ui/icons/logo"
},
"layout/header": {
"scope": "openclimatefix.nowcasting-ui",
"version": "f649ced28a24a78d733ed24d1edad168057e7047",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "nowcasting-ui/layout/header"
},
"misc/chart-info": {
"scope": "openclimatefix.nowcasting-ui",
"version": "78d53fbf60df1e82c9c0791f572e66fb4ad4e423",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "nowcasting-ui/misc/chart-info"
},
"misc/tooltip": {
"scope": "openclimatefix.nowcasting-ui",
"version": "b2bc99110a7ea2ff6e0776bac58c72a9b5593080",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "nowcasting-ui/misc/tooltip"
},
Expand Down
2 changes: 2 additions & 0 deletions apps/nowcasting-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ yarn-error.log*
# Sentry
.sentryclirc

.bit
.yarn
1 change: 1 addition & 0 deletions apps/nowcasting-app/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@openclimatefix:registry=https://node.bit.cloud
135 changes: 0 additions & 135 deletions apps/nowcasting-app/nowcasting-ui/layout/header/profile-dropdown.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/nowcasting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@auth0/nextjs-auth0": "^1.8.0",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@openclimatefix/nowcasting-ui.layout.header": "^0.0.0-f649ced28a24a78d733ed24d1edad168057e7047",
"@openclimatefix/nowcasting-ui.layout.header": "^0.0.3",
"@react-icons/all-files": "^4.1.0",
"@sentry/nextjs": "^6.19.7",
"axios": "^0.27.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/nowcasting-app/workspace.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* this is the main configuration file of your bit workspace.
* for full documentation, please see: https://bit.dev/docs/workspace/workspace-configuration
**/{
**/ {
"$schema": "https://static.bit.dev/teambit/schemas/schema.json",
/**
* main configuration of the Bit workspace.
Expand Down Expand Up @@ -61,4 +61,4 @@
// "teambit.react/react": { }
}
}
}
}
Loading