Project tree view and creation (#203)

* Implement creating and importing new projects

* Add downloading a zip of a project

* Project validation (WIP)

* Add project side panel, remove project pages

* Project file saving

* Add file tree actions to rename and delete

* Fix file creation auto focus

* Add button to save file from menu

* Add project creation

* Fix specificity on version switcher button

* Update default version to 1.19

* List project files by type, remember project and delete project
This commit is contained in:
Misode
2022-06-14 16:48:55 +02:00
committed by GitHub
parent 4942729e7c
commit 90eac0f9b8
39 changed files with 1132 additions and 267 deletions

View File

@@ -5,9 +5,12 @@
"advancement": "Advancement",
"any_version": "Any",
"assets": "Assets",
"back": "Back",
"block_definition": "Blockstate",
"changelog.search": "Search changes",
"changelog.no_results": "No changes",
"choose_file": "Choose file",
"choose_zip_file": "Choose zip file",
"chat_type": "Chat Type",
"collapse": "Collapse",
"collapse_all": "Hold %0% to collapse all",
@@ -44,6 +47,7 @@
"guides.no_results.query": "No guides for this query",
"hide_output": "Hide output",
"hide_preview": "Hide preview",
"hide_project": "Hide project",
"home": "Home",
"import": "Import",
"indentation.2_spaces": "2 spaces",
@@ -69,12 +73,14 @@
"move_down": "Move down",
"move_up": "Move up",
"not_found.description": "The page you were looking for does not exist.",
"no_file_chosen": "No file chosen",
"no_presets": "No presets",
"output_settings": "Output settings",
"predicate": "Predicate",
"recipe": "Recipe",
"redo": "Redo",
"reset": "Reset",
"reset_default": "Reset to default",
"restore_backup": "Restore last backup",
"settings": "Settings",
"settings.fields.description": "Customize advanced field settings",
@@ -99,8 +105,10 @@
"title.home": "Data Pack Generators",
"title.partners": "Partners",
"title.project": "%0% Project",
"title.new_project": "Create a new project",
"title.sounds": "Sound Explorer",
"title.versions": "Versions Explorer",
"pack_mcmeta": "Pack.mcmeta",
"partner.immersive_weathering": "Immersive Weathering",
"partner.immersive_weathering.block_growth": "Block Growth",
"presets": "Presets",
@@ -113,17 +121,36 @@
"preview.offset": "Offset",
"preview.peaks": "Peaks",
"preview.width": "Width",
"project.new": "New project",
"project.cancel": "Cancel",
"project.create": "Create a new project",
"project.delete": "Delete project",
"project.delete_confirm.1": "You are about to delete %0%",
"project.delete_confirm.2": "This cannot be undone!",
"project.delete_file": "Delete file",
"project.download": "Download data pack",
"project.go_to": "Go to project",
"project.new_file": "New file",
"project.no_files": "No files",
"project.rename": "Rename",
"project.rename_file": "Rename file",
"project.save": "Save",
"project.save_current_file": "Save file to project",
"project.search": "Search project",
"project.search_drafts": "Search drafts",
"project.show_file_paths": "Show file paths",
"project.show_resources": "Show resources",
"project.unsaved_file": "Unsaved file",
"project.name": "Project name",
"project.name.already_exists": "There already exists a project with this name",
"project.namespace": "Default namespace",
"project.namespace.invalid": "Invalid namespace",
"remove": "Remove",
"resource_location": "Resource location",
"search": "Search",
"show_output": "Show output",
"show_preview": "Show preview",
"show_project": "Show project",
"sounds.play": "Play",
"sounds.play_sound": "Play sound",
"sounds.play_all": "Play all",
@@ -140,6 +167,7 @@
"source_code_on": "Source code on",
"source_placeholder": "Paste raw %0% content here",
"switch_generator": "Switch generator",
"switch_project": "Switch project",
"switch_version": "Switch version",
"terrain_settings": "Terrain settings",
"text_component": "Text Component",