Skip to content

Feat/project templates - #191

Open
POWERHACK69 wants to merge 7 commits into
MakovWait:mainfrom
POWERHACK69:feat/project-templates
Open

Feat/project templates#191
POWERHACK69 wants to merge 7 commits into
MakovWait:mainfrom
POWERHACK69:feat/project-templates

Conversation

@POWERHACK69

Copy link
Copy Markdown

No description provided.

POWERHACK69 and others added 7 commits July 4, 2026 03:39
Add an RSS feed feature that displays updates from:
- Red Indie Games (YouTube)
- GDQuest (YouTube)
- Godot Engine (YouTube)
- Godot Blog (RSS)

Components:
- RssFeedFeedItem class for data model
- RssFeedControl main scene with fetch/parse logic
- RssFeedList extending VBoxList with search/filter
- RssFeedItemControl for individual feed items
- "Feed" tab added to the title bar with ExternalLink icon

Supports both YouTube Atom and standard RSS feed formats.
Items sorted by published date (newest first).
When an RSS feed item doesn't have a thumbnail URL, display a default project icon instead of leaving the thumbnail empty. The thumbnail loading logic was restructured to check the empty case first for improved clarity.
- Add ProjectTemplates service (List, Item) backed by ConfigFile + zip storage
- Add Templates tab with search, sort, and filter support
- Add Save Template dialog to save any project as a template (name, description, source)
- Add Open Template dialog to create new projects from templates (name, target path)
- Add Import Template to import .zip template files from disk
- Add 'Save as Template' action to project item context menu
- Templates stored as .zip archives in user://templates/ with metadata in user://templates.cfg
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.

1 participant