Commit graph

61 commits

Author SHA1 Message Date
d7a9817514 feat(Style): add animations and effects to landing page
added:

- float like group
- button hover effect
- link hover glow effect
- component zoom effect
2024-03-14 17:22:59 -03:00
9f15e40d6e feat(Navbar): apply sticky style to the main navbar 2024-03-14 14:45:42 -03:00
544815e4d2 refactor(Components): move offcanvas from navbar to it's own component 2024-03-14 13:15:55 -03:00
ebbf02d9aa style(Style): change division method to prevent warnings 2024-03-14 12:06:26 -03:00
d49fe554ee feat(Style): update responsive design of landing page
fix overflow issues in small screens, hide full navbar on mobile and replace for an off-canvas version
2024-03-13 20:05:15 -03:00
daa5eb27b6 refactor(Style): add SASS to reduce style repetition
- Use list, maps and loops to reduce code duplication with small variations
- Use SASS functions for some extreme cases
- Keep native CSS variables to allow overriding/reference in other
  styles

refactor(Style): change css theme variables to SASS

add sass files from catppuccin to the project instead of importing it from NPM

refactor(Style): use SASS functions to reduce code boilerplate
2024-03-13 15:18:27 -03:00
d52de9bc59 feat(Style): Apply responsive design
BREAKING CHANGE:
2024-03-13 11:37:54 -03:00
59ceb8ec44 feat: Apply some elevation to landing components 2024-03-12 17:06:17 -03:00
3bd2b6a4b6 refactor: Remove BackgroundImageDiv component
Component is redundant, move style to CSS class and allows to set the
image via CSS variables
2024-03-12 17:05:13 -03:00
6e84ff1ec3 feat: Apply skeleton of new design to landing page 2024-03-11 19:30:16 -03:00
b74fcb19cc feat(Components): Add Button and BackgroudnImage 2024-03-11 19:29:50 -03:00
a1528a2ad8 feat(Layout): add loading spinner component and to layout
Reusable spinner component

Apply spinner to layout to show a "loading state" between transitions, the spinner only shows if the transition is taking more than .2 secconds
2024-03-07 17:20:45 -03:00
d7f4d6321e feat(Layout): apply view transition to page navigation 2024-02-29 17:03:04 -03:00
8f15b45e9b feat(components): add carousel components
it's inmidiatly used in the image gallery
2024-02-27 21:10:39 -03:00
4f903c3c8d refactor: move submodule into this repo 2024-02-27 19:14:40 -03:00
b6450742d1 Update games to make them visible 2023-12-17 20:58:58 -03:00
a6f9ce9647 feat(components): Add lightgallery library
Add external library until I develop a custom ligthbox
closes #20
2023-12-17 20:21:38 -03:00
4a96e58ebf Update some text inside the project 2023-11-27 19:44:05 -03:00
344c8c3fe3 Change content submodule repo 2023-11-25 10:12:56 -03:00
3e2d04d2c8 Update content 2023-11-18 14:03:33 -03:00
318a647147 Add portafolio page 2023-11-18 14:02:51 -03:00
4b8e7498a2 Add woodpecker config 2023-11-11 19:47:18 -03:00
8ca3b129dc Add basic pages for blog entries 2023-11-11 18:48:50 -03:00
a9d4e94580 Fix TODO's comments 2023-11-11 12:27:29 -03:00
c0683dafb3 Refactor types organization for table component 2023-11-11 11:24:51 -03:00
deb95b355f Update documentation of pagination methods 2023-11-11 10:01:03 -03:00
e593354cb4 Update pagination in table.
Add getPaginationRage to usePagination hook.
Use the getPaginationRage to create dynamic buttons in the table.
2023-11-05 10:32:49 -03:00
b1979d7351 Add a clear button that reset the filters values. 2023-11-04 19:49:25 -03:00
e6df894c85 add select input with multiple values 2023-10-07 18:52:43 -03:00
c8b808bb14 Apply suggestion of default value in select 2023-10-07 15:25:53 -03:00
09e2db558d finish functionality of number filter
Also refactor filter logic
2023-10-07 13:03:35 -03:00
5b6cf900e0 update basic number input 2023-10-07 12:02:02 -03:00
d9636c4fb7 fix normal select behavior when isMultiple is false 2023-09-24 12:36:45 -03:00
f5f57de46d fix selecting "Select..." option in multiple input 2023-09-24 12:34:53 -03:00
3299a8f65c add multiple type to table 2023-09-24 12:30:29 -03:00
739ee87879 add select type to table 2023-09-24 11:58:29 -03:00
71cf3d656e update filters for table 2023-09-23 18:51:45 -03:00
c2a8f749b4 update content 2023-09-16 12:46:55 -03:00
41d682e9df update table component 2023-09-16 12:46:23 -03:00
176279ecb5 update astro to v3 2023-09-12 20:34:16 -03:00
34a8c1db33 update typescript config 2023-09-09 18:49:36 -03:00
897148e47f add basic table to games page 2023-09-09 12:55:41 -03:00
606d9a285b fix metadata change in games 2023-09-09 11:30:44 -03:00
333d6c95a3 Update content directory 2023-09-09 11:13:01 -03:00
5bde1eb8d3 update cards style 2023-08-27 12:54:35 -04:00
525d4de3cd remove duplicate component 2023-08-20 13:53:35 -04:00
b187c50fb1 add update cards elements 2023-08-20 13:53:21 -04:00
b89096cbe6 add CSS grid utilities 2023-08-20 12:58:53 -04:00
a8a942f4d1 add basic presentation 2023-08-20 12:36:37 -04:00
bb346995ea refactor navbar code 2023-08-20 11:45:40 -04:00