vincanger
22ea591e36
Merge branch 'main' into multipart-file-upload
2024-12-10 17:07:53 +01:00
vincanger
df1dcd8d56
Update index.mdx
2024-12-05 12:41:34 +01:00
vincanger
c4e93f4be7
add deployment action
2024-12-05 12:28:39 +01:00
Milica Maksimovic
71ac1f38fd
improving stylin within the table
2024-12-04 14:34:11 +01:00
Milica Maksimovic
98e4b17fd2
fix more commented stuff
2024-12-04 14:28:56 +01:00
Milica Maksimovic
7818c8ac76
add missing image
2024-12-04 14:23:25 +01:00
vincanger
0a6bc91f84
add Image component to post
2024-12-04 14:13:24 +01:00
Milica Maksimovic
2a8790ace8
initial blog post push
2024-12-04 13:27:49 +01:00
vincanger
54b4141820
update astro starlight & blog plugin ( #334 )
...
* update astro starlight & blog plugin
* Delete logo.png
* fix twitter preview image & add readme
* improve banner image assignments & docs perf
* change default banner
* change image name
* keep tabs on the tabs
2024-12-04 10:34:07 +01:00
vincanger
fd509b2010
Update HeadWithOGImage.astro
2024-11-26 20:38:08 +01:00
vincanger
ada0743f3a
fix og:images on blog
2024-11-26 20:37:53 +01:00
vincanger
98dcc43eb8
fix migration issue
2024-11-26 19:52:58 +01:00
vincanger
6292c52aa0
Update 2024-11-22-best-annoying-cookie-consent-banners.mdx
2024-11-26 12:34:38 +01:00
vincanger
dec9cca1f6
Update 2024-11-22-best-annoying-cookie-consent-banners.mdx
2024-11-25 16:15:32 +01:00
vincanger
c3317341e4
Update 2024-11-22-best-annoying-cookie-consent-banners.mdx
2024-11-25 16:13:23 +01:00
vincanger
ab7834b866
Best of cookie banners blogpost ( #330 )
...
* add blogpost with canonical to wasp-lang.dev
* Delete 2023-11-23-post.md
2024-11-25 16:04:48 +01:00
Mihovil Ilakovac
9bb2d48395
Plausible analytics for docs ( #329 )
...
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-11-25 14:51:09 +01:00
vincanger
ce6a2a55b6
add Hidden LLM helper
2024-11-22 14:55:36 +01:00
Mihovil Ilakovac
d711603774
Update README.md with MacOS installation instructions for patching scripts ( #322 )
2024-11-20 11:11:31 +01:00
Mihovil Ilakovac
79efec838e
Merge pull request #320 from wasp-lang/miho-plausible-stats
...
opensaas.sh stats improvements
2024-11-19 11:46:24 +01:00
vincanger
85fcc8be96
small migration and error fix
2024-11-19 10:24:42 +01:00
Mihovil Ilakovac
7db5489a7f
Plausible analytics fix
...
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-11-18 11:03:58 +01:00
vincanger
a8654e3d64
Improve Nav Bar & use Wasp Link components ( #311 )
...
* fix Links and Nav Bar
* update app_diff
* Update NavBar.tsx
* use react-router-dom instead of wasp router
* fix app_diff
* use Wasp Router Link where necessary
* Update NavBar.tsx
2024-11-15 16:13:25 +01:00
vincanger
304c49daff
Update main.wasp.diff
2024-11-15 16:02:39 +01:00
vincanger
433f23d4a8
fix app_diff
2024-11-14 16:28:22 +01:00
vincanger
3bb78654d8
Use webp over png and lazy load images ( #314 )
...
* use webp and lazy load images
* fix hero
* update app_diff
* fix app_diff
* fix head
* remove async decoding
2024-11-12 13:38:06 +01:00
Nnadozie Okeke
9d4138e1cf
Update mailgun links for api keys and domains ( #294 )
2024-10-29 10:39:10 +01:00
vincanger
255ea98a56
Update deploying docs for clarity ( #310 )
...
* Update deploying.md
* Update deploying.md
2024-10-29 10:37:59 +01:00
Shemang Joshua
e641beaff7
Remove checkoutSessionId from project ( #282 )
...
* remove checkoutSessionId from project
* fix app_diff
* Update schema.prisma.diff
---------
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2024-10-14 14:10:22 +02:00
vincanger
515f77800c
Merge branch 'main' of https://github.com/wasp-lang/open-saas
2024-10-14 11:20:09 +02:00
vincanger
50b7b8afce
Fix docs links & other small updates ( #273 )
...
* fix links and other small updates
* Update analytics.md
* Update payments-integration.md
2024-10-14 11:19:29 +02:00
vincanger
09f44d8a62
change hackathon rules blog
2024-10-14 10:27:24 +02:00
Milica
18f6c89659
hackathon announcement ( #279 )
...
* hackathon announcement
* retrigger ci
* retrigger ci
* update 🍪 blogpost
* Update 2024-10-10-most-annoying-cookie-banner-contest.md
* add announcement to landing page
* add video, new banner and title
* add plausible to docs
---------
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2024-10-11 10:18:58 +02:00
Mihovil Ilakovac
8a368532b4
Updates for Wasp 0.15.0 ( #255 )
...
* Bumps Prisma to v5
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Update Prisma to 5.19.1
* Update for React Router v6
* Update types dep
* Update Prisma version
* Update package-lock.json
* update docs
* Update main.wasp.diff
* Add type: module
* Updated app_diff with type:module change from package.json.
* Updated version of Wasp in CI to 0.15.0-rc2.
* Removed type:module from e2e-tests/package.json.
---------
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-10-10 18:13:48 +02:00
vincanger
71d7637ac5
update docs ( #269 )
2024-09-16 12:04:19 +02:00
vincanger
1ac67d78b4
add note about past webhook url
2024-09-11 12:09:59 +02:00
vincanger
702c133aaa
fix pricing page docs url
2024-09-09 14:13:59 +02:00
vincanger
48f8c5ce73
small pricing updates
2024-09-09 13:52:57 +02:00
vincanger
cb3d75c0b6
add lemon squeezy as payment provider ( #246 )
...
* add lemon squeezy checkout and webhook
* add lemonSqueezy customer portal url
* Update AccountPage.tsx
* add lemon squeezy total revenue function
* update app diff
* update app diff
* add LS docs
* Update PricingPage.tsx
* add unified payment processor
* unify customer portal url
* Update paymentProcessor.ts
* update paymentProcessor logic
* update app diff to use both payments processors
* Update contentSections.ts.diff
* finishing touches
* Update e2e-tests.yml
* remove lemonsqueezy from app diff
* Update webhook.ts
2024-09-09 11:32:42 +02:00
vincanger
279786fbba
add job instructions to google analytics ( #245 )
2024-07-26 12:15:59 +02:00
vincanger
03f989f910
Add test docs ( #239 )
...
* add test docs
* Update README.md
* Update contentSections.ts.diff
2024-07-18 13:06:13 +02:00
Surendra Manjhi
5ea9f84064
Break up LandingPage components into sub-components ( #214 )
...
* Break up LandingPage components into sub-components
* Resolve paths
* Fixed formatting, Seperate svgs in icons folder, added types
* Fixed formatting
* resolve formatting issue
* Update Header.tsx
* Update Hero.tsx
* Rename icons to logos, seperate components, remove types file, fix indentation
* Renamed components dir, used interface
* small fixes.
* fix
* Updated app_diff.
* fix
* Update contentSections.ts.diff
---------
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2024-07-17 11:24:06 +02:00
Ikko Eltociear Ashimine
1abcdf762c
docs: update seo.md ( #237 )
...
seperate -> separate
2024-07-16 20:47:51 +02:00
vincanger
205d072c77
Update .env.vault.diff
2024-07-16 14:37:11 +02:00
vincanger
94a6b8f645
Upgrade v0.14 ( #232 )
...
* Create schema.prisma
* update admin pages
* update app_diff
* Update e2e-tests.yml
* update docs & rename hook
* Update schema.prisma
* update app_diff
* add discord auth and app_diff
* update docs
* Update template/app/src/auth/userSignupFields.ts
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* move landing page
* update .env.vault
* Update e2e-tests.yml
---------
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-07-16 12:01:03 +02:00
vincanger
f52bc42de1
Openai demo app vertical reorg ( #234 )
...
* organize demo ai app vertically
* Update main.wasp.diff
* Update guided-tour.md
* Leftover vertical org changes (#233 )
* newsletter dir & leftovers
* update app_diff
* Update guided-tour.md
* Update guided-tour.md
2024-07-15 16:06:50 +02:00
Yoseph Tamene
c9d43586bb
Update user-overview.md & guided-tour.md fixing typos ( #230 )
...
* Update user-overview.md
* updated guided-tour
2024-07-15 11:15:43 +02:00
vincanger
f9c920f0f1
reorganize admin dash ( #227 )
...
* reorganize admin dash
* remove messages & ui stuff from admin
* separate analytics from admin
* update app_diff
* Update .env.vault.diff
2024-07-15 11:10:17 +02:00
Martin Šošić
a812b2d7ac
Fix MailGun in main.wasp to Mailgun ( #221 )
...
* Fix MailGun in main.wasp to Mailgun
* fix
2024-07-11 18:26:53 +02:00
Martin Šošić
a348a85660
Organized 'users' functionality vertically. ( #226 )
2024-07-11 12:57:30 +02:00