You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main config file is getting quite big and half of it is the Spotlight and Explore configuration. It makes sense to split into smaller more manageable files.
Once that's done we can think about avoiding loading the full Spotlight config in the webapp until the user visits the Spotlight archive page. This is make initial webapp loading a little faster and will use less memory in the browser.
Note to self: remove panel_type, instead add spotlight_panels.json and explore_panels.json. Add community_panels to the main config file.
The text was updated successfully, but these errors were encountered:
I like this plan. If you could also put the Spotlights below Explore, when we add spotlights we can just zoom to the bottom of the file, The longest part of this task for me now is locating the correct place in the file.
The main config file is getting quite big and half of it is the Spotlight and Explore configuration. It makes sense to split into smaller more manageable files.
Once that's done we can think about avoiding loading the full Spotlight config in the webapp until the user visits the Spotlight archive page. This is make initial webapp loading a little faster and will use less memory in the browser.
Note to self: remove
panel_type
, instead addspotlight_panels.json
andexplore_panels.json
. Addcommunity_panels
to the main config file.The text was updated successfully, but these errors were encountered: