Skip to content

Commit

Permalink
adding push button on each listview
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Apr 23, 2024
1 parent c492ce2 commit 0fb2ac2
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
imageTableCell,
languageTableCell,
lastChangesTableCell,
//locationTableCells,
pushDataTableCell,
publishedOnTableCell,
sourceTableCell,
} from '../../builder/tourism';
Expand Down Expand Up @@ -61,5 +61,6 @@ export const accommodationListView: ListViewConfig = {
},
},
publishedOnTableCell(),
pushDataTableCell(),
],
};
2 changes: 2 additions & 0 deletions databrowser/src/config/tourism/article/article.listView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
sourceTableCell,
titleTableCell,
publishedOnTableCell,
pushDataTableCell,
} from '../../builder/tourism';

export const articleListView: ListViewConfig = {
Expand Down Expand Up @@ -48,5 +49,6 @@ export const articleListView: ListViewConfig = {
lastChangesTableCell(),
sourceTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
2 changes: 2 additions & 0 deletions databrowser/src/config/tourism/district/district.listView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
publishedOnTableCell,
sourceTableCell,
titleTableCell,
pushDataTableCell,
} from '../../builder/tourism';

export const districtListView: ListViewConfig = {
Expand All @@ -35,5 +36,6 @@ export const districtListView: ListViewConfig = {
},
},
publishedOnTableCell(),
pushDataTableCell(),
],
};
2 changes: 2 additions & 0 deletions databrowser/src/config/tourism/event/event.listView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
languageTableCell,
lastChangesTableCell,
publishedOnTableCell,
pushDataTableCell,
sourceTableCell,
titleTableCell,
} from '../../builder/tourism';
Expand Down Expand Up @@ -60,5 +61,6 @@ export const eventListView: ListViewConfig = {
},
},
publishedOnTableCell(),
pushDataTableCell(),
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
languageTableCell,
lastChangesTableCell,
publishedOnTableCell,
pushDataTableCell,
sourceTableCell,
} from '../../builder/tourism';
import { DEFAULT_DATE_TIME_FORMAT } from '../../utils';
Expand Down Expand Up @@ -50,5 +51,6 @@ export const eventShortListView: ListViewConfig = {
lastChangesTableCell(),
sourceTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
lastChangesTableCell,
odhActiveTableCell,
sourceTableCell,
publishedOnTableCell,
pushDataTableCell,
} from '../../builder/tourism';

export const measuringPointListView: ListViewConfig = {
Expand Down Expand Up @@ -57,5 +59,7 @@ export const measuringPointListView: ListViewConfig = {
lastChangesTableCell(),
sourceTableCell(),
odhActiveTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
languageTableCell,
lastChangesTableCell,
publishedOnTableCell,
pushDataTableCell,
sourceTableCell,
titleTableCell,
} from '../../builder/tourism';
Expand All @@ -20,5 +21,6 @@ export const metaRegionListView: ListViewConfig = {
lastChangesTableCell(),
sourceTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
publishedOnTableCell,
sourceTableCell,
titleTableCell,
pushDataTableCell,
} from '../../builder/tourism';

export const municipalityListView: ListViewConfig = {
Expand Down Expand Up @@ -45,5 +46,6 @@ export const municipalityListView: ListViewConfig = {
},
},
publishedOnTableCell(),
pushDataTableCell(),
],
};
2 changes: 2 additions & 0 deletions databrowser/src/config/tourism/region/region.listView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
logoTableCell,
sourceTableCell,
publishedOnTableCell,
pushDataTableCell,
titleTableCell,
} from '../../builder/tourism';

Expand All @@ -22,5 +23,6 @@ export const regionListView: ListViewConfig = {
lastChangesTableCell(),
sourceTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
2 changes: 2 additions & 0 deletions databrowser/src/config/tourism/skiArea/skiArea.listView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
lastChangesTableCell,
logoTableCell,
publishedOnTableCell,
pushDataTableCell,
sourceTableCell,
titleTableCell,
} from '../../builder/tourism';
Expand All @@ -22,5 +23,6 @@ export const skiAreaListView: ListViewConfig = {
lastChangesTableCell(),
sourceTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import {
languageTableCell,
lastChangesTableCell,
logoTableCell,
odhActiveTableCell,
publishedOnTableCell,
pushDataTableCell,
sourceTableCell,
titleTableCell,
} from '../../builder/tourism';
Expand All @@ -21,6 +22,7 @@ export const skiRegionListView: ListViewConfig = {
languageTableCell(),
lastChangesTableCell(),
sourceTableCell(),
odhActiveTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
lastChangesTableCell,
logoTableCell,
publishedOnTableCell,
pushDataTableCell,
sourceTableCell,
titleTableCell,
} from '../../builder/tourism';
Expand All @@ -22,5 +23,6 @@ export const tourismAssociationListListView: ListViewConfig = {
lastChangesTableCell(),
sourceTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
2 changes: 2 additions & 0 deletions databrowser/src/config/tourism/venue/venue.listView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
languageTableCell,
lastChangesTableCell,
publishedOnTableCell,
pushDataTableCell,
} from '../../builder/tourism';

export const venueListView: ListViewConfig = {
Expand Down Expand Up @@ -43,5 +44,6 @@ export const venueListView: ListViewConfig = {
},
},
publishedOnTableCell(),
pushDataTableCell(),
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import {
gpsDataTableCell,
imageTableCell,
lastChangesTableCell,
odhActiveTableCell,
sourceTableCell,
publishedOnTableCell,
pushDataTableCell,
} from '../../builder/tourism';

export const webcamInfoListView: ListViewConfig = {
Expand All @@ -34,6 +35,7 @@ export const webcamInfoListView: ListViewConfig = {
gpsDataTableCell(),
lastChangesTableCell(),
sourceTableCell(),
odhActiveTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
languageTableCell,
lastChangesTableCell,
publishedOnTableCell,
pushDataTableCell,
sourceTableCell,
} from '../../builder/tourism';

Expand Down Expand Up @@ -70,5 +71,6 @@ export const wineAwardListView: ListViewConfig = {
},
},
publishedOnTableCell(),
pushDataTableCell(),
],
};

0 comments on commit 0fb2ac2

Please sign in to comment.