From 38ea89995a3da3fa9486f141ba9b71c7bff42b74 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Thu, 12 Jan 2017 15:28:59 +0200 Subject: [PATCH] Moved views out of private folder --- rpg-docs/.meteor/packages | 2 ++ rpg-docs/.meteor/versions | 2 ++ .../client/views/{private => }/GeneralCSS/globalDetail.css | 0 rpg-docs/client/views/{private => }/GeneralCSS/typography.css | 0 .../{private => }/character/attacks/attackEdit/attackEdit.html | 0 .../{private => }/character/attacks/attackEdit/attackEdit.js | 0 .../character/attacks/attackEditList/attackEditList.html | 0 .../character/attacks/attackEditList/attackEditList.js | 0 .../{private => }/character/attacks/attackView/attackView.html | 0 .../character/attacks/attacksViewList/attacksViewList.html | 0 .../character/attacks/attacksViewList/attacksViewList.js | 0 .../{private => }/character/buffs/buffDialog/buffDialog.html | 0 .../{private => }/character/buffs/buffDialog/buffDialog.js | 0 .../character/characterSettings/characterSettings.html | 0 .../character/characterSettings/characterSettings.js | 0 .../characterSettings/deleteCharacterConfirmation.html | 0 .../character/characterSettings/deleteCharacterConfirmation.js | 0 .../{private => }/character/characterSettings/shareDialog.html | 0 .../{private => }/character/characterSettings/shareDialog.js | 0 .../client/views/{private => }/character/characterSheet.css | 0 .../client/views/{private => }/character/characterSheet.html | 0 .../client/views/{private => }/character/characterSheet.js | 0 .../{private => }/character/effects/effectEdit/effectEdit.css | 0 .../{private => }/character/effects/effectEdit/effectEdit.html | 0 .../{private => }/character/effects/effectEdit/effectEdit.js | 0 .../{private => }/character/effects/effectView/effectView.css | 0 .../{private => }/character/effects/effectView/effectView.html | 0 .../{private => }/character/effects/effectView/effectView.js | 0 .../character/effects/effectsEditList/effectsEditList.html | 0 .../character/effects/effectsEditList/effectsEditList.js | 0 .../character/effects/effectsViewList/effectsViewList.html | 0 .../character/effects/effectsViewList/effectsViewList.js | 0 .../character/features/featureDialog/featureDialog.html | 0 .../character/features/featureDialog/featureDialog.js | 0 .../client/views/{private => }/character/features/features.css | 0 .../views/{private => }/character/features/features.html | 0 .../client/views/{private => }/character/features/features.js | 0 .../character/inventory/carryCapacityBar/carryCapacityBar.html | 0 .../character/inventory/carryCapacityBar/carryCapacityBar.js | 0 .../character/inventory/carryCapacityBar/carryCapacityBar.scss | 0 .../character/inventory/carryDialog/carryDialog.html | 0 .../character/inventory/carryDialog/carryDialog.js | 0 .../character/inventory/containerDialog/containerDialog.html | 0 .../character/inventory/containerDialog/containerDialog.js | 0 .../views/{private => }/character/inventory/inventory.html | 0 .../views/{private => }/character/inventory/inventory.js | 0 .../character/inventory/itemDialog/itemDialog.css | 0 .../character/inventory/itemDialog/itemDialog.html | 0 .../{private => }/character/inventory/itemDialog/itemDialog.js | 0 .../character/inventory/moveItemDialog/moveItemDialog.css | 0 .../character/inventory/moveItemDialog/moveItemDialog.html | 0 .../character/inventory/moveItemDialog/moveItemDialog.js | 0 .../character/inventory/splitStackDialog/splitStackDialog.html | 0 .../character/inventory/splitStackDialog/splitStackDialog.js | 0 .../character/journal/classDialog/classDialog.html | 0 .../{private => }/character/journal/classDialog/classDialog.js | 0 .../character/journal/experienceDialog/experienceDialog.css | 0 .../character/journal/experienceDialog/experienceDialog.html | 0 .../character/journal/experienceDialog/experienceDialog.js | 0 .../client/views/{private => }/character/journal/journal.css | 0 .../client/views/{private => }/character/journal/journal.html | 0 .../client/views/{private => }/character/journal/journal.js | 0 .../{private => }/character/journal/noteDialog/noteDialog.css | 0 .../{private => }/character/journal/noteDialog/noteDialog.html | 0 .../{private => }/character/journal/noteDialog/noteDialog.js | 0 .../{private => }/character/journal/raceDialog/raceDialog.html | 0 .../{private => }/character/journal/raceDialog/raceDialog.js | 0 .../character/newCharacterDialog/newCharacterDialog.html | 0 .../character/newCharacterDialog/newCharacterDialog.js | 0 .../character/persona/backgroundDialog/backgroundDialog.html | 0 .../character/persona/backgroundDialog/backgroundDialog.js | 0 .../persona/peronaDetailsDialog/personaDetailsDialog.html | 0 .../persona/peronaDetailsDialog/personaDetailsDialog.js | 0 .../client/views/{private => }/character/persona/persona.html | 0 .../client/views/{private => }/character/persona/persona.js | 0 .../{private => }/character/persona/textDialog/textDialog.html | 0 .../{private => }/character/persona/textDialog/textDialog.js | 0 .../proficiencies/proficiencyEdit/proficiencyEdit.html | 0 .../character/proficiencies/proficiencyEdit/proficiencyEdit.js | 0 .../proficiencies/proficiencyEditList/proficiencyEditList.html | 0 .../proficiencies/proficiencyEditList/proficiencyEditList.js | 0 .../proficiencies/proficiencyListItem/proficiencyListItem.html | 0 .../proficiencies/proficiencyListItem/proficiencyListItem.js | 0 .../proficiencies/proficiencyView/proficiencyView.html | 0 .../character/proficiencies/proficiencyView/proficiencyView.js | 0 .../proficiencies/proficiencyViewList/proficiencyViewList.html | 0 .../proficiencies/proficiencyViewList/proficiencyViewList.js | 0 .../{private => }/character/spells/spellDialog/spellDialog.css | 0 .../character/spells/spellDialog/spellDialog.html | 0 .../{private => }/character/spells/spellDialog/spellDialog.js | 0 .../character/spells/spellListDialog/spellListDialog.css | 0 .../character/spells/spellListDialog/spellListDialog.html | 0 .../character/spells/spellListDialog/spellListDialog.js | 0 .../client/views/{private => }/character/spells/spells.css | 0 .../client/views/{private => }/character/spells/spells.html | 0 rpg-docs/client/views/{private => }/character/spells/spells.js | 0 .../character/stats/abilityCards/abilityCards.html | 0 .../{private => }/character/stats/abilityCards/abilityCards.js | 0 .../character/stats/addTHPDialog/addTHPDialog.html | 0 .../{private => }/character/stats/addTHPDialog/addTHPDialog.js | 0 .../character/stats/attributeDialog/attributeDialog.html | 0 .../character/stats/attributeDialog/attributeDialog.js | 0 .../stats/attributeDialog/strengthDialog/strengthDialog.html | 0 .../stats/attributeDialog/strengthDialog/strengthDialog.js | 0 .../character/stats/carryCapacityTable/carryCapacityTable.html | 0 .../{private => }/character/stats/healthCard/healthCard.css | 0 .../{private => }/character/stats/healthCard/healthCard.html | 0 .../{private => }/character/stats/healthCard/healthCard.js | 0 .../views/{private => }/character/stats/hitDice/hitDice.html | 0 .../views/{private => }/character/stats/hitDice/hitDice.js | 0 .../{private => }/character/stats/skillDialog/skillDialog.css | 0 .../{private => }/character/stats/skillDialog/skillDialog.html | 0 .../{private => }/character/stats/skillDialog/skillDialog.js | 0 .../views/{private => }/character/stats/skillRow/skillRow.html | 0 .../views/{private => }/character/stats/skillRow/skillRow.js | 0 .../views/{private => }/character/stats/skillRow/skillRow.scss | 0 rpg-docs/client/views/{private => }/character/stats/stats.css | 0 rpg-docs/client/views/{private => }/character/stats/stats.html | 0 rpg-docs/client/views/{private => }/character/stats/stats.js | 0 .../client/views/{private => }/characterList/characterList.css | 0 .../views/{private => }/characterList/characterList.html | 0 .../client/views/{private => }/characterList/characterList.js | 0 .../views/{private => }/characterList/characterSideList.css | 0 .../views/{private => }/characterList/characterSideList.html | 0 .../views/{private => }/characterList/characterSideList.js | 0 rpg-docs/client/views/{private => }/feedback/feedback.html | 0 rpg-docs/client/views/{private => }/feedback/feedback.js | 0 rpg-docs/client/views/{private => }/guide/guide.css | 0 rpg-docs/client/views/{private => }/guide/guide.html | 0 rpg-docs/client/views/{private => }/home/home.html | 0 rpg-docs/client/views/{private => }/home/home.js | 0 rpg-docs/client/views/{private => }/home/intro/intro.html | 0 rpg-docs/client/views/{private => }/home/intro/intro.js | 0 rpg-docs/client/views/{private => }/home/intro/intro.scss | 0 rpg-docs/client/views/layout/layout.html | 2 ++ rpg-docs/client/views/{private => }/loading/loading.css | 0 rpg-docs/client/views/{private => }/loading/loading.html | 0 rpg-docs/client/views/{private => }/loading/loading.js | 0 .../client/views/{private => }/meta/changeLog/changeLog.html | 0 rpg-docs/client/views/{private => }/notFound/notFound.html | 0 .../{private => }/paperTemplates/baseDialog/baseDialog.html | 0 .../{private => }/paperTemplates/baseDialog/baseDialog.js | 0 .../paperTemplates/colorDropdown/colorDropdown.css | 0 .../paperTemplates/colorDropdown/colorDropdown.html | 0 .../paperTemplates/colorDropdown/colorDropdown.js | 0 .../views/{private => }/paperTemplates/fabMenu/fabMenu.html | 0 .../views/{private => }/paperTemplates/fabMenu/fabMenu.js | 0 .../views/{private => }/paperTemplates/fabMenu/fabMenu.scss | 0 .../{private => }/paperTemplates/gridPadding/gridPadding.html | 0 .../{private => }/paperTemplates/gridPadding/gridPadding.js | 0 .../views/{private => }/paperTemplates/ripple/ripple.css | 0 .../views/{private => }/paperTemplates/ripple/ripple.html | 0 .../{private => }/paperTemplates/undoToast/undoToast.html | 0 .../views/{private => }/paperTemplates/undoToast/undoToast.js | 0 rpg-docs/client/views/private/testContent.html | 3 --- rpg-docs/client/views/{private => }/user/profile/profile.html | 0 rpg-docs/client/views/{private => }/user/profile/profile.js | 0 .../views/{private => }/user/profile/usernameDialog.html | 0 .../client/views/{private => }/user/profile/usernameDialog.js | 0 rpg-docs/client/views/{private => }/user/signIn/signIn.html | 0 rpg-docs/client/views/{private => }/user/signIn/signIn.js | 0 .../views/{private => }/user/titledAtForm/titledAtForm.html | 0 162 files changed, 6 insertions(+), 3 deletions(-) rename rpg-docs/client/views/{private => }/GeneralCSS/globalDetail.css (100%) rename rpg-docs/client/views/{private => }/GeneralCSS/typography.css (100%) rename rpg-docs/client/views/{private => }/character/attacks/attackEdit/attackEdit.html (100%) rename rpg-docs/client/views/{private => }/character/attacks/attackEdit/attackEdit.js (100%) rename rpg-docs/client/views/{private => }/character/attacks/attackEditList/attackEditList.html (100%) rename rpg-docs/client/views/{private => }/character/attacks/attackEditList/attackEditList.js (100%) rename rpg-docs/client/views/{private => }/character/attacks/attackView/attackView.html (100%) rename rpg-docs/client/views/{private => }/character/attacks/attacksViewList/attacksViewList.html (100%) rename rpg-docs/client/views/{private => }/character/attacks/attacksViewList/attacksViewList.js (100%) rename rpg-docs/client/views/{private => }/character/buffs/buffDialog/buffDialog.html (100%) rename rpg-docs/client/views/{private => }/character/buffs/buffDialog/buffDialog.js (100%) rename rpg-docs/client/views/{private => }/character/characterSettings/characterSettings.html (100%) rename rpg-docs/client/views/{private => }/character/characterSettings/characterSettings.js (100%) rename rpg-docs/client/views/{private => }/character/characterSettings/deleteCharacterConfirmation.html (100%) rename rpg-docs/client/views/{private => }/character/characterSettings/deleteCharacterConfirmation.js (100%) rename rpg-docs/client/views/{private => }/character/characterSettings/shareDialog.html (100%) rename rpg-docs/client/views/{private => }/character/characterSettings/shareDialog.js (100%) rename rpg-docs/client/views/{private => }/character/characterSheet.css (100%) rename rpg-docs/client/views/{private => }/character/characterSheet.html (100%) rename rpg-docs/client/views/{private => }/character/characterSheet.js (100%) rename rpg-docs/client/views/{private => }/character/effects/effectEdit/effectEdit.css (100%) rename rpg-docs/client/views/{private => }/character/effects/effectEdit/effectEdit.html (100%) rename rpg-docs/client/views/{private => }/character/effects/effectEdit/effectEdit.js (100%) rename rpg-docs/client/views/{private => }/character/effects/effectView/effectView.css (100%) rename rpg-docs/client/views/{private => }/character/effects/effectView/effectView.html (100%) rename rpg-docs/client/views/{private => }/character/effects/effectView/effectView.js (100%) rename rpg-docs/client/views/{private => }/character/effects/effectsEditList/effectsEditList.html (100%) rename rpg-docs/client/views/{private => }/character/effects/effectsEditList/effectsEditList.js (100%) rename rpg-docs/client/views/{private => }/character/effects/effectsViewList/effectsViewList.html (100%) rename rpg-docs/client/views/{private => }/character/effects/effectsViewList/effectsViewList.js (100%) rename rpg-docs/client/views/{private => }/character/features/featureDialog/featureDialog.html (100%) rename rpg-docs/client/views/{private => }/character/features/featureDialog/featureDialog.js (100%) rename rpg-docs/client/views/{private => }/character/features/features.css (100%) rename rpg-docs/client/views/{private => }/character/features/features.html (100%) rename rpg-docs/client/views/{private => }/character/features/features.js (100%) rename rpg-docs/client/views/{private => }/character/inventory/carryCapacityBar/carryCapacityBar.html (100%) rename rpg-docs/client/views/{private => }/character/inventory/carryCapacityBar/carryCapacityBar.js (100%) rename rpg-docs/client/views/{private => }/character/inventory/carryCapacityBar/carryCapacityBar.scss (100%) rename rpg-docs/client/views/{private => }/character/inventory/carryDialog/carryDialog.html (100%) rename rpg-docs/client/views/{private => }/character/inventory/carryDialog/carryDialog.js (100%) rename rpg-docs/client/views/{private => }/character/inventory/containerDialog/containerDialog.html (100%) rename rpg-docs/client/views/{private => }/character/inventory/containerDialog/containerDialog.js (100%) rename rpg-docs/client/views/{private => }/character/inventory/inventory.html (100%) rename rpg-docs/client/views/{private => }/character/inventory/inventory.js (100%) rename rpg-docs/client/views/{private => }/character/inventory/itemDialog/itemDialog.css (100%) rename rpg-docs/client/views/{private => }/character/inventory/itemDialog/itemDialog.html (100%) rename rpg-docs/client/views/{private => }/character/inventory/itemDialog/itemDialog.js (100%) rename rpg-docs/client/views/{private => }/character/inventory/moveItemDialog/moveItemDialog.css (100%) rename rpg-docs/client/views/{private => }/character/inventory/moveItemDialog/moveItemDialog.html (100%) rename rpg-docs/client/views/{private => }/character/inventory/moveItemDialog/moveItemDialog.js (100%) rename rpg-docs/client/views/{private => }/character/inventory/splitStackDialog/splitStackDialog.html (100%) rename rpg-docs/client/views/{private => }/character/inventory/splitStackDialog/splitStackDialog.js (100%) rename rpg-docs/client/views/{private => }/character/journal/classDialog/classDialog.html (100%) rename rpg-docs/client/views/{private => }/character/journal/classDialog/classDialog.js (100%) rename rpg-docs/client/views/{private => }/character/journal/experienceDialog/experienceDialog.css (100%) rename rpg-docs/client/views/{private => }/character/journal/experienceDialog/experienceDialog.html (100%) rename rpg-docs/client/views/{private => }/character/journal/experienceDialog/experienceDialog.js (100%) rename rpg-docs/client/views/{private => }/character/journal/journal.css (100%) rename rpg-docs/client/views/{private => }/character/journal/journal.html (100%) rename rpg-docs/client/views/{private => }/character/journal/journal.js (100%) rename rpg-docs/client/views/{private => }/character/journal/noteDialog/noteDialog.css (100%) rename rpg-docs/client/views/{private => }/character/journal/noteDialog/noteDialog.html (100%) rename rpg-docs/client/views/{private => }/character/journal/noteDialog/noteDialog.js (100%) rename rpg-docs/client/views/{private => }/character/journal/raceDialog/raceDialog.html (100%) rename rpg-docs/client/views/{private => }/character/journal/raceDialog/raceDialog.js (100%) rename rpg-docs/client/views/{private => }/character/newCharacterDialog/newCharacterDialog.html (100%) rename rpg-docs/client/views/{private => }/character/newCharacterDialog/newCharacterDialog.js (100%) rename rpg-docs/client/views/{private => }/character/persona/backgroundDialog/backgroundDialog.html (100%) rename rpg-docs/client/views/{private => }/character/persona/backgroundDialog/backgroundDialog.js (100%) rename rpg-docs/client/views/{private => }/character/persona/peronaDetailsDialog/personaDetailsDialog.html (100%) rename rpg-docs/client/views/{private => }/character/persona/peronaDetailsDialog/personaDetailsDialog.js (100%) rename rpg-docs/client/views/{private => }/character/persona/persona.html (100%) rename rpg-docs/client/views/{private => }/character/persona/persona.js (100%) rename rpg-docs/client/views/{private => }/character/persona/textDialog/textDialog.html (100%) rename rpg-docs/client/views/{private => }/character/persona/textDialog/textDialog.js (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyEdit/proficiencyEdit.html (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyEdit/proficiencyEdit.js (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyEditList/proficiencyEditList.html (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyEditList/proficiencyEditList.js (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyListItem/proficiencyListItem.html (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyListItem/proficiencyListItem.js (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyView/proficiencyView.html (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyView/proficiencyView.js (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyViewList/proficiencyViewList.html (100%) rename rpg-docs/client/views/{private => }/character/proficiencies/proficiencyViewList/proficiencyViewList.js (100%) rename rpg-docs/client/views/{private => }/character/spells/spellDialog/spellDialog.css (100%) rename rpg-docs/client/views/{private => }/character/spells/spellDialog/spellDialog.html (100%) rename rpg-docs/client/views/{private => }/character/spells/spellDialog/spellDialog.js (100%) rename rpg-docs/client/views/{private => }/character/spells/spellListDialog/spellListDialog.css (100%) rename rpg-docs/client/views/{private => }/character/spells/spellListDialog/spellListDialog.html (100%) rename rpg-docs/client/views/{private => }/character/spells/spellListDialog/spellListDialog.js (100%) rename rpg-docs/client/views/{private => }/character/spells/spells.css (100%) rename rpg-docs/client/views/{private => }/character/spells/spells.html (100%) rename rpg-docs/client/views/{private => }/character/spells/spells.js (100%) rename rpg-docs/client/views/{private => }/character/stats/abilityCards/abilityCards.html (100%) rename rpg-docs/client/views/{private => }/character/stats/abilityCards/abilityCards.js (100%) rename rpg-docs/client/views/{private => }/character/stats/addTHPDialog/addTHPDialog.html (100%) rename rpg-docs/client/views/{private => }/character/stats/addTHPDialog/addTHPDialog.js (100%) rename rpg-docs/client/views/{private => }/character/stats/attributeDialog/attributeDialog.html (100%) rename rpg-docs/client/views/{private => }/character/stats/attributeDialog/attributeDialog.js (100%) rename rpg-docs/client/views/{private => }/character/stats/attributeDialog/strengthDialog/strengthDialog.html (100%) rename rpg-docs/client/views/{private => }/character/stats/attributeDialog/strengthDialog/strengthDialog.js (100%) rename rpg-docs/client/views/{private => }/character/stats/carryCapacityTable/carryCapacityTable.html (100%) rename rpg-docs/client/views/{private => }/character/stats/healthCard/healthCard.css (100%) rename rpg-docs/client/views/{private => }/character/stats/healthCard/healthCard.html (100%) rename rpg-docs/client/views/{private => }/character/stats/healthCard/healthCard.js (100%) rename rpg-docs/client/views/{private => }/character/stats/hitDice/hitDice.html (100%) rename rpg-docs/client/views/{private => }/character/stats/hitDice/hitDice.js (100%) rename rpg-docs/client/views/{private => }/character/stats/skillDialog/skillDialog.css (100%) rename rpg-docs/client/views/{private => }/character/stats/skillDialog/skillDialog.html (100%) rename rpg-docs/client/views/{private => }/character/stats/skillDialog/skillDialog.js (100%) rename rpg-docs/client/views/{private => }/character/stats/skillRow/skillRow.html (100%) rename rpg-docs/client/views/{private => }/character/stats/skillRow/skillRow.js (100%) rename rpg-docs/client/views/{private => }/character/stats/skillRow/skillRow.scss (100%) rename rpg-docs/client/views/{private => }/character/stats/stats.css (100%) rename rpg-docs/client/views/{private => }/character/stats/stats.html (100%) rename rpg-docs/client/views/{private => }/character/stats/stats.js (100%) rename rpg-docs/client/views/{private => }/characterList/characterList.css (100%) rename rpg-docs/client/views/{private => }/characterList/characterList.html (100%) rename rpg-docs/client/views/{private => }/characterList/characterList.js (100%) rename rpg-docs/client/views/{private => }/characterList/characterSideList.css (100%) rename rpg-docs/client/views/{private => }/characterList/characterSideList.html (100%) rename rpg-docs/client/views/{private => }/characterList/characterSideList.js (100%) rename rpg-docs/client/views/{private => }/feedback/feedback.html (100%) rename rpg-docs/client/views/{private => }/feedback/feedback.js (100%) rename rpg-docs/client/views/{private => }/guide/guide.css (100%) rename rpg-docs/client/views/{private => }/guide/guide.html (100%) rename rpg-docs/client/views/{private => }/home/home.html (100%) rename rpg-docs/client/views/{private => }/home/home.js (100%) rename rpg-docs/client/views/{private => }/home/intro/intro.html (100%) rename rpg-docs/client/views/{private => }/home/intro/intro.js (100%) rename rpg-docs/client/views/{private => }/home/intro/intro.scss (100%) rename rpg-docs/client/views/{private => }/loading/loading.css (100%) rename rpg-docs/client/views/{private => }/loading/loading.html (100%) rename rpg-docs/client/views/{private => }/loading/loading.js (100%) rename rpg-docs/client/views/{private => }/meta/changeLog/changeLog.html (100%) rename rpg-docs/client/views/{private => }/notFound/notFound.html (100%) rename rpg-docs/client/views/{private => }/paperTemplates/baseDialog/baseDialog.html (100%) rename rpg-docs/client/views/{private => }/paperTemplates/baseDialog/baseDialog.js (100%) rename rpg-docs/client/views/{private => }/paperTemplates/colorDropdown/colorDropdown.css (100%) rename rpg-docs/client/views/{private => }/paperTemplates/colorDropdown/colorDropdown.html (100%) rename rpg-docs/client/views/{private => }/paperTemplates/colorDropdown/colorDropdown.js (100%) rename rpg-docs/client/views/{private => }/paperTemplates/fabMenu/fabMenu.html (100%) rename rpg-docs/client/views/{private => }/paperTemplates/fabMenu/fabMenu.js (100%) rename rpg-docs/client/views/{private => }/paperTemplates/fabMenu/fabMenu.scss (100%) rename rpg-docs/client/views/{private => }/paperTemplates/gridPadding/gridPadding.html (100%) rename rpg-docs/client/views/{private => }/paperTemplates/gridPadding/gridPadding.js (100%) rename rpg-docs/client/views/{private => }/paperTemplates/ripple/ripple.css (100%) rename rpg-docs/client/views/{private => }/paperTemplates/ripple/ripple.html (100%) rename rpg-docs/client/views/{private => }/paperTemplates/undoToast/undoToast.html (100%) rename rpg-docs/client/views/{private => }/paperTemplates/undoToast/undoToast.js (100%) delete mode 100644 rpg-docs/client/views/private/testContent.html rename rpg-docs/client/views/{private => }/user/profile/profile.html (100%) rename rpg-docs/client/views/{private => }/user/profile/profile.js (100%) rename rpg-docs/client/views/{private => }/user/profile/usernameDialog.html (100%) rename rpg-docs/client/views/{private => }/user/profile/usernameDialog.js (100%) rename rpg-docs/client/views/{private => }/user/signIn/signIn.html (100%) rename rpg-docs/client/views/{private => }/user/signIn/signIn.js (100%) rename rpg-docs/client/views/{private => }/user/titledAtForm/titledAtForm.html (100%) diff --git a/rpg-docs/.meteor/packages b/rpg-docs/.meteor/packages index c2305b10..db1d5e73 100644 --- a/rpg-docs/.meteor/packages +++ b/rpg-docs/.meteor/packages @@ -43,3 +43,5 @@ standard-minifier-js@1.2.1 shell-server fourseven:scss seba:minifiers-autoprefixer +nikogosovd:multiple-uihooks +templates:array diff --git a/rpg-docs/.meteor/versions b/rpg-docs/.meteor/versions index 7bdf3093..19a5bced 100644 --- a/rpg-docs/.meteor/versions +++ b/rpg-docs/.meteor/versions @@ -83,6 +83,7 @@ modules-runtime@0.7.7 momentjs:moment@2.17.1 mongo@1.1.14 mongo-id@1.0.6 +nikogosovd:multiple-uihooks@0.1.8 npm-bcrypt@0.9.2 npm-mongo@2.2.11_2 oauth@1.1.12 @@ -112,6 +113,7 @@ splendido:accounts-emails-field@1.2.0 splendido:accounts-meld@1.3.1 srp@1.0.10 standard-minifier-js@1.2.1 +templates:array@1.0.3 templating@1.2.15 templating-compiler@1.2.15 templating-runtime@1.2.15 diff --git a/rpg-docs/client/views/private/GeneralCSS/globalDetail.css b/rpg-docs/client/views/GeneralCSS/globalDetail.css similarity index 100% rename from rpg-docs/client/views/private/GeneralCSS/globalDetail.css rename to rpg-docs/client/views/GeneralCSS/globalDetail.css diff --git a/rpg-docs/client/views/private/GeneralCSS/typography.css b/rpg-docs/client/views/GeneralCSS/typography.css similarity index 100% rename from rpg-docs/client/views/private/GeneralCSS/typography.css rename to rpg-docs/client/views/GeneralCSS/typography.css diff --git a/rpg-docs/client/views/private/character/attacks/attackEdit/attackEdit.html b/rpg-docs/client/views/character/attacks/attackEdit/attackEdit.html similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackEdit/attackEdit.html rename to rpg-docs/client/views/character/attacks/attackEdit/attackEdit.html diff --git a/rpg-docs/client/views/private/character/attacks/attackEdit/attackEdit.js b/rpg-docs/client/views/character/attacks/attackEdit/attackEdit.js similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackEdit/attackEdit.js rename to rpg-docs/client/views/character/attacks/attackEdit/attackEdit.js diff --git a/rpg-docs/client/views/private/character/attacks/attackEditList/attackEditList.html b/rpg-docs/client/views/character/attacks/attackEditList/attackEditList.html similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackEditList/attackEditList.html rename to rpg-docs/client/views/character/attacks/attackEditList/attackEditList.html diff --git a/rpg-docs/client/views/private/character/attacks/attackEditList/attackEditList.js b/rpg-docs/client/views/character/attacks/attackEditList/attackEditList.js similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackEditList/attackEditList.js rename to rpg-docs/client/views/character/attacks/attackEditList/attackEditList.js diff --git a/rpg-docs/client/views/private/character/attacks/attackView/attackView.html b/rpg-docs/client/views/character/attacks/attackView/attackView.html similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attackView/attackView.html rename to rpg-docs/client/views/character/attacks/attackView/attackView.html diff --git a/rpg-docs/client/views/private/character/attacks/attacksViewList/attacksViewList.html b/rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.html similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attacksViewList/attacksViewList.html rename to rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.html diff --git a/rpg-docs/client/views/private/character/attacks/attacksViewList/attacksViewList.js b/rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.js similarity index 100% rename from rpg-docs/client/views/private/character/attacks/attacksViewList/attacksViewList.js rename to rpg-docs/client/views/character/attacks/attacksViewList/attacksViewList.js diff --git a/rpg-docs/client/views/private/character/buffs/buffDialog/buffDialog.html b/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/buffs/buffDialog/buffDialog.html rename to rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html diff --git a/rpg-docs/client/views/private/character/buffs/buffDialog/buffDialog.js b/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/buffs/buffDialog/buffDialog.js rename to rpg-docs/client/views/character/buffs/buffDialog/buffDialog.js diff --git a/rpg-docs/client/views/private/character/characterSettings/characterSettings.html b/rpg-docs/client/views/character/characterSettings/characterSettings.html similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/characterSettings.html rename to rpg-docs/client/views/character/characterSettings/characterSettings.html diff --git a/rpg-docs/client/views/private/character/characterSettings/characterSettings.js b/rpg-docs/client/views/character/characterSettings/characterSettings.js similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/characterSettings.js rename to rpg-docs/client/views/character/characterSettings/characterSettings.js diff --git a/rpg-docs/client/views/private/character/characterSettings/deleteCharacterConfirmation.html b/rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.html similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/deleteCharacterConfirmation.html rename to rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.html diff --git a/rpg-docs/client/views/private/character/characterSettings/deleteCharacterConfirmation.js b/rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.js similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/deleteCharacterConfirmation.js rename to rpg-docs/client/views/character/characterSettings/deleteCharacterConfirmation.js diff --git a/rpg-docs/client/views/private/character/characterSettings/shareDialog.html b/rpg-docs/client/views/character/characterSettings/shareDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/shareDialog.html rename to rpg-docs/client/views/character/characterSettings/shareDialog.html diff --git a/rpg-docs/client/views/private/character/characterSettings/shareDialog.js b/rpg-docs/client/views/character/characterSettings/shareDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/characterSettings/shareDialog.js rename to rpg-docs/client/views/character/characterSettings/shareDialog.js diff --git a/rpg-docs/client/views/private/character/characterSheet.css b/rpg-docs/client/views/character/characterSheet.css similarity index 100% rename from rpg-docs/client/views/private/character/characterSheet.css rename to rpg-docs/client/views/character/characterSheet.css diff --git a/rpg-docs/client/views/private/character/characterSheet.html b/rpg-docs/client/views/character/characterSheet.html similarity index 100% rename from rpg-docs/client/views/private/character/characterSheet.html rename to rpg-docs/client/views/character/characterSheet.html diff --git a/rpg-docs/client/views/private/character/characterSheet.js b/rpg-docs/client/views/character/characterSheet.js similarity index 100% rename from rpg-docs/client/views/private/character/characterSheet.js rename to rpg-docs/client/views/character/characterSheet.js diff --git a/rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.css b/rpg-docs/client/views/character/effects/effectEdit/effectEdit.css similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.css rename to rpg-docs/client/views/character/effects/effectEdit/effectEdit.css diff --git a/rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.html b/rpg-docs/client/views/character/effects/effectEdit/effectEdit.html similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.html rename to rpg-docs/client/views/character/effects/effectEdit/effectEdit.html diff --git a/rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.js b/rpg-docs/client/views/character/effects/effectEdit/effectEdit.js similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectEdit/effectEdit.js rename to rpg-docs/client/views/character/effects/effectEdit/effectEdit.js diff --git a/rpg-docs/client/views/private/character/effects/effectView/effectView.css b/rpg-docs/client/views/character/effects/effectView/effectView.css similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectView/effectView.css rename to rpg-docs/client/views/character/effects/effectView/effectView.css diff --git a/rpg-docs/client/views/private/character/effects/effectView/effectView.html b/rpg-docs/client/views/character/effects/effectView/effectView.html similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectView/effectView.html rename to rpg-docs/client/views/character/effects/effectView/effectView.html diff --git a/rpg-docs/client/views/private/character/effects/effectView/effectView.js b/rpg-docs/client/views/character/effects/effectView/effectView.js similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectView/effectView.js rename to rpg-docs/client/views/character/effects/effectView/effectView.js diff --git a/rpg-docs/client/views/private/character/effects/effectsEditList/effectsEditList.html b/rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.html similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectsEditList/effectsEditList.html rename to rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.html diff --git a/rpg-docs/client/views/private/character/effects/effectsEditList/effectsEditList.js b/rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.js similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectsEditList/effectsEditList.js rename to rpg-docs/client/views/character/effects/effectsEditList/effectsEditList.js diff --git a/rpg-docs/client/views/private/character/effects/effectsViewList/effectsViewList.html b/rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.html similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectsViewList/effectsViewList.html rename to rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.html diff --git a/rpg-docs/client/views/private/character/effects/effectsViewList/effectsViewList.js b/rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.js similarity index 100% rename from rpg-docs/client/views/private/character/effects/effectsViewList/effectsViewList.js rename to rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.js diff --git a/rpg-docs/client/views/private/character/features/featureDialog/featureDialog.html b/rpg-docs/client/views/character/features/featureDialog/featureDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/features/featureDialog/featureDialog.html rename to rpg-docs/client/views/character/features/featureDialog/featureDialog.html diff --git a/rpg-docs/client/views/private/character/features/featureDialog/featureDialog.js b/rpg-docs/client/views/character/features/featureDialog/featureDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/features/featureDialog/featureDialog.js rename to rpg-docs/client/views/character/features/featureDialog/featureDialog.js diff --git a/rpg-docs/client/views/private/character/features/features.css b/rpg-docs/client/views/character/features/features.css similarity index 100% rename from rpg-docs/client/views/private/character/features/features.css rename to rpg-docs/client/views/character/features/features.css diff --git a/rpg-docs/client/views/private/character/features/features.html b/rpg-docs/client/views/character/features/features.html similarity index 100% rename from rpg-docs/client/views/private/character/features/features.html rename to rpg-docs/client/views/character/features/features.html diff --git a/rpg-docs/client/views/private/character/features/features.js b/rpg-docs/client/views/character/features/features.js similarity index 100% rename from rpg-docs/client/views/private/character/features/features.js rename to rpg-docs/client/views/character/features/features.js diff --git a/rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.html b/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.html rename to rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.html diff --git a/rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.js b/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.js rename to rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.js diff --git a/rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.scss b/rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.scss similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryCapacityBar/carryCapacityBar.scss rename to rpg-docs/client/views/character/inventory/carryCapacityBar/carryCapacityBar.scss diff --git a/rpg-docs/client/views/private/character/inventory/carryDialog/carryDialog.html b/rpg-docs/client/views/character/inventory/carryDialog/carryDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryDialog/carryDialog.html rename to rpg-docs/client/views/character/inventory/carryDialog/carryDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/carryDialog/carryDialog.js b/rpg-docs/client/views/character/inventory/carryDialog/carryDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/carryDialog/carryDialog.js rename to rpg-docs/client/views/character/inventory/carryDialog/carryDialog.js diff --git a/rpg-docs/client/views/private/character/inventory/containerDialog/containerDialog.html b/rpg-docs/client/views/character/inventory/containerDialog/containerDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/containerDialog/containerDialog.html rename to rpg-docs/client/views/character/inventory/containerDialog/containerDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/containerDialog/containerDialog.js b/rpg-docs/client/views/character/inventory/containerDialog/containerDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/containerDialog/containerDialog.js rename to rpg-docs/client/views/character/inventory/containerDialog/containerDialog.js diff --git a/rpg-docs/client/views/private/character/inventory/inventory.html b/rpg-docs/client/views/character/inventory/inventory.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/inventory.html rename to rpg-docs/client/views/character/inventory/inventory.html diff --git a/rpg-docs/client/views/private/character/inventory/inventory.js b/rpg-docs/client/views/character/inventory/inventory.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/inventory.js rename to rpg-docs/client/views/character/inventory/inventory.js diff --git a/rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.css b/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.css rename to rpg-docs/client/views/character/inventory/itemDialog/itemDialog.css diff --git a/rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.html b/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.html rename to rpg-docs/client/views/character/inventory/itemDialog/itemDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.js b/rpg-docs/client/views/character/inventory/itemDialog/itemDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/itemDialog/itemDialog.js rename to rpg-docs/client/views/character/inventory/itemDialog/itemDialog.js diff --git a/rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.css b/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.css rename to rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.css diff --git a/rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.html b/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.html rename to rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.js b/rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/moveItemDialog/moveItemDialog.js rename to rpg-docs/client/views/character/inventory/moveItemDialog/moveItemDialog.js diff --git a/rpg-docs/client/views/private/character/inventory/splitStackDialog/splitStackDialog.html b/rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/inventory/splitStackDialog/splitStackDialog.html rename to rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.html diff --git a/rpg-docs/client/views/private/character/inventory/splitStackDialog/splitStackDialog.js b/rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/inventory/splitStackDialog/splitStackDialog.js rename to rpg-docs/client/views/character/inventory/splitStackDialog/splitStackDialog.js diff --git a/rpg-docs/client/views/private/character/journal/classDialog/classDialog.html b/rpg-docs/client/views/character/journal/classDialog/classDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/classDialog/classDialog.html rename to rpg-docs/client/views/character/journal/classDialog/classDialog.html diff --git a/rpg-docs/client/views/private/character/journal/classDialog/classDialog.js b/rpg-docs/client/views/character/journal/classDialog/classDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/classDialog/classDialog.js rename to rpg-docs/client/views/character/journal/classDialog/classDialog.js diff --git a/rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.css b/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.css rename to rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.css diff --git a/rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.html b/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.html rename to rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.html diff --git a/rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.js b/rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/experienceDialog/experienceDialog.js rename to rpg-docs/client/views/character/journal/experienceDialog/experienceDialog.js diff --git a/rpg-docs/client/views/private/character/journal/journal.css b/rpg-docs/client/views/character/journal/journal.css similarity index 100% rename from rpg-docs/client/views/private/character/journal/journal.css rename to rpg-docs/client/views/character/journal/journal.css diff --git a/rpg-docs/client/views/private/character/journal/journal.html b/rpg-docs/client/views/character/journal/journal.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/journal.html rename to rpg-docs/client/views/character/journal/journal.html diff --git a/rpg-docs/client/views/private/character/journal/journal.js b/rpg-docs/client/views/character/journal/journal.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/journal.js rename to rpg-docs/client/views/character/journal/journal.js diff --git a/rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.css b/rpg-docs/client/views/character/journal/noteDialog/noteDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.css rename to rpg-docs/client/views/character/journal/noteDialog/noteDialog.css diff --git a/rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.html b/rpg-docs/client/views/character/journal/noteDialog/noteDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.html rename to rpg-docs/client/views/character/journal/noteDialog/noteDialog.html diff --git a/rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.js b/rpg-docs/client/views/character/journal/noteDialog/noteDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/noteDialog/noteDialog.js rename to rpg-docs/client/views/character/journal/noteDialog/noteDialog.js diff --git a/rpg-docs/client/views/private/character/journal/raceDialog/raceDialog.html b/rpg-docs/client/views/character/journal/raceDialog/raceDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/journal/raceDialog/raceDialog.html rename to rpg-docs/client/views/character/journal/raceDialog/raceDialog.html diff --git a/rpg-docs/client/views/private/character/journal/raceDialog/raceDialog.js b/rpg-docs/client/views/character/journal/raceDialog/raceDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/journal/raceDialog/raceDialog.js rename to rpg-docs/client/views/character/journal/raceDialog/raceDialog.js diff --git a/rpg-docs/client/views/private/character/newCharacterDialog/newCharacterDialog.html b/rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/newCharacterDialog/newCharacterDialog.html rename to rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.html diff --git a/rpg-docs/client/views/private/character/newCharacterDialog/newCharacterDialog.js b/rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/newCharacterDialog/newCharacterDialog.js rename to rpg-docs/client/views/character/newCharacterDialog/newCharacterDialog.js diff --git a/rpg-docs/client/views/private/character/persona/backgroundDialog/backgroundDialog.html b/rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/persona/backgroundDialog/backgroundDialog.html rename to rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.html diff --git a/rpg-docs/client/views/private/character/persona/backgroundDialog/backgroundDialog.js b/rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/persona/backgroundDialog/backgroundDialog.js rename to rpg-docs/client/views/character/persona/backgroundDialog/backgroundDialog.js diff --git a/rpg-docs/client/views/private/character/persona/peronaDetailsDialog/personaDetailsDialog.html b/rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/persona/peronaDetailsDialog/personaDetailsDialog.html rename to rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.html diff --git a/rpg-docs/client/views/private/character/persona/peronaDetailsDialog/personaDetailsDialog.js b/rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/persona/peronaDetailsDialog/personaDetailsDialog.js rename to rpg-docs/client/views/character/persona/peronaDetailsDialog/personaDetailsDialog.js diff --git a/rpg-docs/client/views/private/character/persona/persona.html b/rpg-docs/client/views/character/persona/persona.html similarity index 100% rename from rpg-docs/client/views/private/character/persona/persona.html rename to rpg-docs/client/views/character/persona/persona.html diff --git a/rpg-docs/client/views/private/character/persona/persona.js b/rpg-docs/client/views/character/persona/persona.js similarity index 100% rename from rpg-docs/client/views/private/character/persona/persona.js rename to rpg-docs/client/views/character/persona/persona.js diff --git a/rpg-docs/client/views/private/character/persona/textDialog/textDialog.html b/rpg-docs/client/views/character/persona/textDialog/textDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/persona/textDialog/textDialog.html rename to rpg-docs/client/views/character/persona/textDialog/textDialog.html diff --git a/rpg-docs/client/views/private/character/persona/textDialog/textDialog.js b/rpg-docs/client/views/character/persona/textDialog/textDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/persona/textDialog/textDialog.js rename to rpg-docs/client/views/character/persona/textDialog/textDialog.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyEdit/proficiencyEdit.html b/rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyEdit/proficiencyEdit.html rename to rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyEdit/proficiencyEdit.js b/rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyEdit/proficiencyEdit.js rename to rpg-docs/client/views/character/proficiencies/proficiencyEdit/proficiencyEdit.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyEditList/proficiencyEditList.html b/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyEditList/proficiencyEditList.html rename to rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyEditList/proficiencyEditList.js b/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyEditList/proficiencyEditList.js rename to rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyListItem/proficiencyListItem.html b/rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyListItem/proficiencyListItem.html rename to rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyListItem/proficiencyListItem.js b/rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyListItem/proficiencyListItem.js rename to rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyView/proficiencyView.html b/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyView/proficiencyView.html rename to rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyView/proficiencyView.js b/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyView/proficiencyView.js rename to rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.js diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyViewList/proficiencyViewList.html b/rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyViewList/proficiencyViewList.html rename to rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html diff --git a/rpg-docs/client/views/private/character/proficiencies/proficiencyViewList/proficiencyViewList.js b/rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.js similarity index 100% rename from rpg-docs/client/views/private/character/proficiencies/proficiencyViewList/proficiencyViewList.js rename to rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.js diff --git a/rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.css b/rpg-docs/client/views/character/spells/spellDialog/spellDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.css rename to rpg-docs/client/views/character/spells/spellDialog/spellDialog.css diff --git a/rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.html b/rpg-docs/client/views/character/spells/spellDialog/spellDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.html rename to rpg-docs/client/views/character/spells/spellDialog/spellDialog.html diff --git a/rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.js b/rpg-docs/client/views/character/spells/spellDialog/spellDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellDialog/spellDialog.js rename to rpg-docs/client/views/character/spells/spellDialog/spellDialog.js diff --git a/rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.css b/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.css rename to rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.css diff --git a/rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.html b/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.html rename to rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.html diff --git a/rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.js b/rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/spells/spellListDialog/spellListDialog.js rename to rpg-docs/client/views/character/spells/spellListDialog/spellListDialog.js diff --git a/rpg-docs/client/views/private/character/spells/spells.css b/rpg-docs/client/views/character/spells/spells.css similarity index 100% rename from rpg-docs/client/views/private/character/spells/spells.css rename to rpg-docs/client/views/character/spells/spells.css diff --git a/rpg-docs/client/views/private/character/spells/spells.html b/rpg-docs/client/views/character/spells/spells.html similarity index 100% rename from rpg-docs/client/views/private/character/spells/spells.html rename to rpg-docs/client/views/character/spells/spells.html diff --git a/rpg-docs/client/views/private/character/spells/spells.js b/rpg-docs/client/views/character/spells/spells.js similarity index 100% rename from rpg-docs/client/views/private/character/spells/spells.js rename to rpg-docs/client/views/character/spells/spells.js diff --git a/rpg-docs/client/views/private/character/stats/abilityCards/abilityCards.html b/rpg-docs/client/views/character/stats/abilityCards/abilityCards.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/abilityCards/abilityCards.html rename to rpg-docs/client/views/character/stats/abilityCards/abilityCards.html diff --git a/rpg-docs/client/views/private/character/stats/abilityCards/abilityCards.js b/rpg-docs/client/views/character/stats/abilityCards/abilityCards.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/abilityCards/abilityCards.js rename to rpg-docs/client/views/character/stats/abilityCards/abilityCards.js diff --git a/rpg-docs/client/views/private/character/stats/addTHPDialog/addTHPDialog.html b/rpg-docs/client/views/character/stats/addTHPDialog/addTHPDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/addTHPDialog/addTHPDialog.html rename to rpg-docs/client/views/character/stats/addTHPDialog/addTHPDialog.html diff --git a/rpg-docs/client/views/private/character/stats/addTHPDialog/addTHPDialog.js b/rpg-docs/client/views/character/stats/addTHPDialog/addTHPDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/addTHPDialog/addTHPDialog.js rename to rpg-docs/client/views/character/stats/addTHPDialog/addTHPDialog.js diff --git a/rpg-docs/client/views/private/character/stats/attributeDialog/attributeDialog.html b/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/attributeDialog/attributeDialog.html rename to rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html diff --git a/rpg-docs/client/views/private/character/stats/attributeDialog/attributeDialog.js b/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/attributeDialog/attributeDialog.js rename to rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.js diff --git a/rpg-docs/client/views/private/character/stats/attributeDialog/strengthDialog/strengthDialog.html b/rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/attributeDialog/strengthDialog/strengthDialog.html rename to rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.html diff --git a/rpg-docs/client/views/private/character/stats/attributeDialog/strengthDialog/strengthDialog.js b/rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/attributeDialog/strengthDialog/strengthDialog.js rename to rpg-docs/client/views/character/stats/attributeDialog/strengthDialog/strengthDialog.js diff --git a/rpg-docs/client/views/private/character/stats/carryCapacityTable/carryCapacityTable.html b/rpg-docs/client/views/character/stats/carryCapacityTable/carryCapacityTable.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/carryCapacityTable/carryCapacityTable.html rename to rpg-docs/client/views/character/stats/carryCapacityTable/carryCapacityTable.html diff --git a/rpg-docs/client/views/private/character/stats/healthCard/healthCard.css b/rpg-docs/client/views/character/stats/healthCard/healthCard.css similarity index 100% rename from rpg-docs/client/views/private/character/stats/healthCard/healthCard.css rename to rpg-docs/client/views/character/stats/healthCard/healthCard.css diff --git a/rpg-docs/client/views/private/character/stats/healthCard/healthCard.html b/rpg-docs/client/views/character/stats/healthCard/healthCard.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/healthCard/healthCard.html rename to rpg-docs/client/views/character/stats/healthCard/healthCard.html diff --git a/rpg-docs/client/views/private/character/stats/healthCard/healthCard.js b/rpg-docs/client/views/character/stats/healthCard/healthCard.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/healthCard/healthCard.js rename to rpg-docs/client/views/character/stats/healthCard/healthCard.js diff --git a/rpg-docs/client/views/private/character/stats/hitDice/hitDice.html b/rpg-docs/client/views/character/stats/hitDice/hitDice.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/hitDice/hitDice.html rename to rpg-docs/client/views/character/stats/hitDice/hitDice.html diff --git a/rpg-docs/client/views/private/character/stats/hitDice/hitDice.js b/rpg-docs/client/views/character/stats/hitDice/hitDice.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/hitDice/hitDice.js rename to rpg-docs/client/views/character/stats/hitDice/hitDice.js diff --git a/rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.css b/rpg-docs/client/views/character/stats/skillDialog/skillDialog.css similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.css rename to rpg-docs/client/views/character/stats/skillDialog/skillDialog.css diff --git a/rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.html b/rpg-docs/client/views/character/stats/skillDialog/skillDialog.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.html rename to rpg-docs/client/views/character/stats/skillDialog/skillDialog.html diff --git a/rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.js b/rpg-docs/client/views/character/stats/skillDialog/skillDialog.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillDialog/skillDialog.js rename to rpg-docs/client/views/character/stats/skillDialog/skillDialog.js diff --git a/rpg-docs/client/views/private/character/stats/skillRow/skillRow.html b/rpg-docs/client/views/character/stats/skillRow/skillRow.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillRow/skillRow.html rename to rpg-docs/client/views/character/stats/skillRow/skillRow.html diff --git a/rpg-docs/client/views/private/character/stats/skillRow/skillRow.js b/rpg-docs/client/views/character/stats/skillRow/skillRow.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillRow/skillRow.js rename to rpg-docs/client/views/character/stats/skillRow/skillRow.js diff --git a/rpg-docs/client/views/private/character/stats/skillRow/skillRow.scss b/rpg-docs/client/views/character/stats/skillRow/skillRow.scss similarity index 100% rename from rpg-docs/client/views/private/character/stats/skillRow/skillRow.scss rename to rpg-docs/client/views/character/stats/skillRow/skillRow.scss diff --git a/rpg-docs/client/views/private/character/stats/stats.css b/rpg-docs/client/views/character/stats/stats.css similarity index 100% rename from rpg-docs/client/views/private/character/stats/stats.css rename to rpg-docs/client/views/character/stats/stats.css diff --git a/rpg-docs/client/views/private/character/stats/stats.html b/rpg-docs/client/views/character/stats/stats.html similarity index 100% rename from rpg-docs/client/views/private/character/stats/stats.html rename to rpg-docs/client/views/character/stats/stats.html diff --git a/rpg-docs/client/views/private/character/stats/stats.js b/rpg-docs/client/views/character/stats/stats.js similarity index 100% rename from rpg-docs/client/views/private/character/stats/stats.js rename to rpg-docs/client/views/character/stats/stats.js diff --git a/rpg-docs/client/views/private/characterList/characterList.css b/rpg-docs/client/views/characterList/characterList.css similarity index 100% rename from rpg-docs/client/views/private/characterList/characterList.css rename to rpg-docs/client/views/characterList/characterList.css diff --git a/rpg-docs/client/views/private/characterList/characterList.html b/rpg-docs/client/views/characterList/characterList.html similarity index 100% rename from rpg-docs/client/views/private/characterList/characterList.html rename to rpg-docs/client/views/characterList/characterList.html diff --git a/rpg-docs/client/views/private/characterList/characterList.js b/rpg-docs/client/views/characterList/characterList.js similarity index 100% rename from rpg-docs/client/views/private/characterList/characterList.js rename to rpg-docs/client/views/characterList/characterList.js diff --git a/rpg-docs/client/views/private/characterList/characterSideList.css b/rpg-docs/client/views/characterList/characterSideList.css similarity index 100% rename from rpg-docs/client/views/private/characterList/characterSideList.css rename to rpg-docs/client/views/characterList/characterSideList.css diff --git a/rpg-docs/client/views/private/characterList/characterSideList.html b/rpg-docs/client/views/characterList/characterSideList.html similarity index 100% rename from rpg-docs/client/views/private/characterList/characterSideList.html rename to rpg-docs/client/views/characterList/characterSideList.html diff --git a/rpg-docs/client/views/private/characterList/characterSideList.js b/rpg-docs/client/views/characterList/characterSideList.js similarity index 100% rename from rpg-docs/client/views/private/characterList/characterSideList.js rename to rpg-docs/client/views/characterList/characterSideList.js diff --git a/rpg-docs/client/views/private/feedback/feedback.html b/rpg-docs/client/views/feedback/feedback.html similarity index 100% rename from rpg-docs/client/views/private/feedback/feedback.html rename to rpg-docs/client/views/feedback/feedback.html diff --git a/rpg-docs/client/views/private/feedback/feedback.js b/rpg-docs/client/views/feedback/feedback.js similarity index 100% rename from rpg-docs/client/views/private/feedback/feedback.js rename to rpg-docs/client/views/feedback/feedback.js diff --git a/rpg-docs/client/views/private/guide/guide.css b/rpg-docs/client/views/guide/guide.css similarity index 100% rename from rpg-docs/client/views/private/guide/guide.css rename to rpg-docs/client/views/guide/guide.css diff --git a/rpg-docs/client/views/private/guide/guide.html b/rpg-docs/client/views/guide/guide.html similarity index 100% rename from rpg-docs/client/views/private/guide/guide.html rename to rpg-docs/client/views/guide/guide.html diff --git a/rpg-docs/client/views/private/home/home.html b/rpg-docs/client/views/home/home.html similarity index 100% rename from rpg-docs/client/views/private/home/home.html rename to rpg-docs/client/views/home/home.html diff --git a/rpg-docs/client/views/private/home/home.js b/rpg-docs/client/views/home/home.js similarity index 100% rename from rpg-docs/client/views/private/home/home.js rename to rpg-docs/client/views/home/home.js diff --git a/rpg-docs/client/views/private/home/intro/intro.html b/rpg-docs/client/views/home/intro/intro.html similarity index 100% rename from rpg-docs/client/views/private/home/intro/intro.html rename to rpg-docs/client/views/home/intro/intro.html diff --git a/rpg-docs/client/views/private/home/intro/intro.js b/rpg-docs/client/views/home/intro/intro.js similarity index 100% rename from rpg-docs/client/views/private/home/intro/intro.js rename to rpg-docs/client/views/home/intro/intro.js diff --git a/rpg-docs/client/views/private/home/intro/intro.scss b/rpg-docs/client/views/home/intro/intro.scss similarity index 100% rename from rpg-docs/client/views/private/home/intro/intro.scss rename to rpg-docs/client/views/home/intro/intro.scss diff --git a/rpg-docs/client/views/layout/layout.html b/rpg-docs/client/views/layout/layout.html index 605b107e..ad863d4b 100644 --- a/rpg-docs/client/views/layout/layout.html +++ b/rpg-docs/client/views/layout/layout.html @@ -79,4 +79,6 @@ {{/if}} +
+ {{> dialogStack}} diff --git a/rpg-docs/client/views/private/loading/loading.css b/rpg-docs/client/views/loading/loading.css similarity index 100% rename from rpg-docs/client/views/private/loading/loading.css rename to rpg-docs/client/views/loading/loading.css diff --git a/rpg-docs/client/views/private/loading/loading.html b/rpg-docs/client/views/loading/loading.html similarity index 100% rename from rpg-docs/client/views/private/loading/loading.html rename to rpg-docs/client/views/loading/loading.html diff --git a/rpg-docs/client/views/private/loading/loading.js b/rpg-docs/client/views/loading/loading.js similarity index 100% rename from rpg-docs/client/views/private/loading/loading.js rename to rpg-docs/client/views/loading/loading.js diff --git a/rpg-docs/client/views/private/meta/changeLog/changeLog.html b/rpg-docs/client/views/meta/changeLog/changeLog.html similarity index 100% rename from rpg-docs/client/views/private/meta/changeLog/changeLog.html rename to rpg-docs/client/views/meta/changeLog/changeLog.html diff --git a/rpg-docs/client/views/private/notFound/notFound.html b/rpg-docs/client/views/notFound/notFound.html similarity index 100% rename from rpg-docs/client/views/private/notFound/notFound.html rename to rpg-docs/client/views/notFound/notFound.html diff --git a/rpg-docs/client/views/private/paperTemplates/baseDialog/baseDialog.html b/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/baseDialog/baseDialog.html rename to rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.html diff --git a/rpg-docs/client/views/private/paperTemplates/baseDialog/baseDialog.js b/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/baseDialog/baseDialog.js rename to rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.js diff --git a/rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.css b/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.css similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.css rename to rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.css diff --git a/rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.html b/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.html rename to rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.html diff --git a/rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.js b/rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/colorDropdown/colorDropdown.js rename to rpg-docs/client/views/paperTemplates/colorDropdown/colorDropdown.js diff --git a/rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.html b/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.html rename to rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.html diff --git a/rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.js b/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.js rename to rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.js diff --git a/rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.scss b/rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.scss similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/fabMenu/fabMenu.scss rename to rpg-docs/client/views/paperTemplates/fabMenu/fabMenu.scss diff --git a/rpg-docs/client/views/private/paperTemplates/gridPadding/gridPadding.html b/rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/gridPadding/gridPadding.html rename to rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.html diff --git a/rpg-docs/client/views/private/paperTemplates/gridPadding/gridPadding.js b/rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/gridPadding/gridPadding.js rename to rpg-docs/client/views/paperTemplates/gridPadding/gridPadding.js diff --git a/rpg-docs/client/views/private/paperTemplates/ripple/ripple.css b/rpg-docs/client/views/paperTemplates/ripple/ripple.css similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/ripple/ripple.css rename to rpg-docs/client/views/paperTemplates/ripple/ripple.css diff --git a/rpg-docs/client/views/private/paperTemplates/ripple/ripple.html b/rpg-docs/client/views/paperTemplates/ripple/ripple.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/ripple/ripple.html rename to rpg-docs/client/views/paperTemplates/ripple/ripple.html diff --git a/rpg-docs/client/views/private/paperTemplates/undoToast/undoToast.html b/rpg-docs/client/views/paperTemplates/undoToast/undoToast.html similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/undoToast/undoToast.html rename to rpg-docs/client/views/paperTemplates/undoToast/undoToast.html diff --git a/rpg-docs/client/views/private/paperTemplates/undoToast/undoToast.js b/rpg-docs/client/views/paperTemplates/undoToast/undoToast.js similarity index 100% rename from rpg-docs/client/views/private/paperTemplates/undoToast/undoToast.js rename to rpg-docs/client/views/paperTemplates/undoToast/undoToast.js diff --git a/rpg-docs/client/views/private/testContent.html b/rpg-docs/client/views/private/testContent.html deleted file mode 100644 index b4b7427a..00000000 --- a/rpg-docs/client/views/private/testContent.html +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/rpg-docs/client/views/private/user/profile/profile.html b/rpg-docs/client/views/user/profile/profile.html similarity index 100% rename from rpg-docs/client/views/private/user/profile/profile.html rename to rpg-docs/client/views/user/profile/profile.html diff --git a/rpg-docs/client/views/private/user/profile/profile.js b/rpg-docs/client/views/user/profile/profile.js similarity index 100% rename from rpg-docs/client/views/private/user/profile/profile.js rename to rpg-docs/client/views/user/profile/profile.js diff --git a/rpg-docs/client/views/private/user/profile/usernameDialog.html b/rpg-docs/client/views/user/profile/usernameDialog.html similarity index 100% rename from rpg-docs/client/views/private/user/profile/usernameDialog.html rename to rpg-docs/client/views/user/profile/usernameDialog.html diff --git a/rpg-docs/client/views/private/user/profile/usernameDialog.js b/rpg-docs/client/views/user/profile/usernameDialog.js similarity index 100% rename from rpg-docs/client/views/private/user/profile/usernameDialog.js rename to rpg-docs/client/views/user/profile/usernameDialog.js diff --git a/rpg-docs/client/views/private/user/signIn/signIn.html b/rpg-docs/client/views/user/signIn/signIn.html similarity index 100% rename from rpg-docs/client/views/private/user/signIn/signIn.html rename to rpg-docs/client/views/user/signIn/signIn.html diff --git a/rpg-docs/client/views/private/user/signIn/signIn.js b/rpg-docs/client/views/user/signIn/signIn.js similarity index 100% rename from rpg-docs/client/views/private/user/signIn/signIn.js rename to rpg-docs/client/views/user/signIn/signIn.js diff --git a/rpg-docs/client/views/private/user/titledAtForm/titledAtForm.html b/rpg-docs/client/views/user/titledAtForm/titledAtForm.html similarity index 100% rename from rpg-docs/client/views/private/user/titledAtForm/titledAtForm.html rename to rpg-docs/client/views/user/titledAtForm/titledAtForm.html