- Jul 10, 2023
-
-
Jonatan Zint authored
-
- Jul 08, 2023
-
-
Jonatan Zint authored
-
- Jul 07, 2023
-
-
Jonatan Zint authored
-
Jonatan Zint authored
-
Jonatan Zint authored
-
Jonatan Zint authored
Make event overview use endpoint that returns events unpaginated upto 1 year in the past with filters enabled. Optimized marker display to be rendered by map canvas. Note: This is a performance bet, that limits the app on displaying some 1000 events at the same time, after that the payload of the initial map view becomes annoyingly slow. However having some 1000 events being active at the same time, should be a conservatively estimated worst case. Cleaned up some unused components and refactored touched components to compose API in the process ref CAC_FRONTEND-325
-
Jonatan Zint authored
this commit swaps out the clustering logic Instead of server side clustering that's triggered on each bounding box change we download all available features (for both offices and events) and let mapbox-gl cluster it. drawback: on high feature count initial load is slower, as the whole payload needs to be downloaded upfront (ca. 350kb / 1000 items) improvement: vastly enhanced snappiness of clustering, also improved representation, although that is somewhat unrelated ref CAC_FRONTEND-325
-
- Jul 06, 2023
-
-
control.alt.coop eG (Peter) authored
CAC_FRONTEND-390 Use correct css for line breaks See merge request wahlkampf-app/wk-frontend!464
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
CAC_FRONTEND-391 Correct Misspelling See merge request wahlkampf-app/wk-frontend!463
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
fix: a paranthesis mistake led to addresses being evaluated to 0 See merge request wahlkampf-app/wk-frontend!462
-
- Jul 05, 2023
-
-
control.alt.coop eG (Peter) authored
Remove contain: strict when menu is open See merge request wahlkampf-app/wk-frontend!461
-
- Jun 30, 2023
-
-
Jonatan Zint authored
-
- Jun 20, 2023
-
-
control.alt.coop eG (James) authored
-
- Jun 14, 2023
-
-
control.alt.coop eG (Peter) authored
CAC_FRONTEND-393 Update quasar See merge request wahlkampf-app/wk-frontend!457
-
control.alt.coop eG (Peter) authored
feat: add option to profile to manage notifications on new volunteers needing a verification See merge request wahlkampf-app/wk-frontend!458
-
- Jun 13, 2023
-
-
Jonatan Zint authored
-
Jonatan Zint authored
chore: update android sdk See merge request wahlkampf-app/wk-frontend!459
-
Jonatan Zint authored
-
- Jun 12, 2023
-
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
- Jun 09, 2023
-
-
Jonatan Zint authored
to publish new apks the app needs to be build in an updated android SDK
-
Jonatan Zint authored
ref CAC_FRONTEND-380
-
- Jun 08, 2023
-
-
control.alt.coop eG (Peter) authored
Feat/93 pass plz center See merge request wahlkampf-app/wk-frontend!456
-
control.alt.coop eG (Peter) authored
Add backdrop when admin menu open See merge request wahlkampf-app/wk-frontend!455
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
There seam to be an error with definition of emits like it had before. original error: ``` ERROR in src/map/Geocoder.vue:55:3 TS2769: No overload matches this call. The last overload gave the following error. Type '(this: void, props: LooseRequired<{ readonly countries: string[]; readonly reverseGeocode: boolean; readonly standalone: boolean; readonly collapsed: boolean; readonly position: "top-right" | "top-left" | "bottom-right" | "bottom-left"; readonly markerOptions?: boolean | ... 1 more ... | undefined; } & {}>, { emit }...' is not assignable to type '(this: void, props: LooseRequired<{ readonly countries: string[]; readonly reverseGeocode: boolean; readonly standalone: boolean; readonly collapsed: boolean; readonly position: "top-right" | "top-left" | "bottom-right" | "bottom-left"; readonly markerOptions?: boolean | ... 1 more ... | undefined; readonly onResult...'. Types of parameters '__1' and 'ctx' are incompatible. Type '{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: "result", payload: GeocodeResult) => void; expose: (exposed?: Record<string, any> | undefined) => void; }' is not assignable to type '{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: (exposed?: Record<string, any> | undefined) => void; }'. Types of property 'emit' are incompatible. Type '(event: "result", payload: GeocodeResult) => void' is not assignable to type '(event: string, ...args: any[]) => void'. Types of parameters 'event' and 'event' are incompatible. Type 'string' is not assignable to type '"result"'. 53 | } 54 | }, > 55 | setup(props, {emit}) { | ^^^^^ 56 | const geocodeControl = new MaplibreGeocoder({ 57 | forwardGeocode: forwardGeocode, ```
-
control.alt.coop eG (Peter) authored
Run `quasar upgrade --install`.
-
- Jun 07, 2023
-
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (James) authored
Restore condition See merge request wahlkampf-app/wk-frontend!454
-
control.alt.coop eG (James) authored
-
control.alt.coop eG (James) authored
-
control.alt.coop eG (James) authored
Resolve "Feedback for users that are waiting to be promoted" See merge request wahlkampf-app/wk-frontend!451
-
Jonatan Zint authored
fix: missing completion notes See merge request wahlkampf-app/wk-frontend!450
-
control.alt.coop eG (Peter) authored
Add missing version string update See merge request wahlkampf-app/wk-frontend!453
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
Release 2.2.0 See merge request wahlkampf-app/wk-frontend!436
-
- Jun 06, 2023
-
-
control.alt.coop eG (James) authored
Merge branch 'fix/351-correct-string-globale-r-kampagnenkoordinator-in-to-globale-e-koordinator-in-on-profile-page' into 'develop' CAC_FRONTEND-351 Correct string on profile page See merge request wahlkampf-app/wk-frontend!449
-