You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove the /smart folder. I guess this was intended for resuable components?
Bonus:
We have a lot of files just floating around in the root fldr /src/; Sort them into /utils for pure js stuff we need (like listening for events globally) and into /enums /data /interfaces /types`
The text was updated successfully, but these errors were encountered:
Current structure of components:
. ├── Banner.vue ├── BigButton.vue ├── BlacksmithNav.vue ├── CBButton.vue ├── CardFrame.vue ├── CardFrameToggled.vue ├── CharacterArt.vue ├── CharacterBar.vue ├── CharacterNav.vue ├── CombatResults.vue ├── CurrencyConverter.vue ├── Hint.vue ├── Loader.vue ├── NavBar.vue ├── NftIcon.vue ├── NftOptionsDropdown.vue ├── Options.vue ├── P2EButton.vue ├── PartneredProject.vue ├── RightMenu.vue ├── SideBar.vue ├── SkeletonLoader.vue ├── SmallBar.vue ├── SmallButton.vue ├── StakeSelectorItem.vue ├── StaminaBar.vue ├── ViewLinks.vue ├── WeaponIcon.vue ├── WeaponIconNew.vue ├── WeaponInvetory.vue ├── WeaponPopover.vue ├── WeaponViewer.vue ├── modals │ └── ModalContainer.vue └── smart ├── AdminTab.vue ├── AdminTabs │ ├── BlacksmithAdmin.vue │ ├── BurningManagerAdmin.vue │ ├── CBKLandAdmin.vue │ ├── CryptoBladesAdmin.vue │ ├── PartnerVaultAdmin.vue │ ├── QuestsAdmin.vue │ ├── RaidAdmin.vue ├── PvPButton.vue ├── PvPCharacter.vue ├── PvPDivider.vue ├── PvPDuelModal.vue ├── PvPKickedModal.vue ├── PvPLeaderboards.vue ├── PvPNavBar.vue ├── PvPRewards.vue ├── PvPSeparator.vue ├── PvPShield.vue ├── PvPUnderAttackModal.vue ├── PvPWeapon.vue ├── QuestActions.vue ├── QuestCharacter.vue ├── QuestComponentIcon.vue ├── QuestRequirements.vue ├── QuestReward.vue ├── QuestRewards.vue ├── QuestRow.vue ├── QuestSubmissionModal.vue ├── QuestTemplatesDisplay.vue ├── QuestsList.vue ├── RoleGranter.vue ├── RoleRevoker.vue ├── SkillBalanceDisplay.vue ├── SpecialWeaponForgeModal.vue ├── WeaponGrid.vue ├── WeaponGridNew.vue └── WeaponRowGrid.vue
I'd like to have the components to be more organized.
Suggestion:
Bonus:
/src/
; Sort them into/utils
for pure js stuff we need (like listening for events globally) and into/enums
/data/interfaces
/types`The text was updated successfully, but these errors were encountered: