Compare commits
No commits in common. "e8b52ec48dfe29142173c1a1cf8ff32fee06568d" and "5f48a57c6fc9b5d17aab6573c3d7d1b3e0115e98" have entirely different histories.
e8b52ec48d
...
5f48a57c6f
|
@ -8,7 +8,14 @@ const routes: Routes = [
|
||||||
loadChildren: () => import('./tabs/tabs.module').then(m => m.TabsPageModule)
|
loadChildren: () => import('./tabs/tabs.module').then(m => m.TabsPageModule)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
path: 'prompt-evento',
|
||||||
|
loadChildren: () => import('./prompt-evento/prompt-evento.module').then( m => m.PromptEventoPageModule)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'perfil-discoteca',
|
||||||
|
loadChildren: () => import('./perfil-discoteca/perfil-discoteca.module').then( m => m.PerfilDiscotecaPageModule)
|
||||||
|
},
|
||||||
];
|
];
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
|
|
@ -8,10 +8,9 @@ import { StatusBar } from '@ionic-native/status-bar/ngx';
|
||||||
|
|
||||||
import { AppRoutingModule } from './app-routing.module';
|
import { AppRoutingModule } from './app-routing.module';
|
||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
import { PerfilDiscotecaPage } from './perfil-discoteca/perfil-discoteca.page';
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [AppComponent, PerfilDiscotecaPage],
|
declarations: [AppComponent],
|
||||||
entryComponents: [],
|
entryComponents: [],
|
||||||
imports: [BrowserModule, IonicModule.forRoot(), AppRoutingModule],
|
imports: [BrowserModule, IonicModule.forRoot(), AppRoutingModule],
|
||||||
providers: [
|
providers: [
|
||||||
|
|
|
@ -1,17 +1,13 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { Routes, RouterModule, ChildrenOutletContexts } from '@angular/router';
|
import { Routes, RouterModule } from '@angular/router';
|
||||||
|
|
||||||
import { PerfilDiscotecaPage } from './perfil-discoteca.page';
|
import { PerfilDiscotecaPage } from './perfil-discoteca.page';
|
||||||
import { PromptEventoPage} from '../prompt-evento/prompt-evento.page'
|
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
component: PerfilDiscotecaPage,
|
component: PerfilDiscotecaPage
|
||||||
|
}
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
|
|
@ -1,22 +1,19 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { FormsModule } from '@angular/forms';
|
import { FormsModule } from '@angular/forms';
|
||||||
|
|
||||||
import { IonicModule } from '@ionic/angular';
|
import { IonicModule } from '@ionic/angular';
|
||||||
|
|
||||||
import { PerfilDiscotecaPageRoutingModule } from './perfil-discoteca-routing.module';
|
import { PerfilDiscotecaPageRoutingModule } from './perfil-discoteca-routing.module';
|
||||||
|
|
||||||
import { PerfilDiscotecaPage } from './perfil-discoteca.page';
|
import { PerfilDiscotecaPage } from './perfil-discoteca.page';
|
||||||
import { ExploreContainerComponentModule } from '../explore-container/explore-container.module';
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
IonicModule,
|
IonicModule,
|
||||||
PerfilDiscotecaPageRoutingModule,
|
PerfilDiscotecaPageRoutingModule
|
||||||
ExploreContainerComponentModule,
|
|
||||||
],
|
|
||||||
|
|
||||||
exports: [
|
|
||||||
PerfilDiscotecaPage
|
|
||||||
],
|
],
|
||||||
declarations: [PerfilDiscotecaPage]
|
declarations: [PerfilDiscotecaPage]
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
<ion-header [translucent]="true">
|
<ion-header>
|
||||||
<ion-toolbar>
|
<ion-toolbar>
|
||||||
<ion-title>
|
<ion-title>Mi Perfil</ion-title>
|
||||||
Mi Perfil
|
|
||||||
</ion-title>
|
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
|
@ -17,6 +15,7 @@
|
||||||
<div class='fotoPerfil'>
|
<div class='fotoPerfil'>
|
||||||
<ion-row>
|
<ion-row>
|
||||||
<ion-col>
|
<ion-col>
|
||||||
|
|
||||||
<ion-img class="fotoPerfil" width="100%" height="100%" [src]='fotoSrc' alt='barraquinha'></ion-img>
|
<ion-img class="fotoPerfil" width="100%" height="100%" [src]='fotoSrc' alt='barraquinha'></ion-img>
|
||||||
<div class="textoPie">{{nombre}}</div>
|
<div class="textoPie">{{nombre}}</div>
|
||||||
|
|
||||||
|
|
|
@ -1,65 +0,0 @@
|
||||||
:root {--ion-background-color: #494949;
|
|
||||||
--ion-background-color-rgb: 73,73,73;
|
|
||||||
|
|
||||||
--ion-text-color: #eeeeee;
|
|
||||||
--ion-text-color-rgb: 238,238,238;}
|
|
||||||
|
|
||||||
*{
|
|
||||||
padding: 5px;
|
|
||||||
letter-spacing: 2px;
|
|
||||||
}
|
|
||||||
.titulo{
|
|
||||||
font: "arial";
|
|
||||||
|
|
||||||
}
|
|
||||||
.fotoPerfil{
|
|
||||||
display: block;
|
|
||||||
text-align: end;
|
|
||||||
max-width: 800px;
|
|
||||||
max-height: auto;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.textoPie{
|
|
||||||
position: relative;
|
|
||||||
bottom: 40px;
|
|
||||||
right: 20px;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.addFoto{
|
|
||||||
position: relative;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.datosDisplay{
|
|
||||||
|
|
||||||
float: left;
|
|
||||||
position: relative;
|
|
||||||
margin: auto;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.datosLabel{
|
|
||||||
color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
.galeria{
|
|
||||||
|
|
||||||
display: block;
|
|
||||||
max-width: 300px;
|
|
||||||
max-height: auto;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.botonesHidden{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.botonesVisible{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
ion-slides {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
|
@ -7,7 +7,6 @@ import { AlertController } from '@ionic/angular';
|
||||||
import { ViewChild } from '@angular/core';
|
import { ViewChild } from '@angular/core';
|
||||||
import { Evento } from '../evento';
|
import { Evento } from '../evento';
|
||||||
import { Router } from '@angular/router';
|
import { Router } from '@angular/router';
|
||||||
import { THIS_EXPR } from '@angular/compiler/src/output/output_ast';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-perfil-discoteca',
|
selector: 'app-perfil-discoteca',
|
||||||
|
@ -161,7 +160,7 @@ export class PerfilDiscotecaPage implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
addEvento() {
|
addEvento() {
|
||||||
this.router.navigate(['/tabs/tab1/prompt-evento']);
|
this.router.navigate(['prompt-evento']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,30 +1,13 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { RouterModule, Routes } from '@angular/router';
|
import { RouterModule, Routes } from '@angular/router';
|
||||||
import { Tab1Page } from './tab1.page';
|
import { Tab1Page } from './tab1.page';
|
||||||
import { PerfilDiscotecaPage } from '../perfil-discoteca/perfil-discoteca.page'
|
|
||||||
import { PromptEventoPage } from '../prompt-evento/prompt-evento.page'
|
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
redirectTo: 'perfil-discoteca',
|
component: Tab1Page,
|
||||||
pathMatch: 'full',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
path: 'perfil-discoteca',
|
|
||||||
component: PerfilDiscotecaPage
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
path: 'prompt-evento',
|
|
||||||
component: PromptEventoPage
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@ import { NgModule } from '@angular/core';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { FormsModule } from '@angular/forms';
|
import { FormsModule } from '@angular/forms';
|
||||||
import { Tab1Page } from './tab1.page';
|
import { Tab1Page } from './tab1.page';
|
||||||
import { PerfilDiscotecaPageModule} from '../perfil-discoteca/perfil-discoteca.module'
|
|
||||||
import { ExploreContainerComponentModule } from '../explore-container/explore-container.module';
|
import { ExploreContainerComponentModule } from '../explore-container/explore-container.module';
|
||||||
|
|
||||||
import { Tab1PageRoutingModule } from './tab1-routing.module';
|
import { Tab1PageRoutingModule } from './tab1-routing.module';
|
||||||
|
@ -14,8 +13,7 @@ import { Tab1PageRoutingModule } from './tab1-routing.module';
|
||||||
CommonModule,
|
CommonModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
ExploreContainerComponentModule,
|
ExploreContainerComponentModule,
|
||||||
Tab1PageRoutingModule,
|
Tab1PageRoutingModule
|
||||||
|
|
||||||
],
|
],
|
||||||
declarations: [Tab1Page]
|
declarations: [Tab1Page]
|
||||||
})
|
})
|
||||||
|
|
|
@ -0,0 +1,92 @@
|
||||||
|
<ion-header [translucent]="true">
|
||||||
|
<ion-toolbar>
|
||||||
|
<ion-title>
|
||||||
|
Mi Perfil
|
||||||
|
</ion-title>
|
||||||
|
</ion-toolbar>
|
||||||
|
</ion-header>
|
||||||
|
|
||||||
|
<ion-content [fullscreen]="true">
|
||||||
|
<ion-header collapse="condense">
|
||||||
|
<ion-toolbar>
|
||||||
|
<ion-title class="titulo" size="large">Mi Perfil</ion-title>
|
||||||
|
</ion-toolbar>
|
||||||
|
</ion-header>
|
||||||
|
|
||||||
|
<ion-grid>
|
||||||
|
<div class='fotoPerfil'>
|
||||||
|
<ion-row>
|
||||||
|
<ion-col>
|
||||||
|
|
||||||
|
<ion-img class="fotoPerfil" width="100%" height="100%" [src]='fotoSrc' alt='barraquinha'></ion-img>
|
||||||
|
<div class="textoPie">{{nombre}}</div>
|
||||||
|
|
||||||
|
<div class="addFoto">
|
||||||
|
<ion-button [disabled]='editDisabled'>
|
||||||
|
<ion-icon name="image" slot="icon-only"></ion-icon>
|
||||||
|
<input type="file" (change)="loadImageFromDevice($event);cargarImagen()" id="file-input-perfil" accept="image/png, image/jpeg">
|
||||||
|
</ion-button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<ion-button (click)="enableEdit()" label="editar" [disabled]='editEnabled'>
|
||||||
|
<ion-icon name="create"></ion-icon>
|
||||||
|
</ion-button>
|
||||||
|
<div id="botonesHidden1" class="botonesHidden">
|
||||||
|
<ion-button (click)="saveEdit()" label="guardar" [disabled]='editDisabled'>
|
||||||
|
<ion-icon name="save"></ion-icon>
|
||||||
|
</ion-button>
|
||||||
|
<ion-button (click)="cancelEdit()" [disabled]='editDisabled'>
|
||||||
|
Cancelar
|
||||||
|
</ion-button></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ion-col>
|
||||||
|
</ion-row>
|
||||||
|
|
||||||
|
|
||||||
|
<ion-row>
|
||||||
|
<ion-col>
|
||||||
|
<div id="cajaDatos" class='datosDisplay'>
|
||||||
|
<div class="datosLabel">Teléfono: </div>
|
||||||
|
<div [contentEditable]='editEnabled'>{{telefono}}</div>
|
||||||
|
<div class="datosLabel">Localización: </div>
|
||||||
|
<div [contentEditable]='editEnabled'>{{localizacion}}</div>
|
||||||
|
</div>
|
||||||
|
</ion-col>
|
||||||
|
<ion-col>
|
||||||
|
<div class="galeria">
|
||||||
|
<input type="file" (change)="loadImageFromDevice($event)" id="file-input-galeria" accept="image/png, image/jpeg">
|
||||||
|
<ion-slides (ionDrag)="onSlideChanged()">
|
||||||
|
<ion-slide *ngFor="let foto of galeriaFotos">
|
||||||
|
<div class="fotoGaleria"><img src="{{foto}}">
|
||||||
|
<ion-button (click)="borrarDeGaleria()">
|
||||||
|
<ion-icon name="trash-outline"></ion-icon>
|
||||||
|
</ion-button>
|
||||||
|
</div>
|
||||||
|
</ion-slide>
|
||||||
|
</ion-slides>
|
||||||
|
</div>
|
||||||
|
</ion-col>
|
||||||
|
</ion-row>
|
||||||
|
|
||||||
|
|
||||||
|
<ion-row>
|
||||||
|
<ion-button (click)="addEvento()">
|
||||||
|
<ion-icon name="add-circle-outline">
|
||||||
|
</ion-icon>
|
||||||
|
Añadir evento
|
||||||
|
</ion-button>
|
||||||
|
</ion-row>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ion-grid>
|
||||||
|
|
||||||
|
</ion-content>
|
|
@ -2,13 +2,12 @@ import { Component, OnInit } from '@angular/core';
|
||||||
import { NodeCompatibleEventEmitter } from 'rxjs/internal/observable/fromEvent';
|
import { NodeCompatibleEventEmitter } from 'rxjs/internal/observable/fromEvent';
|
||||||
import { Tab1Service } from './tab1.service'
|
import { Tab1Service } from './tab1.service'
|
||||||
import { Discoteca } from '../discoteca'
|
import { Discoteca } from '../discoteca'
|
||||||
import { PerfilDiscotecaPage } from '../perfil-discoteca/perfil-discoteca.page'
|
|
||||||
import { IonSlides} from '@ionic/angular';
|
import { IonSlides} from '@ionic/angular';
|
||||||
import { AlertController } from '@ionic/angular';
|
import { AlertController } from '@ionic/angular';
|
||||||
import { ViewChild } from '@angular/core';
|
import { ViewChild } from '@angular/core';
|
||||||
import { Evento } from '../evento';
|
import { Evento } from '../evento';
|
||||||
import { Router } from '@angular/router';
|
import { Router } from '@angular/router';
|
||||||
import { from } from 'rxjs';
|
import { PerfilDiscotecaPageModule } from '../perfil-discoteca/perfil-discoteca.module';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-tab1',
|
selector: 'app-tab1',
|
||||||
|
@ -18,18 +17,153 @@ import { from } from 'rxjs';
|
||||||
|
|
||||||
|
|
||||||
export class Tab1Page implements OnInit {
|
export class Tab1Page implements OnInit {
|
||||||
|
@ViewChild('IonSlides') slides: IonSlides;
|
||||||
|
nombre: string;
|
||||||
|
telefono: number;
|
||||||
|
localizacion: string;
|
||||||
|
fotoSrc: string;
|
||||||
|
fotoLoaded: string;
|
||||||
|
someURL: string;
|
||||||
|
editDisabled: string;
|
||||||
|
editEnabled: string;
|
||||||
|
galeriaFotos: string[];
|
||||||
|
galeriaFake: string[];
|
||||||
|
currentIndex: number;
|
||||||
|
eventos: Evento[];
|
||||||
|
alertCtrl: AlertController;
|
||||||
|
|
||||||
constructor(private tab1Service: Tab1Service, private router: Router) {
|
constructor(private tab1Service: Tab1Service, private router: Router) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(){
|
ngOnInit(){
|
||||||
|
this.initValues();
|
||||||
|
}
|
||||||
|
|
||||||
|
initValues(): void{
|
||||||
|
this.getNombre();
|
||||||
|
this.getTelefono();
|
||||||
|
this.getLocalizacion();
|
||||||
|
this.getEventos();
|
||||||
|
this.editDisabled="true";
|
||||||
|
this.editEnabled="false";
|
||||||
|
this.fotoSrc = '../assets/barraca.jpg';
|
||||||
|
this.fotoLoaded = this.fotoSrc;
|
||||||
|
this.galeriaFotos = [];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
getNombre(): void{
|
||||||
|
this.nombre = this.tab1Service.getNombre();
|
||||||
|
}
|
||||||
|
|
||||||
|
getTelefono(): void{
|
||||||
|
this.telefono = this.tab1Service.getTelefono();
|
||||||
|
}
|
||||||
|
|
||||||
|
getLocalizacion(): void{
|
||||||
|
this.localizacion = this.tab1Service.getLocalizacion();
|
||||||
|
}
|
||||||
|
|
||||||
|
getEventos(): void{
|
||||||
|
this.eventos = this.tab1Service.getEventos();
|
||||||
|
}
|
||||||
|
|
||||||
|
cargarImagen(){
|
||||||
|
this.fotoSrc = this.someURL;
|
||||||
|
}
|
||||||
|
|
||||||
|
addGaleria(){
|
||||||
|
this.galeriaFotos.push(this.someURL);
|
||||||
|
this.slides.update();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
loadImageFromDevice(event): void{
|
||||||
|
|
||||||
|
const file = event.target.files[0];
|
||||||
|
|
||||||
|
let blobURL: string;
|
||||||
|
|
||||||
|
const reader = new FileReader();
|
||||||
|
|
||||||
|
reader.readAsDataURL(file);
|
||||||
|
|
||||||
|
reader.onload = () => {
|
||||||
|
|
||||||
|
let blob: Blob = new Blob([new Uint8Array((reader.result as ArrayBuffer))]);
|
||||||
|
let blobURL = URL.createObjectURL(blob);
|
||||||
|
this.someURL = reader.result as string;
|
||||||
|
if (event.target.id=="file-input-perfil")
|
||||||
|
this.cargarImagen();
|
||||||
|
else if (event.target.id=="file-input-galeria")
|
||||||
|
this.addGaleria();
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
enableEdit(){
|
||||||
|
this.editDisabled="false";
|
||||||
|
this.editEnabled="true";
|
||||||
|
let cajaDatos = document.getElementById("cajaDatos");
|
||||||
|
cajaDatos.style.background="white";
|
||||||
|
cajaDatos.style.color="black";
|
||||||
|
let botones = document.getElementById("botonesHidden1");
|
||||||
|
botones.style.display = "block";
|
||||||
|
botones = document.getElementById("botonesHidden2");
|
||||||
|
botones.style.display = "block";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
disableEdit(){
|
||||||
|
this.editDisabled="true";
|
||||||
|
this.editEnabled="false";
|
||||||
|
let cajaDatos = document.getElementById("cajaDatos");
|
||||||
|
cajaDatos.style.background="inherit";
|
||||||
|
cajaDatos.style.color="inherit";
|
||||||
|
let botones = document.getElementById("botonesHidden1");
|
||||||
|
botones.style.display = "none";
|
||||||
|
botones = document.getElementById("botonesHidden2");
|
||||||
|
botones.style.display = "none";
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
saveEdit(){
|
||||||
|
this.fotoLoaded = this.fotoSrc;
|
||||||
|
this.disableEdit();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
cancelEdit(){
|
||||||
|
if(this.fotoLoaded)
|
||||||
|
this.fotoSrc = this.fotoLoaded;
|
||||||
|
this.disableEdit();}
|
||||||
|
|
||||||
|
borrarDeGaleria(){
|
||||||
|
this.galeriaFotos.splice(this.currentIndex, 1);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
onSlideChanged() {
|
||||||
|
this.slides.getActiveIndex().then(index =>{
|
||||||
|
this.currentIndex = index;}
|
||||||
|
);
|
||||||
|
|
||||||
|
this.slides.update();
|
||||||
|
}
|
||||||
|
|
||||||
|
addEvento() {
|
||||||
|
this.router.navigate(['prompt-evento']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,7 @@ const routes: Routes = [
|
||||||
path: '',
|
path: '',
|
||||||
redirectTo: '/tabs/tab1',
|
redirectTo: '/tabs/tab1',
|
||||||
pathMatch: 'full'
|
pathMatch: 'full'
|
||||||
},
|
}
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue