Commit Graph

33823 Commits

Author SHA1 Message Date
Will Hanlen
95aa62e088 feather tweaks and document basis-* classes 2024-08-06 11:21:37 -05:00
Will Hanlen
470d6ef177 remove reset styles from tree and sky 2024-08-02 12:27:28 -05:00
Will Hanlen
bd488bc011 improve font selection ui and style reset functionality 2024-08-02 11:55:46 -05:00
Will Hanlen
33c636e1ce small feather tweaks 2024-08-02 09:11:50 -05:00
bonbud-macryg
e78c58855a
Document axal core (#83) 2024-08-02 13:43:47 +01:00
Will Hanlen
05e98850a9 full color styling in sky settings 2024-08-02 01:34:17 -05:00
Will Hanlen
130eb4d64d push feather changes down to iframes 2024-08-01 12:28:47 -05:00
Will Hanlen
60313c1375 start of feather settings UI 2024-08-01 11:33:10 -05:00
Will Hanlen
341ae01ea9 improve feather classes
especially the prose styling.

basic blogs should look much nicer now without the
need to add a bunch of crazy custom styling.

a few more utility classes and fixups now work as well.
2024-07-31 09:20:14 -05:00
will hanlen
fc81985968
Merge pull request #103 from urbit/tree-view-root-dep
Tree-view with root dependency
2024-07-31 04:07:27 +09:00
SuperCoolYun
59832e0e08 all inputs take bowl values 2024-07-30 12:37:09 -04:00
Will Hanlen
acd4242ebe sky: stub elements for notifications, settings, and help 2024-07-29 12:31:58 -05:00
SuperCoolYun
06baff32df view at path where nothing exist yet update 2024-07-29 13:15:50 -04:00
SuperCoolYun
9f16b0a495 . 2024-07-29 11:44:57 -04:00
SuperCoolYun
3d86402585 bug in http-req con file fixed 2024-07-29 11:25:51 -04:00
Will Hanlen
fd3a36eaa6 local window persistence
this is a device-based sessions system.
windows do not sync between devices. (sorry Gary)
2024-07-29 10:18:49 -05:00
SuperCoolYun
e4c9347b8f %make tree with root dep 2024-07-29 11:05:42 -04:00
SuperCoolYun
1f7f437be4 Merge branch 'pre-beta' into tree-view-root-dep 2024-07-29 11:03:53 -04:00
SuperCoolYun
c00a96e33b . 2024-07-29 09:23:42 -04:00
Will Hanlen
0291fc0e5a fix bug with window messages triggered by browser extensions
my js is not the only js which can send
contentWindow.postMessages

so i need to check the message was sent by me before trying to
act on it.
2024-07-28 16:20:04 -05:00
SuperCoolYun
c6d10d1b80 reorganised code, make-path input to hoon(bowl values) implemented 2024-07-26 16:35:14 -04:00
Will Hanlen
f9ad86e3ba add "developer alpha" warning 2024-07-26 10:51:08 -05:00
Will Hanlen
b008d6b20b Merge remote-tracking branch 'origin/tree-view' into pre-beta 2024-07-26 09:16:46 -05:00
Will Hanlen
5d7b57e855 switch to polling for iframe location changes
every 350ms, the navbar will send a message to each iframe
and have it send a message back if its url is not what
the navbar thinks it is.
2024-07-25 20:53:32 -05:00
Will Hanlen
2609403ef7 button styling changes 2024-07-25 19:09:45 -05:00
Will Hanlen
5afd16e0b5 fix drag-n-drop on chromium 2024-07-25 18:50:07 -05:00
SuperCoolYun
12c3c3cfd1 path fixes, %ack handling added, "nothing here" resp removed 2024-07-25 16:41:38 -04:00
SuperCoolYun
16ba3769e4 cull redirect 2024-07-25 13:24:02 -04:00
SuperCoolYun
d039b7f6a8 integrating POST req 2024-07-25 13:10:38 -04:00
SuperCoolYun
8c36e979f5 get req moved to tree-eyre 2024-07-25 11:28:16 -04:00
SuperCoolYun
001fa2c536 minor fixes 2024-07-25 09:20:09 -04:00
Will Hanlen
32a06ea579 remove unused file 2024-07-24 17:44:33 -05:00
Will Hanlen
f96be7c186 add DOCTYPES 2024-07-24 17:40:16 -05:00
Will Hanlen
c5393284ab cleanup old unused/duplicate code 2024-07-24 17:36:34 -05:00
SuperCoolYun
e093851c18 css for implementing in sky 2024-07-24 13:26:30 -04:00
Will Hanlen
177999824e re-implement sky (and window wrapper) as iframes composer 2024-07-24 00:24:15 -05:00
SuperCoolYun
03c8de6d8e comment out removed from neo-two 2024-07-23 16:16:16 -04:00
SuperCoolYun
24208ea400 response to POST request updated, tomb switched to cull 2024-07-23 16:14:50 -04:00
SuperCoolYun
6846682d17 recursive cull, kids case unmatched bug fixed 2024-07-23 12:53:26 -04:00
SuperCoolYun
a30f5b24a4 on tomb sending tomb only for parent shrub 2024-07-23 12:20:53 -04:00
SuperCoolYun
91d187d23a removed bug from poke arm 2024-07-22 13:31:21 -04:00
SuperCoolYun
42117cc942 Merge branch 'develop' into tree-view 2024-07-22 11:52:20 -04:00
SuperCoolYun
a02d3251ce . 2024-07-22 11:49:30 -04:00
SuperCoolYun
d1e1bce22e eyre response fixed, a-tag for import pro files in hoon shrubs added, minor css improvement 2024-07-22 11:34:56 -04:00
SuperCoolYun
2b95c5a9a5 http-req parser updated 2024-07-19 13:01:48 -04:00
SuperCoolYun
d59da31f17 fixes for eyre replyies and some comments etc. 2024-07-18 12:35:33 -04:00
SuperCoolYun
0f6a75e5f9 cleaned comments 2024-07-17 15:50:11 -04:00
SuperCoolYun
7387d3f754 clickable links to hoon files added close #97 2024-07-17 15:48:49 -04:00
SuperCoolYun
f5223070c9 post merging cleanup 2024-07-17 13:21:25 -04:00
SuperCoolYun
370ae74d6c full CRUD 2024-07-17 13:14:43 -04:00