1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 22:29:12 +01:00

152 Commits

Author SHA1 Message Date
Dave Olsen
5153f4abe2 switching to only using ctrl 2014-02-16 21:01:22 -05:00
Dave Olsen
c8b604e93b adding support for swapping html/mustache tabs via the keyboard 2014-02-16 16:57:01 -05:00
Dave Olsen
18923d4927 iframe patterns will also listen for the key presses. 2014-02-16 16:02:29 -05:00
Dave Olsen
4f746ae2c7 various keyboard shortcuts 2014-02-15 11:54:04 -05:00
Dave Olsen
f3496c0057 standardizing the viewer toggle, open, and close functions 2014-02-15 10:16:22 -05:00
Dave Olsen
9839fd4fe8 handling a case where an object is being sent from "somewhere" 2014-02-14 15:56:34 -05:00
Dave Olsen
6dbb80cbce passing strings between postmessage and converting the JSON on each end 2014-02-14 15:02:07 -05:00
Dave Olsen
473caca9fd adding class list polyfill 2014-02-14 15:01:16 -05:00
Dave Olsen
a5eedf3e2a some basic fixes working in ie9 2014-02-13 13:19:34 -05:00
Dave Olsen
cd04a94dba fixing a bad loop 2014-02-11 19:44:46 -05:00
Dave Olsen
29096afa8a adding config control over nav elements 2014-02-08 23:56:09 -05:00
Dave Olsen
53b7a2a016 added comments and code clean-up 2014-02-08 21:47:15 -05:00
Dave Olsen
a4ebe80c6d small copy change 2014-02-08 21:47:00 -05:00
Dave Olsen
688beff2c6 fixed the lack of animation on code view 2014-02-08 21:46:49 -05:00
Dave Olsen
d34a23f315 was inadvertently skipping items in the lineages 2014-02-08 20:20:33 -05:00
Dave Olsen
996a248ddc slight reorganization and added comments 2014-02-08 19:42:48 -05:00
Dave Olsen
03d55834f3 moving the annotations container template to the index 2014-02-08 18:41:00 -05:00
Dave Olsen
c12c89e851 adding support for cmd+a select text 2014-02-08 16:38:45 -05:00
Dave Olsen
41699bf2b9 adding support for the tabs 2014-02-08 16:38:30 -05:00
Dave Olsen
bf7f7575cb moving the window slider template into index.mustache 2014-02-08 16:37:20 -05:00
Dave Olsen
e5e5931048 changing what's get passed to code-viewer 2014-02-08 16:35:02 -05:00
Dave Olsen
dd688a8504 adding and moving vendor js libs 2014-02-08 16:32:07 -05:00
Dave Olsen
deaa1c3bdc making sure linked items still fire when the annotation overlay is off 2014-01-29 20:26:29 -05:00
Dave Olsen
9833588aa6 Merge branch 'release-0.7.0' 2014-01-26 22:45:09 -05:00
Dave Olsen
0019d9bc05 Merge branch 'release-0.7.0' 2014-01-26 22:45:04 -05:00
Dave Olsen
4548c90180 Merge branch 'release-0.7.0' 2014-01-26 22:44:54 -05:00
Dave Olsen
b5d220cc37 don't replace the iframe window if it's a hash 2014-01-21 16:25:21 -05:00
Dave Olsen
73f3cca090 properly escaping the HTML for the code view 2014-01-20 20:34:58 -05:00
Dave Olsen
84ab45f6e7 Merge branch 'master' of https://github.com/GriffinArtworks/patternlab-php into hotfix-sass 2013-12-05 16:35:08 -05:00
Matt Griffin
c60757bf85 Fixing no scrolling problem on iOS, iPad etc
On line 545 added "-webkit-overflow-scrolling: touch; overflow: scroll;" to enable scrolling on iOS devices. see http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/
2013-12-05 17:04:53 +00:00
Matt Griffin
af85c3cdfb Fixed a missing curly bracket in static.scss
On line 142 of static.scss there is a missing "}" bracket causing an error if you compile the scss.
2013-12-05 16:21:06 +00:00
Dave Olsen
72678a9f49 fixing code view to suppprt CSS view 2013-11-16 11:36:50 -05:00
Dave Olsen
1b76602f8c adding support back in for CSS view on pattern detail page 2013-11-16 11:36:39 -05:00
Dave Olsen
4124c6c15f adding styles to set a max height to the pre container 2013-11-16 11:36:01 -05:00
Dave Olsen
b55cc76524 making sure the lineage link actually works 2013-11-12 11:28:53 -05:00
Brad Frost
3dd5fb21c3 Add popup code viewer to patterns page 2013-11-12 10:13:45 -05:00
Dave Olsen
bce462e3fc trying to properly handle click events on lineages in the code viewer 2013-10-29 12:06:10 -04:00
Dave Olsen
e2a44bfa77 can now pull the lineage info into the pop-up view 2013-10-29 11:17:57 -04:00
Dave Olsen
f71973c338 making sure code view is turned off if annotations are turned on 2013-10-28 17:01:53 -04:00
Dave Olsen
652a0a252e removing the unnecessary code view material 2013-10-28 17:01:20 -04:00
Dave Olsen
26640cad3f adding support for PrismJS to handle syntax highlighting 2013-10-28 16:56:49 -04:00
Dave Olsen
d953581926 simple JS libraries to handle display/communication of code view 2013-10-28 16:56:15 -04:00
Dave Olsen
c32020b5f6 updating to match the convention 2013-10-28 09:18:39 -04:00
Dave Olsen
bcc490d9f8 making sure "close" link works 2013-10-28 09:15:37 -04:00
Brad Frost
15c4e66f78 Update the units toolbar when Hay! mode is active. 2013-10-27 22:17:42 -04:00
Brad Frost
7e26a3ed5f Remove padding from .sg-pattern, removed old CSS from style guide, 2013-10-27 22:05:52 -04:00
Brad Frost
c2f3808a07 Merge branch 'dev' of https://github.com/pattern-lab/patternlab-php into dev 2013-10-27 21:54:17 -04:00
Brad Frost
2e869a6d2b Annotation style and behavior tweaks 2013-10-27 21:54:09 -04:00
Dave Olsen
c6e3033b49 making sure, if embedding annotations, that only one result per found selector appears 2013-10-27 21:36:18 -04:00
Brad Frost
ddcbc4cab5 Pattern Code View
-Restructured pattern wrapper HTML in order to extract code view.
- Added HTML header
- Added CSS header and placeholder for CSS content
- Added "This pattern contains…" placeholder for lineage
- Style changes
2013-10-27 15:03:45 -04:00