Skip to content

Commit

Permalink
Companion (#339)
Browse files Browse the repository at this point in the history
* basics of a working chrome plugin with javascript generated from fable

* working now with webpack

* add back jquery and background js file

* move non umd to umd folders to fix webpack error

* companion - working box with go button

* companion - clean up existing code, start a dsl

* companion - progress on creating borders

* companion - add some css

* companion - only inject companion if not already there

* companion - add close button

* companion - style to the bottom

* companion - add clear button

* companion - mouse over stuff working kind of

* companion - improve mouse stuff, switching to leave and enter

* companion slight improvement on mouse behaviour

* companion - block clicks to prevent nagivating

* companion - greatly improve mouse over functionality by stopping event propogation

* companion - switch from bind and unbind to on and off, unbind events after closing plugin.

* companion - small clean up

* companion - on click grab all the important stuff about the element

* companion - add comments

* companion - provide various suggestions

* companion - provide more suggestions

* companion - fix find by placehold, add by tag

* companion - basics results showing with nasty copy paste ability

* companion - improve copy to clipboard

* companion - apply green borders is working

* companion - fix bugs where it was not clearing properly, and it was selecting canopy companion on apply

* companion - add some partial href for query strings and such

* companion - unwire events on close

* companion - add ability to only have certain type of selectors in results

* companion - switch to table, improve UI

* companion - improve error behaviour for selectors

* companion - new todo stuff and screenshots for the store
  • Loading branch information
lefthandedgoat authored Feb 2, 2017
1 parent 2a135e9 commit 3f74a69
Show file tree
Hide file tree
Showing 41 changed files with 9,099 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/canopy/canopy.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<Compile Include="screenSizes.fs" />
<Compile Include="userAgents.fs" />
<Compile Include="csharp.fs" />
<None Include="companion\companion.fsx" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
Expand Down
Loading

0 comments on commit 3f74a69

Please sign in to comment.