Commit graph

6 commits

Author SHA1 Message Date
Tim Oliver
011650b77f Add new dark/light mode compatible logo
Summary:
I'm looking at updating the IGListKit logo with a more brand-appropriate variant, that also works more nicely in both the light and dark mode themes on GitHub.

This diff only adds the logo to the codebase, which will make it easier for me to add and style it in the README in a subsequent diff once it's landed.

This logo is by no means set in stone, so if anyone else has any feedback for it, or would like to propose anything else, I'm totally open. Thanks!

Differential Revision: D56996027

fbshipit-source-id: c2f7170a9aca39f5c2ccbcd897bbe1801624c4c1
2024-05-08 07:32:12 -07:00
Ryan Nystrom
1fccfce0f1 Create binding and modeling guide/tutorial
Summary:
Adds a tutorial-style guide on how to approach modeling given a design, how to effectively use `IGListBindingSectionController`, and how to do local mutations/updates.

You can read the [formatted guide here](https://github.com/Instagram/IGListKit/blob/binding-guide/Guides/Modeling%20and%20Binding.md).

Issue fixed: #755, #799, #697
Closes https://github.com/Instagram/IGListKit/pull/903

Differential Revision: D5673178

Pulled By: rnystrom

fbshipit-source-id: 8b0ff6008faff9781c6b290d1ad2395e0225c1c9
2017-08-21 14:46:53 -07:00
Ryan Nystrom
de0fe91ae7 3.0 migration guide
Summary:
Will add to this as we close out the [milestone](https://github.com/Instagram/IGListKit/milestone/3).

Issue fixed: #475
Closes https://github.com/Instagram/IGListKit/pull/661

Differential Revision: D5047071

Pulled By: jessesquires

fbshipit-source-id: 78989529f50c9b281960e5acf843e91198677432
2017-05-11 13:50:49 -07:00
Sean Doran
640b67ebb4 Optimized images
Summary:
Used [ImageAlpha](https://pngmini.com) and [ImageOptim](https://imageoptim.com) (through [ImageOptim-CLI](https://github.com/JamieMason/ImageOptim-CLI)) to squeeze out all the bytes.

**Was:**
463.424kb

**Now:**
435.785kb

**Savings:**
27.639kb (5.00%)

**Quality:**
99.99615555%
Closes https://github.com/Instagram/IGListKit/pull/500

Differential Revision: D4589974

Pulled By: rnystrom

fbshipit-source-id: d274be035a79f90b57b65eaefb8c1b4d822b604d
2017-02-20 16:18:20 -08:00
Ryan Nystrom
f7d80e29f3 Update working range docs
Summary:
Docs were out of sync. Working range used to be an attempt to use a range outside the visible bounds, but that's not the case anymore. Instead it is just a number of section controllers beyond the visible range (much simpler). Updated the docs and graphic to reflect this.

Fixes #84

Reviewed By: dshahidehpour

Differential Revision: D4043045

fbshipit-source-id: bc4ae7a5a822626ffda30ff5ac7a3782a3816027
2016-10-19 19:14:24 -07:00
FBShipIt
cdc796746a Initial commit
fbshipit-source-id: c38b897b9e2b87c782e0e01b0145d9189dc7f9d8
2016-10-11 10:12:17 -04:00