From b9cc336f47ca52d3a3f9dc862816a4d6e5daf5ea Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 9 Aug 2024 22:08:28 -0400 Subject: [PATCH] types added --- .../family-connect.component.html | 61 +++---------------- .../family-connect.component.ts | 3 +- 2 files changed, 12 insertions(+), 52 deletions(-) diff --git a/src/app/components/family-connect/family-connect.component.html b/src/app/components/family-connect/family-connect.component.html index b162f5a..23b879c 100644 --- a/src/app/components/family-connect/family-connect.component.html +++ b/src/app/components/family-connect/family-connect.component.html @@ -63,67 +63,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
+
- Invite : {{currentInvite.firstname}} {{currentInvite.lastname}} + Invite : {{currentInvite.firstname}} {{currentInvite.lastname}} - - - - - Let's : - Chat + Let's : + + + Chat + do Number Games + do Science Knowledge + + Cancel diff --git a/src/app/components/family-connect/family-connect.component.ts b/src/app/components/family-connect/family-connect.component.ts index b38b0e4..088133f 100644 --- a/src/app/components/family-connect/family-connect.component.ts +++ b/src/app/components/family-connect/family-connect.component.ts @@ -1,4 +1,4 @@ -import { Component, OnInit } from '@angular/core'; +import {Component, OnInit, ViewChild} from '@angular/core'; import {WrenchService} from "../../services/wrench.service"; import {SessionDataProviderService} from "../../store/session-data-provider.service"; import {SocketToolsService} from "../../services/socket-tools.service"; @@ -10,6 +10,7 @@ import {SocketToolsService} from "../../services/socket-tools.service"; export class FamilyConnectComponent implements OnInit { show_invite:boolean = false; show_connect: boolean = false; +@ViewChild('select_activity') select_activity; connectStart : number = 0; fromData:string = '';