Commit Graph

153 Commits

Author SHA1 Message Date
Stan Wohlwend
23db888c90 Fix: "The provided app JSON does not match the configuration" 2024-04-13 17:52:33 +02:00
Zai Shi
2995d9662a
UserButton component and account setting page (#10)
* fixed sign in title bug

* addec changeset

* added popover

* added dropdown, improved user button

* improved user button

* added avatar, adding account setting

* added send verification email

* added plaintext to emails

* fixed select props

* added name update

* added password update

* added email password update

* only password update for accounts logged in credential

* fixed small errors in endpoints

* improved account setting page

* fixed types

* removed props export

* divider -> separator

* fixed accidently renamed dividers

* added changeset
2024-04-13 16:42:05 +02:00
Stan Wohlwend
961e6d62fe Update logos 2024-04-12 18:36:59 +02:00
Stan Wohlwend
9b87585e0c stackframe.co -> stack-auth.com 2024-04-12 18:29:02 +02:00
Stan Wohlwend
673a8fae74 Add useful headers 2024-04-12 17:44:41 +02:00
Stan Wohlwend
244ac7c9e3 Decrease page load latency 2024-04-12 17:04:01 +02:00
Stan Wohlwend
3613f30af3 Improved onboarding dialog 2024-04-12 10:27:17 +02:00
Stan Wohlwend
77da19ad20 Remove infinite loop in useFromNow 2024-04-12 09:08:56 +02:00
Stan Wohlwend
f444470a2c Remove CORS code that's not needed anymore 2024-04-11 17:59:38 +02:00
Stan Wohlwend
726d41da07 Align page loading indicator 2024-04-11 17:23:51 +02:00
Stan Wohlwend
bab6fd8d64 Disable link prefetch 2024-04-11 16:42:29 +02:00
Stan Wohlwend
80238c5e3e Fix CORS headers 2024-04-11 15:31:29 +02:00
Stan Wohlwend
8eadc24e99 Fix Prisma seed command 2024-04-11 14:32:03 +02:00
Stan Wohlwend
13177d0a95 Remove unnecessary util files 2024-04-05 20:23:28 +02:00
Stan Wohlwend
0c24ed5f05 Fix auth error 2024-03-25 20:59:16 -07:00
Stan Wohlwend
33823065b6 Rework known errors 2024-03-25 20:59:16 -07:00
Zai Shi
66205229f4 bumped version 2024-03-22 16:18:03 +08:00
Zai Shi
4f985be35c
Fixed wrong Sign In page title (#8)
* fixed sign in title bug

* addec changeset
2024-03-22 09:17:26 +01:00
Zai Shi
7ef734981b bumped version 2024-03-22 11:28:25 +08:00
Zai Shi
2eda71b42b
Fixed UI bugs, added card component (#7)
* updated default divider to shadcn

* added card to signin page

* removed card content, card header, and card footer

* removed card from signin

* Update size of text in DividerWithText component

* added changeset
2024-03-22 04:27:43 +01:00
Zai Shi
693b058cc0 removed secondary background color 2024-03-21 20:48:19 +08:00
Zai Shi
29f909fa16 bumped version 2024-03-21 18:43:09 +08:00
Zai Shi
d172a0b084 removed input bg color 2024-03-21 18:41:47 +08:00
Zai Shi
9ca2789e42 fixed provider color bug 2024-03-21 18:31:09 +08:00
Zai Shi
63a90fed35 bumped version 2024-03-21 17:58:29 +08:00
Zai Shi
9e9907f2b3
New UI system (#5)
* added stack-ui package

* added ui elements

* fixed react package type bug, added deleted components back

* updated button and typography interface

* added element provider

* moved all elements to element context

* added ui-joy

* moved UIPage component and update Button component

* added StackUIProvider

* added UI framework switch

* changed theme to colormode

* changed StackUIProvider interface

* updated file names

* updated package config

* fixed types and dependencies

* fixed color theme

* added custom button

* converted signin page to stack-ui

* moved oauth button stack-ui

* fixed styling bugs

* changed color/variant interface for button and text

* moved credential sign up to stack-ui

* moved card header and divider to stack-ui

* moved card-frame to stack-ui, fixed bugs

* fixed bugs, added global bg color to dev app

* moved forgot password to stack-ui

* updated styling

* moved form warning text to stack-ui

* added redirect message card to stack-ui

* moved everything to stack-ui, removed daisy and tailwind

* added joy input

* simplified code

* fixed joy button

* restructured UI provider interface

* made joy color mode work

* fixed small ui bugs

* updated demo, changed constant structures in stack-ui

* added select ui to demo

* added joy ui text

* added mui divider

* Used dynamic elements to replace useElements hook

* changed full page behaviour (100vh => 100%)

* added auto detect parent to cardframe

* updated documentation

* updated customization overview

* updated custom color doc

* fixed system color mode bug

* fixed select visual on safari

* changed UI provider interface

* renamed files to lower case

* fixed import bug

* finished custom colors doc

* added docs for custom components

* removed wrong cased files

* updated custom pages docs

* updated custom component docs

* elements -> components

* fixed missing rename

* fixed broken links in docs

* removed tailwind css import in stack

* fixed typos and small problems

* cleaned up package.json files

* updated dependencies

* fixed stack-server bug (webpack xxx not a function and u type error)

* updated setup doc

* added changeset

* fixed the 'use client' bug in stack-ui

* merged stack-ui and stack-ui-joy into stack

* renamed StackUIProvider to StackTheme

* unified imports

* added hook details to custom color doc
2024-03-21 10:51:53 +01:00
Stan Wohlwend
1774908984
Initiate backend rework (#6) 2024-03-18 01:40:40 -07:00
Stan Wohlwend
11c24b2d50 server: Remove PasswordTooWeak from backend design doc 2024-03-14 00:33:44 +01:00
Stan Wohlwend
26095f70e7 Backend design doc 2024-03-14 00:33:44 +01:00
Zai Shi
ed6b50d429 published new npm version 2024-03-13 11:13:16 +08:00
Zai Shi
a93b71fcb5 added migration file 2024-03-13 10:41:33 +08:00
Zai Shi
4135356423 fixed server urls bug 2024-03-13 10:28:01 +08:00
Zai Shi
9d50641a45 added redirect to default to sign-in/up/out 2024-03-13 10:17:48 +08:00
Zai Shi
c0151a8e5d removed redirectUrl in functions, added newUser attribute to signInWithOAuth, added after sign-in/up/out urls 2024-03-12 17:31:28 +08:00
Stan Wohlwend
ab48b4f5a3 stack: Revert package.json change 2024-03-08 06:28:02 +01:00
Stan Wohlwend
df2130d36a Head tags 2024-03-08 06:23:02 +01:00
Stan Wohlwend
e1b188fede Minor clarity updates 2024-03-08 05:38:27 +01:00
Zai Shi
f649a4157c changed next.js to the first place in the onboarding dialog 2024-03-08 03:47:43 +08:00
Zai Shi
3e181bcb86 fixed email url bug 2024-03-07 23:03:21 +08:00
Zai Shi
27805d8dfb fixed project creation 2024-03-07 22:34:11 +08:00
Stan Wohlwend
f5108bc53d Fix SSR error if Suspense is missing 2024-03-07 14:32:52 +01:00
Zai Shi
89b688fd89 changed initial project creation params, added suspense to doc 2024-03-07 16:54:18 +08:00
Zai Shi
02c8503f29 fixed url on redirect message card 2024-03-07 16:25:04 +08:00
Zai Shi
1045c9e9b8 Add primary and secondary buttons to RedirectMessageCard 2024-03-07 16:23:50 +08:00
Zai Shi
e76a2cd5fa versuib bump 2024-03-06 23:46:39 +08:00
Zai Shi
9eab06c2ad fixed cross package imports 2024-03-06 23:44:56 +08:00
Zai Shi
491c245bf7 removed wrong cased files 2024-03-06 23:29:17 +08:00
Stan Wohlwend
be831c8b64 Prisma migration 2024-03-06 16:27:11 +01:00
Zai Shi
0520250438 Merge branch 'main' of github.com:stackframe-projects/stack 2024-03-06 23:21:47 +08:00
Zai Shi
2dad09377c fixed case 2024-03-06 23:21:42 +08:00