aboutsummaryrefslogtreecommitdiff
path: root/src/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-24 19:12:13 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-24 19:12:13 +1000
commitbce4ab3facf63f70a0dd3cefa1f8c82453dba2d4 (patch)
treece156edd2ba0c5e07e264c003300cb30204dec66 /src/README.md
parent12a4c1fd39b12bda8d98d3a03ee3751c95b7a91c (diff)
Add type annotations for UI options
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/README.md b/src/README.md
index bccc3b1..4c6f70b 100644
--- a/src/README.md
+++ b/src/README.md
@@ -3,12 +3,12 @@
- App.vue: The main Vue component.
- components:
- Tile.vue: Displays a tree-of-life node, and can include child nodes.
- - AncestryBar.vue: Displays ancestors of the top-level Tile.
- - TutorialPane.vue: Displays tutorial content.
- TileInfoModal.vue: Modal displaying info about a Tile's node.
- SearchModal.vue: Modal with a search bar.
- SettingsModal: Modal displaying configurable settings.
- HelpModal.vue: Modal displaying help info.
+ - AncestryBar.vue: Displays ancestors of the top-level Tile.
+ - TutorialPane.vue: Displays tutorial content.
- RButton.vue: Basic button component.
- icon: Contains components that display SVG icons.
- layout.ts: Contains code for laying out Tiles.