Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nationals #37

Merged
merged 27 commits into from
May 9, 2024
Merged

Nationals #37

merged 27 commits into from
May 9, 2024

Commits on Mar 23, 2024

  1. chore: bump fresh

    lishaduck committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6a51f62 View commit details
    Browse the repository at this point in the history
  2. chore: migrate to jsr

    lishaduck committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a5d17b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from PHS-TSA/fresh-1-6-8

    Fresh 1.6.8
    lishaduck authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    dc5bc0a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fix: homepage dark mode

    Fixes: #38.
    lishaduck committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7f19659 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix: checkboxes

    Without this, the checkboxes would not be rendered correctly.
    They weren't checked when the user clicked on them.
    This was due to another annoying csp violation.
    Oversight on my part.
    I apologize, I hope this is the last time I have to fix this.
    lishaduck committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d450a1d View commit details
    Browse the repository at this point in the history
  2. chore: less code

    54 characters removed, for a total of a 50 line reduction of code!
    lishaduck committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4eae256 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. chore(deps): bump

    Bump preact.
    Downgrade gfm to a csr compatible version.
    
    HeadlessUI v2.0 is broken, and HeadlessUI v1.18 added code from v2.0.
    It's mostly turned off, but it's still in the bundle.
    It relies on process.env.JEST_WORKER_ID to disable some features.
    We use combobox, the affected component, so we can't upgrade.
    lishaduck committed May 4, 2024
    Configuration menu
    Copy the full SHA
    30565cc View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. chore(deps-dev): bump biome

    I disabled some rules:
    useDefaultSwitchClause doesn't have type information.
    lishaduck committed May 7, 2024
    Configuration menu
    Copy the full SHA
    76d4272 View commit details
    Browse the repository at this point in the history
  2. fix: new lints

    It found a real bug in compile-mdx.
    Luckily, JS was lenient enough it didn't make a big deal.
    lishaduck committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cc4dafa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    43b5bba View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix: strict csp

    The csp didn't work right with latest fresh.
    lishaduck committed May 9, 2024
    Configuration menu
    Copy the full SHA
    837c0df View commit details
    Browse the repository at this point in the history
  2. fix: missing partial island warning

    Apparently f-client-nav requires the direct child to be a partial.
    It works fine otherwise, so I hadn't noticed.
    However, it turns out `f-client-nav`ed islands must be partialled.
    lishaduck committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a6d9304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32bbd15 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump tailwind

    lishaduck committed May 9, 2024
    Configuration menu
    Copy the full SHA
    819be72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba4ff64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf2bd11 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump openai

    lishaduck committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e4de0ec View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump zod

    lishaduck committed May 9, 2024
    Configuration menu
    Copy the full SHA
    abeb5b0 View commit details
    Browse the repository at this point in the history
  9. refactor: use polling utilities

    I gave up on streaming for now, but this is still a nice simplification.
    lishaduck committed May 9, 2024
    Configuration menu
    Copy the full SHA
    59baba8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #45 from PHS-TSA/up

    Upgrade Dependencies
    lishaduck authored May 9, 2024
    Configuration menu
    Copy the full SHA
    2407bee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5216e37 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #39 from PHS-TSA/index-dark

    Fix Homepage Dark Mode
    lishaduck authored May 9, 2024
    Configuration menu
    Copy the full SHA
    46a9881 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #42 from PHS-TSA/mdx-compile-fixes

    Refactor Path Resolution Logic in MDX Compilation File Discovery
    lishaduck authored May 9, 2024
    Configuration menu
    Copy the full SHA
    ddcf91b View commit details
    Browse the repository at this point in the history
  14. fix: lh csp assertions

    lishaduck committed May 9, 2024
    Configuration menu
    Copy the full SHA
    26b812e View commit details
    Browse the repository at this point in the history
  15. Merge pull request #44 from PHS-TSA/lesser

    Remove ~Code
    lishaduck authored May 9, 2024
    Configuration menu
    Copy the full SHA
    204832f View commit details
    Browse the repository at this point in the history
  16. Merge pull request #49 from PHS-TSA/partial-csr

    Fix Missing Partial Island Warning
    lishaduck authored May 9, 2024
    Configuration menu
    Copy the full SHA
    c3af851 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #43 from PHS-TSA/checkboxes

    Fix CSP
    lishaduck authored May 9, 2024
    Configuration menu
    Copy the full SHA
    457b8e3 View commit details
    Browse the repository at this point in the history