Skip to content

Commit

Permalink
Update dashboard frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 23, 2021
1 parent 1fdc41e commit da0a13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bee-node/src/plugins/dashboard/frontend
Submodule frontend updated 36 files
+25 −23,449 package-lock.json
+7 −7 src/app/App.tsx
+1 −0 src/app/components/layout/Dialog.scss
+1 −1 src/app/components/layout/Header.tsx
+4 −3 src/app/components/layout/TabPanel.tsx
+175 −0 src/app/components/plugins/Participation.scss
+690 −0 src/app/components/plugins/Participation.tsx
+45 −0 src/app/components/plugins/ParticipationState.ts
+68 −69 src/app/components/plugins/Spammer.tsx
+39 −6 src/app/components/tangle/PeersSummaryPanel.tsx
+10 −0 src/app/components/tangle/PeersSummaryState.ts
+26 −21 src/app/routes/Analytics.tsx
+1 −1 src/app/routes/Home.tsx
+38 −1 src/app/routes/Peer.tsx
+10 −0 src/app/routes/PeerState.ts
+31 −1 src/app/routes/Peers.tsx
+10 −0 src/app/routes/PeersState.ts
+10 −1 src/app/routes/Plugins.scss
+108 −0 src/app/routes/Plugins.tsx
+18 −0 src/app/routes/PluginsState.ts
+0 −158 src/app/routes/Settings.tsx
+0 −33 src/app/routes/SettingsState.ts
+2 −3 src/assets/plugins.svg
+3 −0 src/index.tsx
+6 −0 src/models/plugins/participation/IParticipationEvent.ts
+16 −0 src/models/plugins/participation/IParticipationEventAnswer.ts
+40 −0 src/models/plugins/participation/IParticipationEventInfo.ts
+43 −0 src/models/plugins/participation/IParticipationEventPayload.ts
+18 −0 src/models/plugins/participation/IParticipationEventQuestion.ts
+28 −0 src/models/plugins/participation/IParticipationEventStatus.ts
+6 −0 src/models/plugins/participation/IParticipationEvents.ts
+1 −1 src/scss/layout.scss
+4 −0 src/scss/standard.scss
+15 −6 src/utils/dataHelper.ts
+65 −3 src/utils/fetchHelper.ts
+33 −5 src/utils/formatHelper.ts

0 comments on commit da0a13b

Please sign in to comment.