-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: processing/processing-community-day
base: main
head repository: processing/processing-community-day
compare: activity-guide-library
- 15 commits
- 55 files changed
- 1 contributor
Commits on Aug 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 583231a - Browse repository at this point
Copy the full SHA 583231aView commit details -
Rework Activity Guide organizer pages
Replace the old "Contribute an Activity Guide" page with a new "What are Activity Guides?" page, including overview and draft contribution guidance. Update the Activity Guide Library page to add a dedicated submission section and licensing note so contribution info is surfaced there as well.
Configuration menu - View commit details
-
Copy full SHA for 7baf28a - Browse repository at this point
Copy the full SHA 7baf28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4528168 - Browse repository at this point
Copy the full SHA 4528168View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9087cb - Browse repository at this point
Copy the full SHA d9087cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b2d00 - Browse repository at this point
Copy the full SHA 64b2d00View commit details -
Refactor zine library to ordered card model
Reworks Activity Guide zines to load from file-backed cards sorted by required `order` frontmatter, with explicit placeholder entries (`placeholder: true`) that render “Guide wanted” cards but do not generate detail pages. Published zines now support optional covers, optional license blocks, local or external PDF downloads, and required human-readable `file_size` metadata. Introduces reusable `BackButton` and `ZineDownloads` components, updates grid/detail rendering and styles for cover fallbacks, adds new zine/placeholder content entries (including Zine Making Kit), and updates schema/validation logic by removing fixed topic-slot uniqueness in favor of id/identity checks. Tests and docs were expanded to cover ordering, placeholder behavior, external downloads, and emitted asset expectations.
Configuration menu - View commit details
-
Copy full SHA for 339cc50 - Browse repository at this point
Copy the full SHA 339cc50View commit details -
Add topic-specific zine submit links
Placeholder Activity Guide cards now show a “Submit a zine” button that opens the Discourse new-topic form with the topic prefilled in both the title and submission template body. This replaces the old “Guide wanted” placeholder text, updates card styling/layout, and refreshes Organizer Kit and zine documentation copy to match. Tests were updated to assert the new button text and prefilled URL behavior.
Configuration menu - View commit details
-
Copy full SHA for 1147cfa - Browse repository at this point
Copy the full SHA 1147cfaView commit details
Commits on Aug 27, 2026
-
Rename activity guide library to zine library
Updates the Organizer Kit copy and navigation labels to use "Zine Library" instead of "Activity Guide Library," and reorders the two related docs so the overview page comes first. Also refreshes the submission template text to match the new naming.
Configuration menu - View commit details
-
Copy full SHA for 9976ca2 - Browse repository at this point
Copy the full SHA 9976ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98b5b3 - Browse repository at this point
Copy the full SHA e98b5b3View commit details -
Restructure organizer kit sections
Rename "resources" to "event resource", add "additional guides", and reorder sections
Configuration menu - View commit details
-
Copy full SHA for ce175d6 - Browse repository at this point
Copy the full SHA ce175d6View commit details -
Add dev CARTO key support to tile URLs for local dev
Add support for using .env for local dev carto.com API key. Introduces `src/lib/carto.ts` with a `cartoTileUrl()` helper that appends `PUBLIC_CARTO_API_KEY` (`import.meta.env.DEV`). MapView and NodePanel now use this helper for all CARTO basemap layers, so local development can use keyed tile requests without affecting production URLs. AGENTS.md was updated to document the new helper and the local `.env` behavior.
Configuration menu - View commit details
-
Copy full SHA for 447a82e - Browse repository at this point
Copy the full SHA 447a82eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 441d716 - Browse repository at this point
Copy the full SHA 441d716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 232b9b9 - Browse repository at this point
Copy the full SHA 232b9b9View commit details -
Hide TOC for single-section docs pages
Only render the docs page table of contents when there is more than one h2 heading. This avoids showing an unnecessary “On this page” block on pages with a single section.
Configuration menu - View commit details
-
Copy full SHA for 6b0a5e1 - Browse repository at this point
Copy the full SHA 6b0a5e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ecc6f - Browse repository at this point
Copy the full SHA 09ecc6fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...activity-guide-library