Skip to content

Commit

Permalink
a4: update package
Browse files Browse the repository at this point in the history
budgeting: remove old, unused react components
  • Loading branch information
vellip authored and hom3mad3 committed Feb 6, 2025
1 parent a729e86 commit a1aa1fa
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 242 deletions.
138 changes: 0 additions & 138 deletions meinberlin/react/budgeting/BudgetingProposalList.jsx

This file was deleted.

57 changes: 0 additions & 57 deletions meinberlin/react/budgeting/EndSessionLink.jsx

This file was deleted.

43 changes: 0 additions & 43 deletions meinberlin/react/budgeting/__tests__/EndSessionLink.jest.jsx

This file was deleted.

2 changes: 0 additions & 2 deletions meinberlin/react/budgeting/react_proposals_init.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'
import django from 'django'
import { createRoot } from 'react-dom/client'
import { widget as ReactWidget } from 'adhocracy4'
// import { BudgetingProposalList } from './BudgetingProposalList.jsx'
import { BrowserRouter } from 'react-router'
import { FetchItemsProvider } from '../contrib/contexts/FetchItemsProvider'
import { ListMapView } from '../contrib/map/ListMapView'
Expand All @@ -22,7 +21,6 @@ function init () {
<FetchItemsProvider {...props} isMapAndList>
<ListMapView {...props} listStr={translations.list} />
</FetchItemsProvider>
{/* <BudgetingProposalList {...props} /> */}
</BrowserRouter>
</React.StrictMode>
)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@react-leaflet/core": "^2.1.0",
"@turf/turf": "^6.5.0",
"acorn": "8.14.0",
"adhocracy4": "liqd/adhocracy4#b7508567d7d1ef99313702e3e8e8fef7e696922e",
"adhocracy4": "liqd/adhocracy4#39e188c832746c6ed6dd4aacf3543538f6b580e5",
"autoprefixer": "10.4.20",
"bootstrap": "5.2.3",
"copy-webpack-plugin": "12.0.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A4
git+https://github.com/liqd/adhocracy4.git@b7508567d7d1ef99313702e3e8e8fef7e696922e#egg=adhocracy4
git+https://github.com/liqd/adhocracy4.git@39e188c832746c6ed6dd4aacf3543538f6b580e5#egg=adhocracy4

# Additional requirements
beautifulsoup4==4.12.3
Expand Down

0 comments on commit a1aa1fa

Please sign in to comment.