Conversation
Greptile SummaryThis PR moves the open-source templates gallery into the docs site by adding a new Key changes:
Confidence Score: 4/5Not safe to merge until the The new docs page and deleted file are correct and clean, but the
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["open_source_templates.md\n(new docs page)"] --> B["gallery() component"]
B --> C["sidebar()\nfrom gallery/sidebar.py"]
B --> D["component_grid()"]
B --> E["pagination()\nfrom gallery/sidebar.py"]
D --> F["gallery_apps_data\nfrom gallery/apps.py\n(all templates + reflex_build_templates)"]
F -->|"rx.cond filter"| G["TemplatesState.filtered_templates\n(templates/ folder only)"]
G --> H["gallery_app_card\n(rendered cards)"]
C --> I["TemplatesState\n(query, tags, page)"]
|
No description provided.