Skip to content

Jess/713 web caching - #714

Merged
jesscmoore merged 7 commits into
devfrom
jess/713_web_caching
Sep 9, 2026
Merged

jesscmoore merged 7 commits into
devfrom
jess/713_web_caching

Conversation

@jesscmoore

@jesscmoore jesscmoore commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Pull Request Details

Description

Disables caching to disable the CSS 24hour cache which affects updates in web. Note, other platforms not affected as dart:io httpClient uses no shared cache.

This PR should fix POD reading reloads on all web builds.

Related Issues

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How To Test?

  1. Set an app solidpod import to this branch, eg Podmail.
  2. Rebuild the web app for that app with make install
  3. Send new data to the user's pod, eg an email from gmail to the user's pod email address.
  4. Click the Inbox to show new fetch of inbound email.
  5. Similar send an email from pod to gmail, click send
  6. Click Sent box, to view the refresh of the sent mailbox.

Checklist

  • Screenshots included here/in linked issue #
  • Changes adhere to the style and coding guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules
  • The update contains no confidential information
  • The update has no duplicated content
  • No lint check errors are related to these changes (make prep or flutter analyze lib)
  • Integration test dart test output or screenshot included in issue #
  • I tested the PR on these devices:
    • Android
    • iOS
    • Linux
    • MacOS
    • Windows
    • Web
  • I have identified reviewers
  • The PR has been approved by reviewers

Finalising

  • Merge dev into the this branch
  • Resolve any conflicts
  • Add a one line summary into the CHANGELOG.md
  • Push to the git repository and review
  • Merge the PR into dev
  • After solidpod published: Update dependent apps to use solidpod: ^1.0.21

@anushkavidanage anushkavidanage left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks Jess

@cdawei cdawei left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good to me. Thanks Jess.

@tonypioneer tonypioneer mentioned this pull request Sep 9, 2026
9 tasks
@jesscmoore
jesscmoore merged commit 63ef5d5 into dev Sep 9, 2026
20 checks passed
@jesscmoore
jesscmoore deleted the jess/713_web_caching branch September 9, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants