212 Commits

Author SHA1 Message Date
chg20
9579e410e9
Update README.md 2020-05-17 06:08:12 -07:00
carson
77cc4ba179 get logo right for github 2020-05-17 06:06:29 -07:00
carson
ef64f8fcf8 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	www/examples/infinite-scroll.md
2020-05-17 06:01:23 -07:00
carson
0a2f717f10 fix up final stuff from rename v0.0.3 2020-05-17 05:59:13 -07:00
carson
efd4cc72b0 Generate release files 2020-05-17 05:53:57 -07:00
carson
5f7174c1f9 More renaming cleanup 2020-05-17 05:53:08 -07:00
carson
3aa8c64754 le big re-rename 2020-05-17 05:22:19 -07:00
carson
e1e4f25b0e regigger tests and add manual tests for hard-to-test things like prompt and confirm 2020-05-16 15:40:15 -07:00
carson
4ebdabd227 Merge remote-tracking branch 'origin/dev' into dev 2020-05-16 14:30:33 -07:00
carson
6e06c0df87 Better style handling:
* inject the style as a stand alone element
* support the meta directive to not include the default style

fixes https://github.com/bigskysoftware/kutty/issues/13
2020-05-16 14:30:25 -07:00
chg20
8becaf76cd
Merge pull request #3 from inouire/example-delete-row
Example delete row
2020-05-16 14:10:32 -07:00
chg20
2f21351f6e
Merge pull request #12 from rschroll/prompt
Avoid shadowing the global prompt function
2020-05-16 14:10:10 -07:00
Robert Schroll
1cd6ba3750 Avoid shadowing the global prompt function
The prompt variable inside issueAjaxRequest shadowed the prompt function
that it was attempting to use, thereby breaking the use of kt-prompt.
2020-05-16 12:13:32 -07:00
Edouard de Labareyre
fc4acfa0ea Delete row example 2020-05-16 16:42:37 +02:00
Edouard de Labareyre
180cf087d3 Fix typo in infinite scroll example 2020-05-16 16:42:03 +02:00
Edouard de Labareyre
a60e492170 Support DELETE requests in fake server 2020-05-16 16:42:03 +02:00
carson
d4b4d462ab Merge remote-tracking branch 'origin/dev' into dev 2020-05-16 06:54:39 -07:00
carson
390ac2443b copy children collection so merging oob node doesn't screw up iteration
fixes https://github.com/bigskysoftware/kutty/issues/4
2020-05-16 06:54:33 -07:00
chg20
4c00f8f6d6
Update TODO.md 2020-05-16 06:04:55 -07:00
chg20
d1e1aacb35
Merge pull request #11 from jsampson/dev
Copyediting in docs related to HTTP method attributes.
2020-05-16 06:02:02 -07:00
Justin T. Sampson
eba776bbaf Copyediting in docs related to HTTP method attributes. 2020-05-15 22:34:22 -07:00
carson
fd6e3f68d8 version bump and start using dev branch like a civilized human 2020-05-15 19:25:52 -07:00
chg20
ace0caa473
Merge pull request #10 from jreviews/patch-1
Using ic-post-to instead of kt-post in example
2020-05-15 16:10:51 -07:00
Alejandro Schmeichler
cf15267247
Using ic-post-to instead of kt-post in example 2020-05-15 18:36:37 -04:00
chg20
eeb0985a0e
Merge pull request #8 from timothylevi/patch-1
Thanks!
2020-05-15 13:33:42 -07:00
Timothy Levi Campbell
7237b93fb2 Update inline validation example description 2020-05-15 16:20:05 -04:00
chg20
2e89168778 Merge pull request #7 from breno-dsuite/breno-dsuite-patch-kt-params
Fix kt-params Link
2020-05-15 13:13:37 -07:00
Breno Uchôa - DSuite
a6e76090e8
Fix kt-params Link 2020-05-15 16:43:43 -03:00
carson
dc6db4ba0c fix hover on fake link 2020-05-15 11:23:06 -07:00
carson
835595fce7 better h4 margins 2020-05-15 11:21:57 -07:00
carson
d69af17e06 maybe need to drink a little less coffee 2020-05-15 11:20:58 -07:00
carson
e61d891922 include more contact info 2020-05-15 11:19:41 -07:00
carson
49db871a1c include star button 2020-05-15 10:41:03 -07:00
carson
afc21074e0 web fix 2020-05-15 09:43:49 -07:00
carson
1be6e3cfef 0.0.1 update v0.0.1 2020-05-15 07:11:00 -07:00
carson
077ad83327 release update 2020-05-15 07:09:54 -07:00
carson
7bdfb23d1d release update 2020-05-15 06:36:27 -07:00
carson
b50e6a7a35 Paramter testing 2020-05-15 06:34:54 -07:00
carson
770c0b78fd Merge remote-tracking branch 'origin/master' 2020-05-14 20:21:35 -07:00
carson
2ba29dfa5e Merge remote-tracking branch 'origin/master' 2020-05-14 20:21:29 -07:00
carson
2a519c72d7 Merge remote-tracking branch 'origin/master' 2020-05-14 20:20:27 -07:00
carson
03f1cdb8a2 fix bad link 2020-05-14 20:20:21 -07:00
chg20
0b7ad9229f
Update README.md 2020-05-14 20:15:36 -07:00
carson
6e5271729a Clean up parameter inclusion logic and update demos to use GET where appropriate, rather than hiding from my bad design choices
fix annoyance w/ sinon and kutty
2020-05-14 17:27:57 -07:00
carson
5f9f1940b1 Clean up parameter inclusion logic and update demos to use GET where appropriate, rather than hiding from my bad design choices
Add API test + fixes and update all files
2020-05-14 17:10:24 -07:00
carson
0c4cf79269 Clean up parameter inclusion logic and update demos to use GET where appropriate, rather than hiding from my bad design choices
Get title correct
2020-05-14 15:41:04 -07:00
carson
b80858e90a Clean up parameter inclusion logic and update demos to use GET where appropriate, rather than hiding from my bad design choices
document example
2020-05-14 15:40:08 -07:00
carson
a3c9cf6b6a Clean up parameter inclusion logic and update demos to use GET where appropriate, rather than hiding from my bad design choices
Added value-select.md demo
2020-05-14 15:34:47 -07:00
carson
51bf9bfc13 perf test 2020-05-14 13:56:34 -07:00
carson
53cd87465c swap and API fixes 2020-05-14 11:51:15 -07:00