Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: credential sharing #524

Merged
merged 30 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bffbe9b
feat: initial supabase work, siwe, update routes
martines3000 Nov 28, 2023
b738518
feat: basic share view page, add next-ui
martines3000 Nov 29, 2023
8187c63
chore: work in progress table
martines3000 Nov 29, 2023
5f4968b
feat: replace some headless ui components with next-ui
martines3000 Nov 30, 2023
6d7a8a4
chore: merge develop
martines3000 Dec 4, 2023
c6bfc2f
feat: improve share display of presentation
martines3000 Dec 4, 2023
7684516
fix: move .npmrc from dapp to root
martines3000 Dec 6, 2023
160821c
fix: fixes bug where vc table was refreshed every second
martines3000 Dec 6, 2023
b584398
feat: ui improvements for sharing credentials
martines3000 Dec 7, 2023
82fcc6e
chore: work in progress
martines3000 Dec 11, 2023
de8a817
feat: update dashboard (#535)
andyv09 Dec 18, 2023
7971734
feat: work in progress
martines3000 Dec 18, 2023
9d504f5
feat: json toggling
martines3000 Dec 18, 2023
7f01a62
chore: merge develop
martines3000 Dec 18, 2023
2b3c6de
chore: update pnpm.lock
martines3000 Dec 18, 2023
570d888
chore: fix
martines3000 Dec 18, 2023
919d980
chore: add changesets
martines3000 Dec 18, 2023
ef90dc7
feat: design improvements and pagination
martines3000 Dec 22, 2023
c16ecd2
chore: fix
martines3000 Dec 22, 2023
6889479
feat: localization
martines3000 Dec 22, 2023
66a24a7
chore: update .env.example
pseudobun Jan 10, 2024
b1c01d8
fix: set `pnpm dev` to use production snap by default
pseudobun Jan 10, 2024
9ecf5b1
fix: use primary button instead of warning button for sharing confirm…
pseudobun Jan 10, 2024
030e4de
chore: remove console logs
pseudobun Jan 10, 2024
5476e79
fix: resolve visual bug
martines3000 Jan 10, 2024
2a34de1
chore: remove console log
pseudobun Jan 10, 2024
e21dfd5
fix: resolve issues
martines3000 Jan 10, 2024
f1afcc8
chore: remove console log
pseudobun Jan 10, 2024
1089360
chore: rename shared presentations file
pseudobun Jan 10, 2024
5270084
chore: remove console log
pseudobun Jan 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: merge develop
martines3000 committed Dec 4, 2023

Verified

This commit was signed with the committer’s verified signature.
mikealfare Mike Alfare
commit 6d7a8a4320786eb649859fb0b4851ed5d0b7c94c
2 changes: 1 addition & 1 deletion packages/dapp/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -158,7 +158,7 @@ const config = {
},
},
},
plugins: [require('tailwind-scrollbar'), nextui()],
plugins: [nextui(), require('tailwind-scrollbar')({ nocompatible: true })],
};

export default config;
You are viewing a condensed version of this merge commit. You can view the full changes here.