tangled
alpha
login
or
join now
danabra.mov
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
Lengthen status
Paul Frazee
2 years ago
9404a845
8de64e04
+2
-2
2 changed files
expand all
collapse all
unified
split
lexicons
status.json
src
lexicon
lexicons.ts
+1
-1
lexicons/status.json
···
13
13
"type": "string",
14
14
"minLength": 1,
15
15
"maxGraphemes": 1,
16
16
-
"maxLength": 10
16
16
+
"maxLength": 32
17
17
},
18
18
"updatedAt": { "type": "string", "format": "datetime" }
19
19
}
+1
-1
src/lexicon/lexicons.ts
···
19
19
type: 'string',
20
20
minLength: 1,
21
21
maxGraphemes: 1,
22
22
-
maxLength: 10,
22
22
+
maxLength: 32,
23
23
},
24
24
updatedAt: {
25
25
type: 'string',