Skip to content

Commit

Permalink
remove researchpage
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Oct 28, 2024
1 parent 687a573 commit 3418a85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions frontend/src/lib/components/ResearchPage.svelte

This file was deleted.

3 changes: 0 additions & 3 deletions frontend/src/lib/components/UserProfile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
goto(`/${base}`);
}
}
$effect(() => {
console.log('userdata in profile: ', userData);
});
</script>

<Popover {triggeredBy} class="text-gray-700 dark:text-gray-400">
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/lib/stores/componentStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import RadioList from '$lib/components/DataInput/RadioList.svelte';
import Milestone from '$lib/components/Milestone.svelte';
import MilestoneGroup from '$lib/components/MilestoneGroup.svelte';
import MilestoneOverview from '$lib/components/MilestoneOverview.svelte';
import ResearchPage from '$lib/components/ResearchPage.svelte';
import UserDataInput from '$lib/components/UserDataInput.svelte';

import { Fileupload, Input, MultiSelect, Select, Textarea } from 'flowbite-svelte';
import { Card, Fileupload, Input, MultiSelect, Select, Textarea } from 'flowbite-svelte';
import type { Component } from 'svelte';
import { writable } from 'svelte/store';

Expand All @@ -31,7 +30,7 @@ export const componentTable: ComponentTable = {
fileupload: Fileupload,
textarea: Textarea,
adminPage: AdminPage,
researchPage: ResearchPage
researchPage: Card
};
export const activeTabPersonal = writable('userDataInput');
export const activeTabChildren = writable('childrenGallery');

0 comments on commit 3418a85

Please sign in to comment.