Matilde Park
b57fdccd23
add nickname editing, display, remove contact ...
2020-01-23 13:13:52 -08:00
Matilde Park
ec33a4a4f8
edit your sigil color now functional
2020-01-23 13:13:52 -08:00
Matilde Park
b5e9162657
add TODO markers for next-up features
2020-01-23 13:13:52 -08:00
Matilde Park
8ec9031be3
add / edit card.js toggle
2020-01-23 13:13:52 -08:00
Matilde Park
9e4a192fa5
responsive additions
2020-01-23 13:13:52 -08:00
Matilde Park
ce62533a11
add contact to group functionality
2020-01-23 13:13:52 -08:00
Matilde Park
761ea7cc9c
create group functionality
2020-01-23 13:13:52 -08:00
Logan Allen
56a1c3400a
contact-hook: added first complete and compiling version
2020-01-23 13:13:52 -08:00
Logan Allen
ad64763a8c
contacts: ported to static gall
2020-01-23 13:13:52 -08:00
Matilde Park
c8020691f8
beginning of contact card
2020-01-23 13:13:51 -08:00
Matilde Park
1faf3828e3
high contrast, don't return null as class
2020-01-23 13:13:51 -08:00
Matilde Park
aadeab65b4
responsive contacts drawer
2020-01-23 13:13:51 -08:00
Matilde Park
27201cc2f4
add contact list for group, member count
2020-01-23 13:13:51 -08:00
Matilde Park
c59f222443
basic responsive drawer stuff
2020-01-23 13:13:51 -08:00
Matilde Park
92e1970651
/me, /group views, render sigil, render root ident
2020-01-23 13:13:51 -08:00
Matilde Park
c17bec49af
prepping contact add
2020-01-23 13:13:51 -08:00
Logan Allen
ed481d89a5
contacts: end to end tested apis with working reducers
2020-01-23 13:13:51 -08:00
Matilde Park
082a44a7f8
iterate all groups with relative links
2020-01-23 13:13:51 -08:00
Matilde Park
74c17a3851
passing props, scrolling long layouts
...
(figuring out data manipulation)
2020-01-23 13:13:50 -08:00
Logan Allen
924d9996ab
finished hooking up initial data setup to contacts store and view to front-end. still need to do updates and reducer
2020-01-23 13:13:50 -08:00
Matilde Park
df4c07d67e
new.js -> padding and search icon
2020-01-23 13:12:27 -08:00
Matilde Park
1ea0e59e64
root -> new navigation
2020-01-23 13:12:27 -08:00
Matilde Park
23858fc6d7
mannequin newScreen entry fields
2020-01-23 13:12:26 -08:00
Matilde Park
99a73e981c
newscreen scaffold
2020-01-23 13:12:26 -08:00
Matilde Park
462b14bf58
subscribe to contact-store, fill groups headers
2020-01-23 13:12:26 -08:00
Matilde Park
2aefc02112
checkpoint (removing chat api calls, adding contacts)
2020-01-23 13:12:26 -08:00
Matilde Park
cc50ca3668
left panel, responsively
2020-01-23 13:12:26 -08:00
Matilde Park
8de846c60d
removing chat cruft, adding header + libs
2020-01-23 13:12:26 -08:00
Matilde Park
1299e26940
tachyons -> indigo-static
2020-01-23 13:12:26 -08:00
Matilde Park
7dfe151f15
contacts: tile graphic, fixing mount point
2020-01-23 13:12:26 -08:00
Logan Allen
47c1745074
contacts: added store, view, marks, ui
2020-01-23 13:12:26 -08:00
Logan Allen
524bdbd8c1
sur: added identity structure with support for ship signatures or ring signatures
2020-01-23 13:12:26 -08:00
Fang
f4ed3fe980
clay: document %t care
2020-01-22 21:23:14 -08:00
Jared Tobin
267081424b
Merge branch 'yt-preview' ( #2055 )
...
* origin/yt-preview:
chat: add expandable youtube embed messages
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-22 15:14:37 +04:00
Anthony Arroyo
b96d6c5b5f
chat: add expandable youtube embed messages
...
YouTube links now have a [embed] link that expands an inline embed of
the video. Embeds don't load until clicked, so don't fear the tracker.
2020-01-22 15:01:01 +04:00
Jared Tobin
c182672b54
Merge branch 'ames-goof' ( #2166 )
...
* origin/ames-goof:
ames: adjust route update logic
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-22 13:14:39 +04:00
Ted Blackman
11c92e691d
ames: adjust route update logic
...
There was a typo in the routing logic that was comparing equality
against a value where it should have been doing a pattern match. The
value compared against contained the literal * gate, which would never
match route.peer-state, so this condition was always true, meaning the
fix that had added this extra condition (5406f06
) did not actually
change the behavior from what it been previously.
2020-01-22 12:50:18 +04:00
Jared Tobin
062c0244f6
Merge branch 'support-asan' ( #2175 )
...
* origin/support-asan:
u3: enables ASan for u3i_molt and friends
u3: enable ASan for u3r_mean and friends
u3: skip RLIMIT_CORE under ASan
u3: specially defines c3_assert for ASan compatiblity
u3: moves loom base on linux-64 to accomodate ASan
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-16 23:39:27 -08:00
Jared Tobin
8ab2afe8b4
Merge branches 'vere-test-exit', 'spinner-leak' and 'exit-cleanup'
...
* origin/vere-test-exit:
vere: fixes Makefile test-runner, exiting on failed test
* origin/spinner-leak:
vere: re-plugs leak in terminal spinner
vere: plugs leak in terminal spinner
* origin/exit-cleanup:
vere: adds trivial i/o driver exit handlers
vere: dispose of http-server resources on exit
vere: dispose of http-client resources on exit
vere: close terminal driver last
vere: properly un/initialize curl
vere: properly un/initialize openssl
worker: free jet dashboard on exit
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-16 06:26:14 -08:00
Joe Bryan
375d4af68e
u3: enables ASan for u3i_molt and friends
2020-01-14 20:42:23 -08:00
Joe Bryan
ee112fa150
u3: enable ASan for u3r_mean and friends
2020-01-14 20:41:21 -08:00
Joe Bryan
119fb59d5f
u3: skip RLIMIT_CORE under ASan
2020-01-14 20:41:02 -08:00
Joe Bryan
bea30f8a2c
u3: specially defines c3_assert for ASan compatiblity
2020-01-14 20:40:25 -08:00
Joe Bryan
884a08a967
u3: moves loom base on linux-64 to accomodate ASan
2020-01-14 20:39:49 -08:00
Joe Bryan
561db380c4
vere: adds trivial i/o driver exit handlers
2020-01-14 20:34:26 -08:00
Joe Bryan
9abe805933
vere: dispose of http-server resources on exit
2020-01-14 20:34:26 -08:00
Joe Bryan
b7138abd0b
vere: dispose of http-client resources on exit
2020-01-14 20:33:52 -08:00
Joe Bryan
0393047847
vere: close terminal driver last
2020-01-14 20:33:43 -08:00
Joe Bryan
84ccfa97d8
vere: properly un/initialize curl
2020-01-14 20:33:34 -08:00
Joe Bryan
d71c26417a
vere: properly un/initialize openssl
2020-01-14 20:33:24 -08:00