mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
2b4667eb86
Previously, receiving new items could "locally create" pages, half-filled with whatever items were pushed down into them. Frontend would see the existence of the page and assume all was well. However, the page may have contained more items (on the backend) than just what we pushed down. This adds a per-page flag, "local", to indicate such pages. When display logic sees it's set, it will send a request for the full page, regardless of currently available data, loading in the canonical full page as a result. |
||
---|---|---|
.. | ||
src | ||
tile | ||
gulpfile.js | ||
package-lock.json | ||
package.json |