Commit graph

43 commits

Author SHA1 Message Date
Benjamin Palko
f88b960bbe fix story 2025-01-02 09:55:41 -05:00
Benjamin Palko
5287eb794a move twilio client to local on requests 2025-01-02 09:55:41 -05:00
Benjamin Palko
18f1b78ca4 format 2025-01-02 09:55:41 -05:00
Benjamin Palko
ab347a47b2 implement simple messaging 2025-01-02 09:55:41 -05:00
Benjamin Palko
c2f3d8d414 rename to twilioClient 2025-01-02 09:55:41 -05:00
Benjamin Palko
9451f5ceab add twilio FROM number 2025-01-02 09:55:41 -05:00
Benjamin Palko
2201b078d5 allow region code 2025-01-02 09:55:40 -05:00
Benjamin Palko
30517b504f add form props 2025-01-02 09:55:40 -05:00
Benjamin Palko
3c34cb0e11 make button children snippet 2025-01-02 09:55:40 -05:00
Benjamin Palko
2624df7cc9 move button 2025-01-02 09:55:40 -05:00
Benjamin Palko
be3c7874ff update with label and error 2025-01-02 09:55:40 -05:00
Benjamin Palko
01704b5a88 allow snippets on labels 2025-01-02 09:55:40 -05:00
Benjamin Palko
12e9233ace move TextInput 2025-01-02 09:55:40 -05:00
Benjamin Palko
46e5dfb3fc create Textarea component 2025-01-02 09:55:40 -05:00
Benjamin Palko
7c5c6ee80e create client 2025-01-02 09:55:40 -05:00
Benjamin Palko
d7479cd34f phone regex 2025-01-02 09:55:31 -05:00
Benjamin Palko
7e53aaf5ac remove default config 2025-01-02 09:55:31 -05:00
Benjamin Palko
728ea32c16 add twilio config
use app version in config
2025-01-02 09:55:31 -05:00
Baobeld
27fd2b7a14
chore: no magic strings (#34)
* prepend with component/domain

* format
2024-12-30 17:29:47 -05:00
Baobeld
fa9a0dc9fa
Update PR Gate (#32)
* add more steps

* use specific ubuntu version

* fix check errors

* check later

* format
2024-12-20 17:08:51 -05:00
Baobeld
8969e2b8aa
19 implement i18n (#29)
* init paraglide

* change export

* shared session check

* message param

* format

* check user is present

A session can exist without a user, if the user was recently deleted

* wtf

* lol bad redirect code
2024-12-20 11:41:01 -05:00
Baobeld
abc30a2a03
Greet user (#21)
* ignore underscores

* great user and redirect to login on /app

* format

* pass user as property of data object
2024-12-19 22:24:44 -05:00
Baobeld
6ddaa69f69
Daisy UI (#14)
* add dependency

* rename Input to TextInput and use daisy

* base styling

* storybook setup with tailwind and theme changer

* daisy buttons

* add flaticons

* text input to daisy

* Navbar to daisy

* login using daisy

* autodocs is... auto

* refactor Tabs to separate components

* move TextInput

* move button

* move navbar

* remove index

* move container

* move loader

* move tabs to navigation

* organize storybook hierarchy

* use card

* remove storybook dark mode

* README

* ignore db file

* ignore db

* prisma scripts

* format

* blyat

* fix redirect
2024-12-19 21:20:21 -05:00
DanMihailescu
992eb07f5c
Lucia Authentication (#8)
* initial lucia installation

* added prismAdapter for lucia

* fixed adapter

* main lucia set

* moved into correct folder

* fixed

* removed npm lock

* removed supabase(i swear)

* Lucia register done

* lucia login done

* removed

* fixed issues with uuid

* fixed all commented issues

* fixed event param

* Update +page.server.ts

Signed-off-by: DanMihailescu <as42554525@yahoo.ca>

* Update lucia.ts

Signed-off-by: DanMihailescu <as42554525@yahoo.ca>

---------

Signed-off-by: DanMihailescu <as42554525@yahoo.ca>
Co-authored-by: Dan Mihailescu <dan.mihailescu5@gmail.com>
2024-12-19 20:06:44 -05:00
Benjamin Palko
710eadf5c0 base layout and redirect on root when not logged in 2024-12-13 10:16:28 -05:00
Benjamin Palko
0b267552fe pass through props to div on input 2024-12-13 10:14:04 -05:00
Benjamin Palko
afc6b2b338 adjust button size 2024-12-13 10:13:47 -05:00
Benjamin Palko
3a7335287a basic input component 2024-12-12 16:46:40 -05:00
Benjamin Palko
c8c56f1ca0 less round 2024-12-12 16:46:32 -05:00
Benjamin Palko
c56d77f26f update button 2024-12-12 13:36:35 -05:00
Baobeld
37d901a86c
Mutation implementations (#5)
* split up files

* timestamps, scalars and dayjs

* lib server directory

* move bun types to dev

* move storybook dark mode to dev

* got timestamps working

* fix reference

* separate schema into files and add mutations
2024-12-11 15:59:02 -05:00
Benjamin Palko
0abdd5481d add pothos prisma plugin 2024-12-10 10:45:11 -05:00
Benjamin Palko
a286fa4e0d add prisma 2024-12-10 10:40:41 -05:00
Benjamin Palko
05a95b72d0 add config 2024-12-10 10:28:27 -05:00
Benjamin Palko
21634249d7 add yoga logger 2024-12-10 10:09:20 -05:00
Benjamin Palko
e06dc1ec94 add pothos 2024-12-10 10:06:44 -05:00
Benjamin Palko
7954843448 move to lib 2024-12-10 10:00:35 -05:00
Benjamin Palko
05faa76d7d font 2024-12-10 09:49:52 -05:00
Benjamin Palko
7e9352e9ad colors are shit 2024-12-09 16:40:50 -05:00
Benjamin Palko
42cb792b4a loader 2024-12-09 16:01:34 -05:00
Benjamin Palko
4da813f841 button component 2024-12-09 15:58:26 -05:00
Benjamin Palko
a97d9313a7 basic navbar 2024-12-08 23:48:20 -05:00
Benjamin Palko
d055c4bc40 init 2024-12-06 16:14:24 -05:00