Commit Graph

109 Commits

Author SHA1 Message Date
b22d9e97b3 icon scaling values was different. set both to 110. 2024-05-20 12:16:15 +02:00
a316fd054a fixed git icon scaling
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 2m9s
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m34s
2024-05-20 12:12:36 +02:00
9e7ac81510 Merge pull request 'project-cards' (#5) from project-cards into main
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m24s
Reviewed-on: #5
2024-05-19 21:35:49 +00:00
0741e6df13 removed learnings
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m42s
2024-05-19 23:34:33 +02:00
c46a5cbacf more css
Some checks failed
Vercel Preview Deployment / Deploy-Preview (push) Has been cancelled
2024-05-19 23:33:41 +02:00
7f935758e3 Lots of css fixes. Lots more to come!
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m18s
2024-05-19 23:28:38 +02:00
a9f17c8602 added all projects to projects.js 2024-05-19 23:03:21 +02:00
a49a4d9b5f finished initial iteration of project cards
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m40s
2024-05-19 22:18:25 +02:00
41beb7e975 created skeleton for project cards.
Some checks failed
Vercel Preview Deployment / Deploy-Preview (push) Failing after 55s
2024-05-19 20:25:26 +02:00
1683744551 fixed darkmode toggle position
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m58s
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m3s
2024-05-19 17:38:34 +02:00
45d8e18e30 Merge branch 'flowbite-svelte'
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m53s
2024-05-19 17:33:25 +02:00
c7a8bf8d0f fixed darkmode switch position
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m1s
2024-05-19 17:28:46 +02:00
e0c0b9a887 fixed css
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m40s
2024-05-19 17:24:28 +02:00
e31a64658e Merge pull request 'CSS refinement' (#3) from flowbite-svelte into main
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 2m16s
Reviewed-on: #3
2024-05-19 14:36:50 +00:00
06e2860c51 moved open logic to the commit component
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m40s
2024-05-19 16:35:59 +02:00
1186ef7a54 Merge pull request 'Flowbite and commit feed' (#2) from flowbite-svelte into main
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 2m9s
Reviewed-on: #2
2024-05-19 11:08:53 +00:00
efedf27e70 small adjustments of commit component
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m51s
2024-05-19 13:03:33 +02:00
f7e8a04e92 - Parsing description and branches properly from <item>
Some checks failed
Vercel Preview Deployment / Deploy-Preview (push) Failing after 1m16s
- Added handling of "empty" commit messages when merging.
- Added isOpen prop to be passed as true to latest commit in feed.
2024-05-19 12:49:06 +02:00
fc0026ca73 installed flowbite
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m47s
2024-05-19 11:29:40 +02:00
f25ac4a5ac Merge pull request 'RSS feed merged to main branch' (#1) from projects-2 into main
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m47s
Vercel Preview Deployment / Deploy-Preview (push) Successful in 56s
Reviewed-on: #1
2024-05-19 06:16:40 +00:00
c75146bf42 added rss container component for easier re-useability
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m39s
2024-05-19 07:47:46 +02:00
ff3114825b Added rss feed to next.js project page
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m36s
2024-05-19 07:38:00 +02:00
4bd795e6d8 started looking for ways to implements logos.
Some checks failed
Vercel Preview Deployment / Deploy-Preview (push) Failing after 1m5s
Creating pr for rss feed
2024-05-19 01:15:18 +02:00
2fe5d53e64 added guid
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m6s
2024-05-19 00:44:36 +02:00
02cac45992 implemented commit cards from rss repo rss feed.
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m28s
2024-05-19 00:31:33 +02:00
695f1009c2 added pubdate and author to xml parser
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m36s
2024-05-18 23:13:50 +02:00
41a2535a7b fixed import
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m40s
2024-05-18 23:05:39 +02:00
8e5bdecda0 fixed import
Some checks failed
Vercel Preview Deployment / Deploy-Preview (push) Failing after 1m26s
2024-05-18 22:58:15 +02:00
1d1892c931 created rssfeed component to get the last 5 commits.
Some checks failed
Vercel Preview Deployment / Deploy-Preview (push) Failing after 1m9s
Todo:
- break into components and style
- get time of commit
- convert time of commit to __time since__
2024-05-18 22:52:43 +02:00
33ec24e6b1 So the problem all along was setting the right node version (18.x) in vercel project settings.
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m44s
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m45s
2024-05-18 13:35:41 +02:00
b289278426 updated node to 18.2
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 1m38s
2024-05-18 13:29:52 +02:00
4e4a16fb67 changed dependen
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 33s
2024-05-18 13:27:51 +02:00
453e5ec8d4 Deleted node modules, deleted package-lock, prayed to jesus
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 1m23s
2024-05-18 13:23:08 +02:00
4ba1b0b5ac removed node adapter dependecy
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 39s
2024-05-18 13:19:18 +02:00
48cedf0565 installed vercel adapter and updated config - duh
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 1m1s
2024-05-18 13:14:22 +02:00
aad3e54b2b cleaned up node modules
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 41s
2024-05-18 13:03:16 +02:00
823a840a45 updated packages
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 1m19s
2024-05-18 12:56:14 +02:00
6d791197db removed yarn
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 36s
2024-05-18 12:52:25 +02:00
8b03312ac0 - created rss feed component
Some checks failed
Node.js CI / build_image (push) Has been cancelled
Vercel Production Deployment / Deploy-Production (push) Failing after 28s
- initiated vercel and updated workflows.
2024-05-18 12:46:38 +02:00
1610c9aba5 fixed css and app width
All checks were successful
Node.js CI / build_image (push) Successful in 44s
2024-05-17 23:52:54 +02:00
2f12ac7d1b updated next.js page with projects and repos.
All checks were successful
Node.js CI / build_image (push) Successful in 45s
2024-05-17 23:46:53 +02:00
7b16965ab9 - updated readme
All checks were successful
Node.js CI / build_image (push) Successful in 48s
- updated content on svelte projects page
2024-05-17 21:32:25 +02:00
5d9e6bfda0 forgot to remove needs: build_app from workflow
All checks were successful
Node.js CI / build_image (push) Successful in 53s
2024-05-17 21:15:09 +02:00
a8ad93210a - Changed portfolio categories to contain more projects.
Some checks are pending
Node.js CI / build_image (push) Blocked by required conditions
- Changed gitea workflow to only build to docker
2024-05-17 21:14:25 +02:00
aa75895db4 added cf analytics
All checks were successful
Node.js CI / build_app (push) Successful in 16s
Node.js CI / build_image (push) Successful in 46s
2024-05-12 22:19:43 +02:00
d6664891ee fixed css
All checks were successful
Node.js CI / build_app (push) Successful in 16s
Node.js CI / build_image (push) Successful in 48s
2024-05-12 20:29:59 +02:00
282422e8f8 fixed fade and added nextjs project to portfolio.
All checks were successful
Node.js CI / build_app (push) Successful in 16s
Node.js CI / build_image (push) Successful in 48s
2024-05-12 14:21:10 +02:00
ba774354b8 added fade to homelab section
All checks were successful
Node.js CI / build_app (push) Successful in 13s
Node.js CI / build_image (push) Successful in 42s
2024-04-27 18:40:42 +02:00
889d15da48 same
All checks were successful
Node.js CI / build_app (push) Successful in 14s
Node.js CI / build_image (push) Successful in 43s
2024-04-27 12:55:53 +02:00
a80f3a3cc7 darkmode selector layout and content add 2024-04-27 12:55:00 +02:00