Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ccaa506
fix: update registration link in hero component
Djkde01 Sep 17, 2024
464a3d3
Merge pull request #40 from Backbone-UTP/fix/39
Djkde01 Sep 17, 2024
6bf6b85
Change Ana's talk description
JGaviria0 Sep 17, 2024
b69901d
Merge pull request #41 from Backbone-UTP/fix/38
Djkde01 Sep 17, 2024
8a7b018
variables_loadImage_names_changed
SydMatters Sep 18, 2024
6dd9039
Se especifica la zona horaria en la pagina y se corrige el tiempo del…
MiguelCano-ia Sep 23, 2024
83573d3
fix/34
MiguelCano-ia Sep 23, 2024
8b3307e
Merge pull request #47 from Backbone-UTP/fix/33
JGaviria0 Sep 25, 2024
0ea6c6f
size-20 changed by w-20
MiguelCano-ia Oct 2, 2024
72716a7
remove register button
JGaviria0 Apr 19, 2025
0143333
first commit
NumMy0 Apr 26, 2025
6a5d117
Refactor: Remove 'any' usage
seqenenra08 Apr 26, 2025
42a09c0
Remove unused NgxLoadingModule and related animation types from CardP…
Apr 26, 2025
23827f0
Refactor: Replace 'any' with specific type in loadingTemplate
seqenenra08 Apr 26, 2025
eb2d8bb
refactor: extraer tipo inline de properties en IconComponent a una in…
JanninR Apr 27, 2025
34e8509
se elimino el componente countdown , para reemplazarlo se implmentaro…
arachoxs May 3, 2025
a2ed378
feat: add husky
Djkde01 May 3, 2025
ee93f94
fix: Lining basic errors
Djkde01 May 3, 2025
cb4bbee
Merge pull request #70 from Backbone-UTP/feat-linter
Juan-Garcia16 May 3, 2025
c35bffd
Add links to event talks and update card presentation component for b…
May 3, 2025
e2ebda7
Merge pull request #63 from Backbone-UTP/feat/removeRegisterButton
Djkde01 May 3, 2025
55d9b7d
Merge branch 'main' of github.com:Backbone-UTP/main-page into cambio-…
Djkde01 May 3, 2025
1a94a35
fix: Lock history
Djkde01 May 3, 2025
f254233
reincoporando el componente countdown , ademas de eso se la añadio un…
arachoxs May 3, 2025
eb87740
Merge pull request #66 from Backbone-UTP/refactorPropertyLoadingTemplate
Djkde01 May 3, 2025
e0e396a
Merge pull request #72 from Backbone-UTP/feat/add_conference_button
Djkde01 May 3, 2025
cd7aec8
solucionando problema de modo claro para botones de jornadas
arachoxs May 3, 2025
1d17f97
Merge branch 'main' into refatorInterface
JGaviria0 May 3, 2025
1998a1b
Merge pull request #64 from Backbone-UTP/refatorInterface
Djkde01 May 3, 2025
ae8b9fb
reemplazando palabra mirá por mira
arachoxs May 3, 2025
09bcaf6
modificando padding superior y inferior a 8 en el contenedor de los b…
arachoxs May 3, 2025
398f4f6
Merge pull request #48 from Backbone-UTP/fix/34
JGaviria0 May 3, 2025
441afb1
arreglando conflictos
arachoxs May 8, 2025
21eacce
resubiendo
arachoxs May 8, 2025
353f04d
fix: solucionado el problema de tipo inline icon
notnohora May 9, 2025
92088db
Merge branch 'main' into fix-55/inline-type-link
notnohora May 9, 2025
53e0911
remove Sebastián Camilo Cruz's talk details from the agenda
May 9, 2025
c0efcb8
Merge pull request #69 from Backbone-UTP/f/Countdown-component
Djkde01 May 15, 2025
949d36e
añadiendo espacio prueba
notnohora May 17, 2025
1ecb554
Merge branch 'main' of github.com:Backbone-UTP/main-page into fix-55/…
Djkde01 May 17, 2025
ac1aeed
chore: remove main-page subproject reference
Djkde01 May 17, 2025
d391a06
Merge pull request #78 from Backbone-UTP/fix/Eliminar-Charla-Sebastian
JGaviria0 Jun 21, 2025
7865313
Merge pull request #77 from Backbone-UTP/fix-55/inline-type-link
JGaviria0 Jun 21, 2025
7058a26
Merge pull request #68 from Backbone-UTP/refactor/extraer-tipo-iconco…
JGaviria0 Jun 26, 2025
326658d
Merge branch 'main' of github.com:Backbone-UTP/main-page into cambio-…
Djkde01 Jun 27, 2025
c8bb39e
Merge pull request #65 from Backbone-UTP/cambio-dependencia
Djkde01 Jun 27, 2025
4148e8e
Merge branch 'main' of github.com:Backbone-UTP/main-page into fix-21
Djkde01 Aug 16, 2025
ccdf495
Merge branch 'development' of github.com:Backbone-UTP/main-page into …
Djkde01 Aug 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

28 changes: 24 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.scss"
],
"stylePreprocessorOptions": {
"includePaths": ["src"]
"includePaths": [
"src"
]
},
"scripts": []
},
Expand Down Expand Up @@ -90,18 +95,33 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["src/favicon.ico", "src/assets"],
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.scss"
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"analytics": "924c75d1-2b61-47ef-a4fa-6fda06fabce8"
"analytics": "924c75d1-2b61-47ef-a4fa-6fda06fabce8",
"schematicCollections": [
"angular-eslint"
]
}
}
43 changes: 43 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
// @ts-check
const eslint = require("@eslint/js");
const tseslint = require("typescript-eslint");
const angular = require("angular-eslint");

module.exports = tseslint.config(
{
files: ["**/*.ts"],
extends: [
eslint.configs.recommended,
...tseslint.configs.recommended,
...tseslint.configs.stylistic,
...angular.configs.tsRecommended,
],
processor: angular.processInlineTemplates,
rules: {
"@angular-eslint/directive-selector": [
"error",
{
type: "attribute",
prefix: "app",
style: "camelCase",
},
],
"@angular-eslint/component-selector": [
"error",
{
type: "element",
prefix: "app",
style: "kebab-case",
},
],
},
},
{
files: ["**/*.html"],
extends: [
...angular.configs.templateRecommended,
...angular.configs.templateAccessibility,
],
rules: {},
}
);
Loading