Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: processing/processing-community-day
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: processing/processing-community-day
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: activity-guide-library
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 55 files changed
  • 1 contributor

Commits on Aug 25, 2026

  1. Configuration menu
    Copy the full SHA
    583231a View commit details
    Browse the repository at this point in the history
  2. 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.
    SableRaf committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    7baf28a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4528168 View commit details
    Browse the repository at this point in the history
  4. Update what-is-a-guide.md

    SableRaf committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    d9087cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64b2d00 View commit details
    Browse the repository at this point in the history
  6. 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.
    SableRaf committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    339cc50 View commit details
    Browse the repository at this point in the history
  7. 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.
    SableRaf committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    1147cfa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2026

  1. 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.
    SableRaf committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    9976ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e98b5b3 View commit details
    Browse the repository at this point in the history
  3. Restructure organizer kit sections

    Rename "resources" to "event resource", add "additional guides", and reorder sections
    SableRaf committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    ce175d6 View commit details
    Browse the repository at this point in the history
  4. 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.
    SableRaf committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    447a82e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    441d716 View commit details
    Browse the repository at this point in the history
  6. Update making-a-zine.md

    SableRaf committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    232b9b9 View commit details
    Browse the repository at this point in the history
  7. 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.
    SableRaf committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    6b0a5e1 View commit details
    Browse the repository at this point in the history
  8. Update what-is-a-guide.md

    SableRaf committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    09ecc6f View commit details
    Browse the repository at this point in the history
Loading