186 Commits

Author SHA1 Message Date
AtHeartEngineer
bcdbab737f Merge pull request #35 from Discreetly/create-room
Create room form WIP
2023-10-23 18:41:07 -04:00
195efdc3ae merge refinement 2023-10-23 18:40:53 -04:00
8372e6372c Merge branch 'alpha2-encryption-signup-improvements' into create-room 2023-10-23 18:36:38 -04:00
97a61d83d5 handle invite code errors better 2023-10-23 18:31:33 -04:00
edb649bb71 better message alert handling 2023-10-23 18:06:00 -04:00
cd2032227c checkpoint: reorg lib components, saltStore, new Onboarding, sidebar/bottombar 2023-10-23 17:15:33 -04:00
f5a3a00181 Refactor + ToastQueue UI/UX upgrades 2023-10-17 15:03:52 -04:00
61a8eeda60 checkpoint identity restoration updated to encrypted stores 2023-10-16 14:05:44 -04:00
ad93e35d73 checkpoint identity encryption and decryption works fully now 2023-10-15 01:14:10 -04:00
d288609e49 checkpoint cleaner ui 2023-10-14 16:30:05 -04:00
Tanner Shaw
f258e75cc0 refactor(create-room): adding form validations 2023-10-14 12:29:20 -05:00
2f166db75b checkpoint with overscroll issue 2023-10-14 13:27:00 -04:00
AtHeartEngineer
35d9fd7753 alert updates and keystore beginnings 2023-10-10 21:30:15 -04:00
764e4cf60e Lots of testing needed, but all the encryption stuff may work now. I wish I could include memes in commits 2023-10-05 06:36:54 -04:00
2e4ba9d40c keystore doesn't like being turned back into an object 2023-10-05 04:14:48 -04:00
ee161d654a check admin status for bandada 2023-10-02 13:05:00 -04:00
95374a97d4 checkpoint 2023-09-29 15:53:02 -04:00
5936e15184 checkpoint 2023-09-29 15:52:17 -04:00
beed933b15 Add PasswordLock component and make changes to SelectServer component, index.ts, storeFactory.ts, and stores.ts.
- Added a new component called "PasswordLock.svelte" which includes functionality to set a password, lock, and unlock.
- Made some changes to the SelectServer component, importing the necessary functions and types.
- Added encryptable function to the storeFactory.ts to store data encrypted in the local storage.
- Updated the index.ts file to include a keyStore and passwordSet stores which are used to check if the user has set a password and to store the encryption key for encrypting and decrypting data.
- Updated the stores.ts file to include types for the identity stores and to add a new type for the encrypted identity store.
- Made some other minor changes and fixes.

All changes have been made and tested successfully. The code is ready for review and deployment.
2023-09-28 23:53:49 -04:00
Tanner Shaw
40d46efa78 refactor(create-room): refactored formData type and included interface in utils
feature(create-room): form now displays codes upon form completion
2023-09-28 16:44:40 -05:00
AtHeartEngineer
30b35206f0 checkpoint to move from laptop to desktop 2023-09-27 13:10:25 -04:00
Tanner Shaw
6038b0f071 fix(create room): remove room type from stepper and uncommented createRoom 2023-09-26 17:47:14 -05:00
Tanner Shaw
7f796f2b47 feature(create room): added simple form validation and split stepper to seperate components 2023-09-26 17:09:44 -05:00
Tanner Shaw
54c7966dab feature(create-rooms) split newroom into seperate components 2023-09-26 15:27:24 -05:00
Tanner Shaw
b0fe71e7c1 fix(create-room) changing text colors and updating server url, username, password 2023-09-25 18:06:20 -05:00
Tanner Shaw
3de33f9c1f feature(create-room) form page for creating new rooms 2023-09-25 17:45:27 -05:00
78f76f04c0 feat(setting) beta flag 2023-09-20 00:04:25 -04:00
AtHeartEngineer
5e60188161 Merge pull request #33 from Discreetly/skeletonv2-migration
Skeletonv2 migration
2023-09-19 23:57:53 -04:00
a490996a09 fix toast error and removed non-existent favicon 2023-09-19 23:55:27 -04:00
de5944ee76 chore(ui framework) modal/toast migration 2023-09-19 23:44:02 -04:00
38da6eb813 chore(ui framework) migrated skeleton to v2 2023-09-19 23:33:23 -04:00
5c912ce013 fix(deployment) enable SPA 2023-09-19 14:11:09 -04:00
25f0c0ffba deps: static site adapter 2023-09-19 14:08:10 -04:00
ecf9ab0596 fix(deployment) static site adapter 2023-09-19 14:06:05 -04:00
82ed0ebecb fix(deployment) disabled prerendering 2023-09-19 12:39:47 -04:00
d35c0146fe fix(deployment) removed specific routes 2023-09-19 12:29:16 -04:00
c029f89227 fix(deployment) I broke everything 2023-09-19 12:11:02 -04:00
38d5aa5772 fix(deployment) typo 2023-09-19 12:02:55 -04:00
12dd5344db fix room not set, fix cloudflare prerender 2023-09-19 11:46:22 -04:00
AtHeartEngineer
a153fe3917 Merge pull request #31 from Discreetly/experiences
Experiences
2023-09-06 19:50:35 -04:00
ca6b6b9ab1 drawing coming soon 2023-09-06 19:49:24 -04:00
aaa3044cfd invite all rooms 2023-09-06 19:25:18 -04:00
429e5ba4b9 updated admin invite page and set default action points to hearts 2023-09-06 18:31:00 -04:00
AtHeartEngineer
24491127ee checkpoint progress on experiences/demo 2023-09-06 18:08:03 -04:00
AtHeartEngineer
c33aaac1e9 fix(rate limit) rate limit was getting reset when page refreshed, 2023-08-31 21:34:05 -07:00
AtHeartEngineer
4e36c9e8a1 type cleanup 2023-08-31 19:49:54 -07:00
AtHeartEngineer
1ffef553fc better mobile epoch time 2023-08-31 11:13:44 -07:00
AtHeartEngineer
4ffa3e1bca All the action points 2023-08-31 01:22:08 -07:00
AtHeartEngineer
4b8943845a invite code if you have an identity already goes to settings page 2023-08-30 18:19:59 -07:00
AtHeartEngineer
11e1d7d77b updates to action points 2023-08-30 18:19:36 -07:00