@ibgib/space-gib 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/client/bootstrap.mjs +1 -1
- package/dist/client/{chunk-NCXKCVYS.mjs → chunk-ANGVYAEK.mjs} +27 -27
- package/dist/client/{chunk-NCXKCVYS.mjs.map → chunk-ANGVYAEK.mjs.map} +3 -3
- package/dist/client/{chunk-ZUEU37Z5.mjs → chunk-IRGFDQRD.mjs} +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/client/script.mjs +1 -1
- package/dist/server/server.mjs +239 -8
- package/dist/server/server.mjs.map +2 -2
- package/package.json +4 -4
- package/src/client/AUTO-GENERATED-version.mts +1 -1
- package/src/client/components/identity-manager/IMPLEMENTATION.md +10 -10
- /package/dist/client/{chunk-ZUEU37Z5.mjs.map → chunk-IRGFDQRD.mjs.map} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibgib/space-gib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "ibgib storage and provider service — SaaS at ibgib.space",
|
|
6
6
|
"scripts": {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"build:test": "tsc -p tsconfig.test.json"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ibgib/core-gib": "^0.1.
|
|
15
|
+
"@ibgib/core-gib": "^0.1.62",
|
|
16
16
|
"@ibgib/helper-gib": "^0.0.36",
|
|
17
17
|
"@ibgib/ts-gib": "^0.5.32",
|
|
18
|
-
"@ibgib/web-gib": "^0.0.
|
|
19
|
-
"@ibgib/node-gib": "^0.0.
|
|
18
|
+
"@ibgib/web-gib": "^0.0.48",
|
|
19
|
+
"@ibgib/node-gib": "^0.0.6"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20.0.0"
|
|
@@ -68,9 +68,9 @@ Following the custom `web-gib` Web Component microframework, the component consi
|
|
|
68
68
|
- [x] Document the custom `web-gib` Web Component microframework (covering element lifecycles, routing, parent-child delegation, and settings/tabs state persistence).
|
|
69
69
|
|
|
70
70
|
### Phase 5: UI/UX Enhancements & Bugs
|
|
71
|
-
- [
|
|
71
|
+
- [x] Center/align the `<ibgib-identity-manager>` component instead of having it shoved to the left (maxing out at ~66% width of the center-panel).
|
|
72
72
|
- [x] Adjust scrolling behavior so the entire manager or manager-content div scrolls, instead of limiting the scroll region to the accordion detail pre-tag.
|
|
73
|
-
- [
|
|
73
|
+
- [x] Automatically select/activate the newly created identity keystone in the tab list upon creation.
|
|
74
74
|
|
|
75
75
|
### Phase 6: Detail Views (Pools & Keystone Metadata)
|
|
76
76
|
- [x] Add a details view for challenge pools on the keystone (`KeystoneData_V1.challengePools`).
|
|
@@ -86,14 +86,14 @@ Following the custom `web-gib` Web Component microframework, the component consi
|
|
|
86
86
|
- [x] Implement history scrubber navigation (First, Back 10, Back 1, Next 1, Next 10, Latest) to traverse the keystone timeline.
|
|
87
87
|
|
|
88
88
|
### Phase 8: Active Identity Management
|
|
89
|
-
- [
|
|
90
|
-
- [
|
|
91
|
-
- [
|
|
92
|
-
- [
|
|
93
|
-
- [
|
|
94
|
-
- [
|
|
95
|
-
- [
|
|
96
|
-
- [
|
|
89
|
+
- [x] Define reusable event constants (`EVENT_IBGIB_IDENTITY_REQUEST_CHANGE` and `EVENT_IBGIB_IDENTITY_CHANGED`) in `libs/web-gib/src/ui/ui-constants.mts`.
|
|
90
|
+
- [x] Add checkbox in `<ibgib-keystone-creator>` to make the newly created identity the active one. Enforce/lock to checked if no identities exist yet.
|
|
91
|
+
- [x] If checked on creation, `<ibgib-keystone-creator>` dispatches `EVENT_IBGIB_IDENTITY_REQUEST_CHANGE` containing the new keystone address.
|
|
92
|
+
- [x] Add "Set as Active Identity" button to `<ibgib-identity-manager>` details view. When clicked, it dispatches `EVENT_IBGIB_IDENTITY_REQUEST_CHANGE` with the selected keystone address.
|
|
93
|
+
- [x] Decouple tab clicks in `<ibgib-identity-manager>` so they only browse details via `viewIdentityDetails(addr)` without setting active identity.
|
|
94
|
+
- [x] Update `<ibgib-identity-header>` to listen for `EVENT_IBGIB_IDENTITY_REQUEST_CHANGE`. On receipt, write the address to its settings timeline, update `ibGibGlobalThis.identity`, re-render, and dispatch `EVENT_IBGIB_IDENTITY_CHANGED`.
|
|
95
|
+
- [x] Set `ibGibGlobalThis.identity` on `<ibgib-identity-header>` initialization using settings.
|
|
96
|
+
- [x] Update `<ibgib-identity-manager>` to subscribe to `EVENT_IBGIB_IDENTITY_CHANGED` and re-render/update its "Set as Active" button state accordingly.
|
|
97
97
|
- [ ] TODO: Enhance the `<ibgib-identity-header>` component to support selecting/switching between loaded identities directly from a dropdown/dropdown-like UI inside the header.
|
|
98
98
|
|
|
99
99
|
### Testing Protocol
|
|
File without changes
|