mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-20 04:46:48 +01:00
* add shadcn and shadcn script
* cleanup
* navbar and announcement
* remove unnecessary documentation
* cleanup
* dark mode switcher
* update hero
* update features
* update clients
* update testimonials
* update faq
* add avatar and use it in hero
* update the demo app
* update pricing page
* update file upload page
* update account page
* update dropdown
* fix mobile menu
* use card for testimonials
* update analytics to use new color tokens
* use sheet for mobile nav bar
* update user table
* update settings page to use shadcn components
* update testimonials to use new design
* add section title component
* update components to use section header
* add gradients
* add secondary muted
* add dynamic navbar
* cleanup
* fix color tokens for the dark mode
* don't scale all the cards
* Examples component
* fix the carousel scrolling into view
* add highlighted feature component
* add features grid
* cleanup
* fix navbar announcment sticking
* fix padding
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* more robust on mouse leave for examples carousel
* auto scroll threshold set to 1
* generate app diff fo creating opensaassh
* add orbit
* fix mobile layout for Hero
* update template FeaturesGrid, and fix logos location
* Update the title for the features grid on landing
* update testimoinals layout
* update contentSections to support new testimonials
* update examples carousel
* update examples carouselui
* cleanup
* fix navbar layout when Announcement not present
* add highlighted features in examples
* cleanup
* fix faq component
* fix testimonials UI
* cleanup
* cleanup
* update contentSections
* update the ui limits
* make highlighted feature items centered
* remove inconsistent styles
* remove legacy classnames
* standardize chart cards
* fix dark mode ui issue with dropdown
* make it so that you can't change your own admin status
* fix changes with filtering on user table
* make filtering more intuitive
* fix calendar visibility issues
* remove forms pages
* use type tel for phone number
* button page redo
* clean up breadrcrumb and remove comments from default layout
* clean up navbar
* throttle scroll for navbar
* clean up remaining template items
* clean up
* fix the examples carousel so that it automatically scrolls
* fix demo app page
* fix FeaturesGrid types
* fix highlighted feature
* fix section title
* Replace old icons
* Remove package-lock.json
* fix opensaas issues
* remove all legacy icons
* remove accidental package files
* update throttleWithTrailingInvocation
* refactor the FeaturesGrid
* clean up highlithted feature
* clean up highlithted feature
* fix behavior of ExamplesCarousel
* clean up ExamplesCarousel
* fix wrong copy and layout on the landing for opensaas.sh
* center examples on the page if there are not enough of them
* Fix layout of pricing
* fix wrong link
* color of sidebar on admin
* add new examples
* fix icon layout
* adds specific tokens for opensaas landing
* layout fix
* remove leftover custom svgs
* update layout to better match figma
* use kebab-case for forms
* revert to h3
* png -> webp
* Update layout for bento grid for opensaas
* parse day views only once
* dropdown edit delete to shadcn
* remove the remaining svgs
* make useDebounce generic
* address small pr comments
* update examples carousel
* remove the banner from the hero
* section title subtitle → description
* remove unnecessary files
* address layout comments for opensaas.sh
* add back git star count
* update contentSections to have currently deployed copy
* useRef instaed of class query
* address layout comments for opensaas.sh
* adjust padding for RepoInfo on diff
* fix gradient on template
* Revert "fix gradient on template"
This reverts commit 4b45f7f437.
* fix gradient on template
* add AI Ready highlighted feature
* update landing page features & add LLM copy button and
Introduced a 'Copy URL for LLMs' button to the blog navbar by creating CopyForLlmButton.astro and integrating it into a new MyRightNavBarItems.astro component, replacing the previous theme select. Updated astro.config.mjs to use the new component. In the app template, added an example highlighted feature component to the landing page and updated testimonial avatars. Also enabled Google, GitHub, Discord, and Slack auth providers in main.wasp.
* Update NavBar announcement for Product Hunt launch
Refactored the Announcement component in NavBar to promote the Open SaaS v2.0 Product Hunt launch, including dynamic messaging based on launch date and updated links. Also updated the landing page to import and render new example components.
---------
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
<YOUR_APP_NAME>
This project is based on OpenSaas template and consists of three main dirs:
app- Your web app, built with Wasp.e2e-tests- Playwright tests for your Wasp web app.blog- Your blog / docs, built with Astro based on Starlight template.
For more details, check READMEs of each respective directory!