bplmaps / argo-astro

Migration of the ARGO project into Astro framework; will become deploy repo for ARGO when complete
0 stars 0 forks source link

Create "drawer" UI element for displaying temporary search/filter results #21

Closed garrettdashnelson closed 6 months ago

garrettdashnelson commented 9 months ago

You can see how this works on the old site by clicking one of the circled numbers on any one of the timeline entries (e.g. the "3" next to "Siege of Louisbourg 1745") or by clicking any of the "Explore by Institutions" children.

This "drawer" element was meant to be a repurposable element that could serve several different functions. In an ideal scenario, it's a user-side, dynamically-generated element (Svelte, perhaps?) that can be populated by pushing an array from another element, an array which consists of items from the /src/content/maps content collection.

garrettdashnelson commented 8 months ago

@alexandergknoll Unless you're super far on this already, let's temporarily pause on this for the time being; I might even take it out of Milestone 1. I'd like to discuss with the team how this UI works, since it was rather inconsistent in the first place.

alexandergknoll commented 8 months ago

@garrettdashnelson no work has been done on this one yet, so I will hold off until I hear from you!

garrettdashnelson commented 6 months ago

Rolling into #62