diff --git a/README.md b/README.md index bd1133a..03b9267 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Untappd Data Visualised v2.2.0 +# Untappd Data Visualised v2.3.0 ## This is the repo for [tappd.online](https:///tappd.online), no need to install anymore! @@ -41,6 +41,7 @@ After setting filters, the following lists are presented in either a chart or li - Filter by countries drank at - Filter by cities drank at - Filter by tagged friends +- NEW: Filter by beer type - Show checkins on a map - Frequency: Beer ABV - Frequency: Beers per year @@ -53,7 +54,7 @@ After setting filters, the following lists are presented in either a chart or li - Cumulative beer count (year) - Beer type apprecation list - Basic statistics -- NEW: Filter by beer type +- COMING SOON: 'wrapped' png export ``` @@ -70,11 +71,12 @@ After setting filters, the following lists are presented in either a chart or li ## Recent changes -- 12-05-2024: And [we're live!](https://tappd.online) -- 04-05-2024: Added sorting filters to the beer overview -- 04-05-2024: Added a basic statistics block as first tile on the dashboard -- 15-06-2024: Added the 'tagged_friends' filter to the overview + bug fixes -- 25-11-2024: Add the option to filter by beer type, improved country overlay on MapBox maps + bug fixes +- 12-05-2024: v2.0.1 And [we're live!](https://tappd.online) +- 04-05-2024: v2.0.2 Added sorting filters to the beer overview +- 04-05-2024: v2.1.0 Added a basic statistics block as first tile on the dashboard +- 15-06-2024: v2.2.0 Added the 'tagged_friends' filter to the overview + bug fixes +- 25-11-2024: v2.3.0 Add the option to filter by beer type, improved country overlay on MapBox maps + bug fixes +- 25-11-2024: v2.1.0 Fixed a date range bug + added sort option to Beer type chart, sortable by 'total results' and 'beer type' ## Future wishes diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index 693c33b..a4cee66 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -15,7 +15,7 @@ import DateSelector from './DateSelector.jsx'; import YearFilterButtons from './YearFilterButtons.jsx'; import DashboardHeader from './DashboardHeader.jsx'; import BeerTypeChart from '../Charts/BeerTypeChart/BeerTypeChart.jsx'; -import WrappedGenerator from '../Wrapped/WrappedGenerator.jsx'; +// import WrappedGenerator from '../Wrapped/WrappedGenerator.jsx'; import { filterBeerData, getDefaultStartDate, getDefaultEndDate } from '../../utils/'; @@ -80,12 +80,12 @@ const Dashboard = () => { return (
- + /> */} {filteredData && filteredData.length > 0 ? (
{ sjaakbanaan -
Powered by Untappd
+
v2.3.0, powered by Untappd
); };