Skip to content

Commit 08b7787

Browse files
Move store to solid-logic (SolidOS#359)
* Money-Pane icon * Move the store into solidLogicSingleton * Move login code higher up * Simplify the loadFooIndex functions
1 parent e85eb6c commit 08b7787

46 files changed

Lines changed: 451 additions & 307 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/acl/acl.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
*/
77

88
import ns from '../ns'
9-
import kb from '../store.js'
9+
import { solidLogicSingleton } from '../logic'
1010
import utils from '../utils'
1111
import { AgentMapMap, AgentMapUnion, ComboList } from './types'
1212
import * as debug from '../debug'
1313
import { graph, IndexedFormula, NamedNode, serialize, st, sym } from 'rdflib'
1414
import { LiveStore } from 'pane-registry'
1515
import { ACL_LINK } from 'solid-logic'
1616

17+
const kb = solidLogicSingleton.store
18+
1719
/**
1820
* Take the "default" ACL and convert it into the equivlent ACL
1921
* which the resource would have had. Return it as a new separate store.

0 commit comments

Comments
 (0)