Matt/preference upd #77

Merged
matthieu42morin merged 3 commits from Matt/preferenceUPD into master 2023-03-20 07:51:10 +00:00

3 Commits

Author SHA1 Message Date
matthieu42morin 261895a38e Merge branch 'master' of https://github.com/erant-s-r-o/erant into Matt/preferenceUPD 2023-03-20 08:50:03 +01:00
matthieu42morin 5e5c9eee93 Update categories, preferences, and experience, indentation, and other minor changes
Changes to be committed:
	modified:   package-lock.json
	modified:   package.json
	modified:   src/__routes.svelte
	renamed:    src/lib/components/Interests/category.svelte -> src/lib/components/Categories/category.svelte
	new file:   src/lib/components/Categories/category2InRow.svelte
	new file:   src/lib/components/Categories/category3InRow.svelte
	renamed:    src/lib/components/Interests/Interests.svelte -> src/lib/components/Categories/interests.svelte
	modified:   src/lib/router/Router.svelte
	renamed:    src/lib/stores/game.js -> src/lib/stores/stores.js
	modified:   src/lib/utils/IdGenerator.js
	modified:   src/lib/utils/api.js
	renamed:    src/lib/utils/database/game.ts -> src/lib/utils/database/experience.ts
	new file:   src/lib/utils/database/preferences.ts
	modified:   src/lib/utils/stores.js
	new file:   src/locales/cz.json
	new file:   src/locales/en.json
	new file:   src/locales/i18n.ts
	new file:   src/locales/languages.ts
	modified:   src/routes/authorization/register/register.svelte
	modified:   src/routes/explore/explore.svelte
	modified:   src/routes/game/Forms/MultiChoiceForm.svelte
	modified:   src/routes/game/Forms/NumberForm.svelte
	modified:   src/routes/game/Forms/Renderer.svelte
	modified:   src/routes/game/Forms/SingleChoiceForm.svelte
	modified:   src/routes/game/Forms/TextForm.svelte
	renamed:    src/routes/game/game.svelte -> src/routes/game/experience.svelte
	modified:   src/routes/homepage/homepage.svelte
	modified:   src/routes/map/map.svelte
	modified:   src/routes/onboarding/interestsPage.svelte
	modified:   src/routes/profile/functions/Interests-Update.svelte

 Changes not staged for commit:
	modified:   src/lib/utils/parseQuestion.js
2023-03-20 08:44:21 +01:00
matthieu42morin e9402c2825 On branch Matt/preferenceUPD
Changes to be committed:
	modified:   index.html
	modified:   postcss.config.cjs
	modified:   public/serviceworker.js
	modified:   src/__routes.svelte
	modified:   src/lib/collections.ts
	modified:   src/lib/components/Interests/Interests.svelte
	new file:   src/lib/components/Interests/category.svelte
	new file:   src/routes/onboarding/interestsPage.svelte
	modified:   src/routes/profile/functions/Interests-Update.svelte
2023-03-19 03:26:11 +01:00