shrub/pkg/interface/link
Fang 2b4667eb86
link fe: fix page loading behavior
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.
2020-02-06 17:23:32 +01:00
..
src link fe: fix page loading behavior 2020-02-06 17:23:32 +01:00
tile interface: add links FE source code 2020-01-22 18:16:44 -05:00
gulpfile.js interface: add links FE source code 2020-01-22 18:16:44 -05:00
package-lock.json link: update frontend ui logic to match api changes 2020-02-05 18:43:20 +01:00
package.json interface: add links FE source code 2020-01-22 18:16:44 -05:00