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

SvelteKit #756

Draft
wants to merge 1,165 commits into
base: master
Choose a base branch
from
Draft

SvelteKit #756

wants to merge 1,165 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 18, 2024

  1. Merge pull request #670 from MuckRock/allanlasser/issue442

    Adds an Error layout for +error.svelte pages
    allanlasser authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d3d42e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #676 from MuckRock/allanlasser/sveltekit-project-u…

    …pload
    
    Adds project upload and permission checks to Project Actions
    allanlasser authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5787324 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sveltekit' of github.com:MuckRock/documentcloud-fronten…

    …d into allanlasser/viewer-embed
    eyeseast committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4bb41d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    0e0cb37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb4242 View commit details
    Browse the repository at this point in the history
  3. Fix highlight color

    allanlasser committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d51fc72 View commit details
    Browse the repository at this point in the history
  4. Consistent presentation for search highlights

    - Creates a reusable "HighlightGroup"
    - Creates a reusable "Highlight"
    - Composes "HighlightGroup" and "Highlight" for more specialized "SearchHighlights" and "NoteHighlights"
    allanlasser committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3bc82d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20149c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d80eea5 View commit details
    Browse the repository at this point in the history
  7. Embed rerouting

    eyeseast committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8216698 View commit details
    Browse the repository at this point in the history
  8. Update embedUrl function

    allanlasser committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    524e0bf View commit details
    Browse the repository at this point in the history
  9. Fix embed URL

    eyeseast committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f18c756 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a5326e View commit details
    Browse the repository at this point in the history
  11. test

    eyeseast committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b60b4e4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #657 from MuckRock/allanlasser/viewer-embed

    Embedded Document Viewer
    allanlasser authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b030f29 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53f020c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a56b24e View commit details
    Browse the repository at this point in the history
  15. Enhance sidebar layout

    allanlasser committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    25c42c8 View commit details
    Browse the repository at this point in the history
  16. Styling tweaks

    allanlasser committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    40ea1c7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c1353f8 View commit details
    Browse the repository at this point in the history
  18. Remove unused code

    allanlasser committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7d5c066 View commit details
    Browse the repository at this point in the history
  19. Fix max width

    allanlasser committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    01ead03 View commit details
    Browse the repository at this point in the history
  20. Fix imports

    allanlasser committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    07b13ab View commit details
    Browse the repository at this point in the history
  21. icons

    eyeseast committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    218949d View commit details
    Browse the repository at this point in the history
  22. Merge pull request #679 from MuckRock/allanlasser/sveltekit-sidebars

    Improve SidebarLayout for mobile
    allanlasser authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d0d939c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. formatting

    eyeseast committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3a1bc6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #682 from MuckRock/allanlasser/issue501

    Search highlights
    allanlasser authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0d32534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab0d216 View commit details
    Browse the repository at this point in the history
  4. Adds href to Tab to close #656

    allanlasser committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4bc4d36 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #688 from MuckRock/allanlasser/generics

    Uses generics script attribute
    allanlasser authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    48174e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc5de18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed7d185 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e231cd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    862bf0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cd2374 View commit details
    Browse the repository at this point in the history
  11. Refactor one-off components into PaginationToolbar

    It’s the only place these are used, so this removes the abstraction.
    
    - Refactors `documents/Paginator` into `PaginationToolbar`
    - Refactors `documents/Sections` into `PaginationToolbar`
    allanlasser committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b64907b View commit details
    Browse the repository at this point in the history
  12. Responsive styling for PaginationToolbar

    Clean up PaginationToolbar
    allanlasser committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e943037 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b04cbe9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a713cb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d4cf32 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8c13f86 View commit details
    Browse the repository at this point in the history
  17. Responsive app navigation

    allanlasser committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2086f4b View commit details
    Browse the repository at this point in the history
  18. Fixes

    allanlasser committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    20f4514 View commit details
    Browse the repository at this point in the history
  19. Fixes

    allanlasser committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d126106 View commit details
    Browse the repository at this point in the history
  20. Fix overflow: hidden

    allanlasser committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4c47c32 View commit details
    Browse the repository at this point in the history
  21. formatting

    eyeseast committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    19196ad View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4e94609 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    d2da77d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #695 from MuckRock/fix-permission-errors

    Fix unguarded property lookups that were crashing the site
    eyeseast authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1c29362 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    a740297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdc63bb View commit details
    Browse the repository at this point in the history
  3. Update SidebarItem slots

    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e62b045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    242c465 View commit details
    Browse the repository at this point in the history
  5. Update snapshots

    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    78e016f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #697 from MuckRock/allanlasser/issue691

    Uses SidebarLayout for DocumentLayout
    allanlasser authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    00ed381 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #698 from MuckRock/allanlasser/issue687

    Apply overflow styling to SidebarItem
    allanlasser authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5bf2781 View commit details
    Browse the repository at this point in the history
  8. Fixes for nav items

    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1256802 View commit details
    Browse the repository at this point in the history
  9. Update snapshots

    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3bdc9a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2807687 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'sveltekit' of github.com:MuckRock/documentcloud-fronten…

    …d into sveltekit-error-handling
    eyeseast committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    44140f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6a234c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a5f54aa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e5c1e53 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #700 from MuckRock/allanlasser/fix-sidebaritem

    Fixes for nav items
    allanlasser authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d39b7cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    492e038 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    081c8d4 View commit details
    Browse the repository at this point in the history
  18. Adds DocumentListItem snapshot test

    Update snapshot with mocked date
    
    Update snapshots
    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a7097cc View commit details
    Browse the repository at this point in the history
  19. Update fixture to avoid timezone issue

    Set timezone to UTC in test scripts
    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    696f38e View commit details
    Browse the repository at this point in the history
  20. Fix search menu position

    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ebbb0a2 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #699 from MuckRock/allanlasser/issue686

    Updates DocumentListItem
    allanlasser authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c990cdf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5bbe7f0 View commit details
    Browse the repository at this point in the history
  23. Add border to DocumentListItem on hover

    Update snapshot
    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    edb26c3 View commit details
    Browse the repository at this point in the history
  24. Clean up layout styling

    Clean up AddOnLayout
    
    Clean up AddOnMeta
    allanlasser committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e562bfb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dbf6941 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge branch 'sveltekit' of github.com:MuckRock/documentcloud-fronten…

    …d into sveltekit-error-handling
    eyeseast committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1d68cf5 View commit details
    Browse the repository at this point in the history
  2. Migrated documents and collaborators API methods to new response type…

    …s and made tests pass
    eyeseast committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7711959 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #701 from MuckRock/allanlasser/mobile-viewer-search

    Fix mobile viewer toolbars
    allanlasser authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    97c6b3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89032bc View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Allan Lasser <[email protected]>
    eyeseast and allanlasser authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b249351 View commit details
    Browse the repository at this point in the history
  6. Migrate notes

    eyeseast committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ba1cfa2 View commit details
    Browse the repository at this point in the history
  7. Migrate projects

    eyeseast committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6e6c1e7 View commit details
    Browse the repository at this point in the history
  8. Migrate sections

    eyeseast committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9f29922 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'sveltekit' of github.com:MuckRock/documentcloud-fronten…

    …d into sveltekit-error-handling
    eyeseast committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d2d522e View commit details
    Browse the repository at this point in the history
  10. Make AppLayout realer

    allanlasser committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    33b0462 View commit details
    Browse the repository at this point in the history
  11. Fix DocumentBrowser height

    Applies background and shadow to ContentLayout
    allanlasser committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6665261 View commit details
    Browse the repository at this point in the history
  12. Fix width of AddOnBrowser

    allanlasser committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    595852c View commit details
    Browse the repository at this point in the history
  13. Padding for addon history

    allanlasser committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0ef228a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd05932 View commit details
    Browse the repository at this point in the history
  15. Add-ons and embeds

    eyeseast committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d20db30 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. finish it out

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b6a33ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #703 from MuckRock/allanlasser/issue702

    Layout styling fixes
    allanlasser authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    506dffb View commit details
    Browse the repository at this point in the history
  3. ProjectHeader component

    More header styling
    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a78ccd3 View commit details
    Browse the repository at this point in the history
  4. Clean up project collaborators and actions

    Refines role display heuristic
    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    169a7cc View commit details
    Browse the repository at this point in the history
  5. Refactor Project layout from project page

    Adds projectUsers fixture
    
    Typefixes
    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    84cb8cc View commit details
    Browse the repository at this point in the history
  6. Shows pinned add-ons on Project and Document pages

    Fixes #708
    
    Prefills add-on queries and ids document addons
    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2fab87c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2778ac2 View commit details
    Browse the repository at this point in the history
  8. ProjectShare component

    Closes #685
    
    - Provides permalink and embed
    - Previews embed
    - Warns if sharing private project
    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    aa7e1a9 View commit details
    Browse the repository at this point in the history
  9. Test & check

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3975fc6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6aa3c79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7cf6656 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5925425 View commit details
    Browse the repository at this point in the history
  13. merge

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0302776 View commit details
    Browse the repository at this point in the history
  14. Fix addons import

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7022bdc View commit details
    Browse the repository at this point in the history
  15. check

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3e7793e View commit details
    Browse the repository at this point in the history
  16. Fix layout bugs

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    961f621 View commit details
    Browse the repository at this point in the history
  17. put query back

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f6993cf View commit details
    Browse the repository at this point in the history
  18. Merge pull request #705 from MuckRock/sveltekit-error-handling

    sveltekit error handling
    allanlasser authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    12067bc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c97c91c View commit details
    Browse the repository at this point in the history
  20. Fix types

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f7509a9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    228f13c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    86d04ef View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c506cc5 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #711 from MuckRock/allanlasser/issue706

    Handles undefined user.name
    allanlasser authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    59a2e7d View commit details
    Browse the repository at this point in the history
  25. Update ProjectEmbed to reuse other components

    Update project embed
    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    81119c7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6810ba8 View commit details
    Browse the repository at this point in the history
  27. Full-width story

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    23254bb View commit details
    Browse the repository at this point in the history
  28. Adds page action modals

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    63a2425 View commit details
    Browse the repository at this point in the history
  29. move things

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    07b69a0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d389a96 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4a9f158 View commit details
    Browse the repository at this point in the history
  32. embed is not a store

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d8d6c41 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #712 from MuckRock/allanlasser/project-embed

    Update ProjectEmbed
    eyeseast authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9a78e5e View commit details
    Browse the repository at this point in the history
  34. merge

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5086591 View commit details
    Browse the repository at this point in the history
  35. Responsive padding

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    48a2891 View commit details
    Browse the repository at this point in the history
  36. Normalize project urls

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4d147d9 View commit details
    Browse the repository at this point in the history
  37. Set embed URL to next

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6036844 View commit details
    Browse the repository at this point in the history
  38. embedUrl

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    75ae0f1 View commit details
    Browse the repository at this point in the history
  39. test

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e94a115 View commit details
    Browse the repository at this point in the history
  40. Load text

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7d967b8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    31850eb View commit details
    Browse the repository at this point in the history
  42. Test & check

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    781946c View commit details
    Browse the repository at this point in the history
  43. Merge pull request #715 from MuckRock/696-project-urls

    Normalize project URLs
    eyeseast authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dcbff7b View commit details
    Browse the repository at this point in the history
  44. Page notes bottom margin

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dc3e048 View commit details
    Browse the repository at this point in the history
  45. Fix document width

    allanlasser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1da2dfc View commit details
    Browse the repository at this point in the history
  46. robots.txt

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5cbc63c View commit details
    Browse the repository at this point in the history
  47. Handle _force suffix

    eyeseast committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c91c3ef View commit details
    Browse the repository at this point in the history
  48. Merge pull request #717 from MuckRock/robots-txt

    robots.txt
    eyeseast authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d472d14 View commit details
    Browse the repository at this point in the history
  49. Merge pull request #716 from MuckRock/allanlasser/issue713

    Display OCR engine in Document metadata
    allanlasser authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bc75d11 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    258bc61 View commit details
    Browse the repository at this point in the history
  2. Protect writable modes

    eyeseast committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eede6ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2339ae4 View commit details
    Browse the repository at this point in the history
  4. feedback

    eyeseast committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    912cea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    276ed33 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #714 from MuckRock/allanlasser/issue692

    Responsive sizing for Viewer PDF pages
    allanlasser authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d7c3c7a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #720 from MuckRock/allanlasser/uncheckedAccessFixes

    Fixes undefined and null access errors
    allanlasser authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dac7f91 View commit details
    Browse the repository at this point in the history
  8. merge

    eyeseast committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    79578c1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #719 from MuckRock/510-permissions

    Add all sorts of permission checks
    eyeseast authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    371dba4 View commit details
    Browse the repository at this point in the history
  10. Clean up Flatpage

    allanlasser committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    34dcef3 View commit details
    Browse the repository at this point in the history
  11. Fix flatpage typography

    Fixes #721
    allanlasser committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    068446d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    efbb258 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d80c5f4 View commit details
    Browse the repository at this point in the history
  14. Reorganizes stories

    allanlasser committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fe6dc7d View commit details
    Browse the repository at this point in the history
  15. Fix imports

    allanlasser committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4c20e23 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #726 from MuckRock/allanlasser/issue722

    Adds `+error.svelte` to major routes
    allanlasser authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9553554 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f042a83 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    704d044 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    aed7816 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge pull request #725 from MuckRock/allanlasser/issue721

    Clean up Flatpages
    allanlasser authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7156c9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12fea9 View commit details
    Browse the repository at this point in the history
  3. Adds typed notes fixtures

    allanlasser committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    da22439 View commit details
    Browse the repository at this point in the history
  4. Tests getViewerHref

    allanlasser committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    97fa791 View commit details
    Browse the repository at this point in the history
  5. One more test

    allanlasser committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    543591f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cca5d31 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #727 from MuckRock/allanlasser/issue724

    Embed-aware Viewer links
    allanlasser authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e815960 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #728 from MuckRock/allanlasser/issue694

    Fix Mobile Safari height
    allanlasser authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    45ba877 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. basic pending docs component

    eyeseast committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b7c8630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b9c7f View commit details
    Browse the repository at this point in the history
  3. merge

    eyeseast committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5d0a60d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    d5aae1e View commit details
    Browse the repository at this point in the history
  2. test

    eyeseast committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ea3a1c3 View commit details
    Browse the repository at this point in the history
  3. Cancel add-ons

    eyeseast committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    bd526be View commit details
    Browse the repository at this point in the history
  4. Add donate button

    eyeseast committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    93bf06a View commit details
    Browse the repository at this point in the history
  5. Fix public project search

    eyeseast committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a058392 View commit details
    Browse the repository at this point in the history
  6. Use new API filters

    eyeseast committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6f92d89 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #737 from MuckRock/734-project-search

    Fix project search
    eyeseast authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    64dbc02 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #736 from MuckRock/732-help-button

    Add donate button
    eyeseast authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9f89389 View commit details
    Browse the repository at this point in the history
  9. Better addon workflow

    eyeseast committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7d8d15a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix delete modal

    eyeseast committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    82b9f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392cdaa View commit details
    Browse the repository at this point in the history
  3. Design tweaks

    eyeseast committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7f2fd52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #738 from MuckRock/dispatch-show-runs

    Show add-on runs or events after dispatching
    eyeseast authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    976429b View commit details
    Browse the repository at this point in the history
  5. Fix public project search

    eyeseast authored and allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e52044d View commit details
    Browse the repository at this point in the history
  6. Use new API filters

    eyeseast authored and allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ea4f322 View commit details
    Browse the repository at this point in the history
  7. Add donate button

    eyeseast authored and allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    03bd53a View commit details
    Browse the repository at this point in the history
  8. Better addon workflow

    eyeseast authored and allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    aca773e View commit details
    Browse the repository at this point in the history
  9. Design tweaks

    eyeseast authored and allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    22af506 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7bf93ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e88c784 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a63052d View commit details
    Browse the repository at this point in the history
  13. Consolidates AddOns process component

    - Adds ratings actions
    allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3a4364e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5404b29 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5154887 View commit details
    Browse the repository at this point in the history
  16. Smol fix

    allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    36abd70 View commit details
    Browse the repository at this point in the history
  17. Small dismiss button

    allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a099ab7 View commit details
    Browse the repository at this point in the history
  18. Fix mounted state issue

    allanlasser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3c0eb94 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'sveltekit' of github.com:MuckRock/documentcloud-fronten…

    …d into 723-consolidate-processing
    eyeseast committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    abd85b2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6ef227b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    c413968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ebdf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    288953f View commit details
    Browse the repository at this point in the history
  4. Adds ProcessContext

    allanlasser committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f6a6f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c08989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25a0c8a View commit details
    Browse the repository at this point in the history
  7. Merge branch '723-consolidate-processing' of github.com:MuckRock/docu…

    …mentcloud-frontend into 723-consolidate-processing
    eyeseast committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    df648f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6f5a04 View commit details
    Browse the repository at this point in the history
  9. Adds hrefs to processes

    allanlasser committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    22d42a6 View commit details
    Browse the repository at this point in the history
  10. "running" -> "active"

    allanlasser committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f285233 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0632462 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e0ba13d View commit details
    Browse the repository at this point in the history
  13. Typesafe default tab

    allanlasser committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d4cc042 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    65d574a View commit details
    Browse the repository at this point in the history
  15. merge

    eyeseast committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    79867d2 View commit details
    Browse the repository at this point in the history
  16. slice

    eyeseast committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a4dc80 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    03c7844 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    be882b1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ac8cc1e View commit details
    Browse the repository at this point in the history
  20. Fix destroy method

    allanlasser committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7b5889a View commit details
    Browse the repository at this point in the history
  21. Adds Cyrillic font files

    allanlasser committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9b7fdd7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d5e8a4f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    603fc60 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    674e3bd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4167a05 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ff3ed68 View commit details
    Browse the repository at this point in the history
  27. Check locale in browser

    allanlasser committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6933fa9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    144c065 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9556253 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b6c8487 View commit details
    Browse the repository at this point in the history
  31. Merge branch 'sveltekit' of github.com:MuckRock/documentcloud-fronten…

    …d into 723-consolidate-processing
    eyeseast committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3243667 View commit details
    Browse the repository at this point in the history
  32. ?

    eyeseast committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    19985da View commit details
    Browse the repository at this point in the history
  33. Merge pull request #747 from MuckRock/allanlasser/issue733

    Loads font glyphs based on locale
    allanlasser authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    45c2bcc View commit details
    Browse the repository at this point in the history
  34. Merge pull request #746 from MuckRock/allanlasser/issue742

    Removes Portal from DOM when destroying
    allanlasser authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8e79df7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    01cf640 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6a60614 View commit details
    Browse the repository at this point in the history
  37. Fix note linking

    eyeseast committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    565042c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #748 from MuckRock/681-deep-link

    Fix deep linking to notes
    eyeseast authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d1f7243 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    cec2b2d View commit details
    Browse the repository at this point in the history
  2. Handle updates

    eyeseast committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    adc822a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01873e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b34219b View commit details
    Browse the repository at this point in the history
  5. Fix TS extensions

    allanlasser committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2a67dcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e797f0a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #752 from MuckRock/sveltekit-service-worker

    Use a service worker to cache requests
    eyeseast authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b79650d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c609bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b4a0ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1e8b35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    564c022 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #757 from MuckRock/allanlasser/storybook-font-fix

    Fixes font loading in Storybooks
    allanlasser authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6c964b1 View commit details
    Browse the repository at this point in the history
  13. remove console.logs

    eyeseast committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0c88ba0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    5b976b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #759 from MuckRock/allanlasser/nothreads-ghactions

    Run `test` CI sequentially to avoid segmentation faults
    allanlasser authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    895bc50 View commit details
    Browse the repository at this point in the history