Commit a5ed291
feat: add deep link support (#268)
* feat: add deep link support
* fix: remove db/data
* fix: add db/data to gitignore
* fix: remove useless comment
* feat: wallet deep link logic
* fix: remove useless comments
* fix: lock file
* fix: add files
* chore: formatting fixed.
* chore: lint fixed.
* chore: fixed nested onMount conflict.
* chore: fixed duplicate handleFinalSubmit function definitions.
* chore: formatting.
* fix: Improve URL parsing and error handling for deep links.
* chore: formatting.
* fix: Conditional scanning start based on deep link presence.
* fix: Security concern: Hardcoded session ID in test file.
* fix: Add input validation and sanitization for deep link parameters.
* fix: Critical: Missing error handling for URL constructor.
* fix: Critical: Inverted domain validation logic.
* fix: Refactor complex deep link parsing logic.
* Merge platforms (#270)
* feat: setup control-panel project, added-colors same as eid-wallet
* feat: group
* fix: separate page added for members
* chore: added dummy data and commented the protection on routes for development purposes.
* feat: added view participants button.
* feat: added participants modal
* feat: group
* feat: group-charter-manager
* feat: added nanoid
* feat: added context menu and the owner or admin status
* feat: added context menu functionality on frontend.
* fix: lock file
* fix: added a edit modal
* chore: renamed to member.
* fix: responsiveness
* fix: responsiveness
* feat: added group settings page.
* fix: role based editing
* feat: show info and not allow edits when not a group admin or owner.
* fix: user role based edit in group info
* fix: edit image with pencil icon
* fix: added a text area
* feat: new group functionality and textarea fixed
* feat: new group functionality and textarea fixed
* feat: added close icon on dialog boxes for accessibility improvement.
* feat: removed save and close button on group settings for non admin or non owner users.
* feat: added add members button.
* feat: added add members component.
* feat: added relevant checks.
* feat: added icons next to owner and admin.
* feat: added new chat button.
* chore: fixed squigglies.
* feat: added new chat flow.
* chore: trimed down the non-required code and made a new next js project group charter manager.
* feat: added working 404 page with some changes.
* feat: fixed and added /dashboard route
* chore: upgraded tailwind v3 to v4 in old group charter
* chore: copied old index.css to new global.css
* chore: added missing dependencies for tailwindcss
* chore: upgraded new charter app's whole codebase to tailwind v4
* chore: moved dashboard page to correct route
* feat: added new charter page
* feat: added single charter page.
* feat: added /charter/:id/edit route
* chore: removed old charter codebase.
* feat: eVoting
* chore: project moved to platforms
* chore: created a new next app and moved the older to the old folder
* chore: moved the old to old dir.
* chore: migrated old project to tailwindcss v4
* feat: added components and other stuff to the new proj.
* feat: added the not found page.
* feat: added homepage.
* feat: added create page.
* feat: added vote/id page.
* chore: remove the old evoting proj.
* feat: add a button, modal for sign charter
* fix: lock file
* fix: lock file
---------
Co-authored-by: Sahil Garg <[email protected]>
Co-authored-by: Merul Dhiman <[email protected]>
* fix: added state to the required variable to correctly reflect updated state.
* fix: formatting.
* chore: formatting and added prettier in group-charter-manager.
* chore: formatting
* fix: critical performance issue with missing dependency array.
* fix: paraglide errors due to dependency error in control panel.
* fix: user profile types.
* chore: checks fixed in pictique.
* fix: controlpanel deps issue.
* chore: renamed to a consistent namimg convention of handle instead of username.
* chore: formatting.
* fix: pglide
* fix: remove ignore for check
* fix: normalize check script
---------
Co-authored-by: Sahil Garg <[email protected]>
Co-authored-by: Gourav Saini <[email protected]>
Co-authored-by: Sahil Garg <[email protected]>
Co-authored-by: Merul Dhiman <[email protected]>1 parent f03f10d commit a5ed291
File tree
50 files changed
+810
-158
lines changed- db
- infrastructure
- control-panel
- project.inlang
- eid-wallet
- src-tauri
- capabilities
- gen/android
- .idea
- codeStyles
- app/src/main
- java/foundation/metastate/eid_wallet
- src
- src/routes
- (app)
- main
- scan-qr
- (auth)/verify
- platforms
- blabsy
- group-charter-manager
- pictique/src
- lib
- fragments
- Message
- PostModal
- Post
- Profile
- SettingsPage
- UserRequest
- stores
- routes/(protected)
- discover
- home
- messages
- post
- profile/[id]
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+810
-158
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
0 commit comments