Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Resize Images #416

Open
wants to merge 79 commits into
base: next
Choose a base branch
from
Open

Auto Resize Images #416

wants to merge 79 commits into from

Conversation

Shoaib-Qadeer
Copy link

It should auto-resize and adjust iamge

jlengstorf and others added 30 commits January 10, 2019 18:36
* chore: add link to the live store

* fix: update callback domain for Auth0

* feat: store redesign (#201)

TODO:
- [x] ~~refactor `ProductImagesBrowser` (for fixing transitions)~~
- [ ] filtering for `ProductListing` (by swag codes) ()
- [ ] internal Ads functionality
- [x] ~~screens transitions/switching on mobile (some fixes/improvements)~~
- [ ] a couple updates in content
- [x] ~~a list of small fixes and improvements in styles~~

Till the moment I fix the bugs in mobile switching/transitions I suggest testing the store on desktop, instead you will be pointing me strange behaviors I am aware of.

* feat: update used swag code badge style (#212)

* feat: style used badges, modify messaging, update badge theming

* camelcase swag code badge title

* fix: revert static test

* feat: level 2 incentive (#213)

Where a contributor has earned level 1, but not yet level 2, show a progress bar and messaging toward earning level 2.

<img width="420" alt="screen shot 2019-01-06 at 11 52 30 am" src="https://user-images.githubusercontent.com/3461087/50739721-b0828600-11a9-11e9-8b0c-98a6c01e3565.png">

closes #207

* feat: add Google Analytics (#216)

* chore: use official Shopify plugin (#217)

- update to the Gatsby-maintained Shopify plugin (see gatsbyjs/gatsby#10955)
- update the Shopify Buy SDK

* fix: keep item quantity in sync (#218)

- adding more of the same item to the cart updates its quantity input
- add a basic “loading” animation while quantities update
- convert the `CartListItem` component to use Hooks

* feat: use custom domain for login

closes #19

* fix: improve cart button accessibility (#220)

* fix: add button label to shopping cart icon

* fix: reorder components to announce shopping cart earlier
The plane wifi isn’t good enough to deploy to AWS, so we can’t update the custom domain until I land.
For now, let’s use @riencoertjens’s photo of Dora because it’s painfully cute. For more Dora, go follow https://www.instagram.com/doraforscale/

close #143
Products were renamed, including slugs, so this makes sure that no dead links happen.
- use product info and image for SEO tags on product pages
- fix lorem ipsum text in captions

closes #222
Update conditional code to work with the new string of swag code level 2
Position `Footer` to the bottom of the container, so even when the main content is replaced/hidden by `offline` plugin during page loading the footer does not appear on the top of the page.
![screenshot from 2019-01-11 10-44-17](https://user-images.githubusercontent.com/32480082/51027769-008a8f80-1592-11e9-8051-f8628a334b26.png)
- Safari apparently requires trailing slashes or it dumps all hashes. So... we added a trailing slash.

closes #106
No functionality changes; this just removes all unused code and simplifies a couple implicit returns in functional components.
I found an issue with gatsby-image on the store site, I created this PR gatsbyjs/gatsby#11303, so the issue has been fixed in the latest version.

close #211
* Fix link to search for open issues on GitHub

* Fix search for open issue link
According to my understanding the script `format`: `prettier --write 'src/**/*.js'` doesn't need the apices.

The old syntax generated the following error:
```
> [email protected] format C:\Users\[USER]\[PATH]\store.gatsbyjs.org
> prettier --write 'src/**/*.js'

[error] No matching files. Patterns tried: 'src/**/*.js' !**/node_modules/** !./node_modules/** !**/.{git,svn,hg}/** !./.{git,svn,hg}/**
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] format: `prettier --write 'src/**/*.js'`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the [email protected] format script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\[USER]\AppData\Roaming\npm-cache\_logs\2019-02-14T20_06_48_090Z-debug.log
```
removed duplicate selector `::-webkit-progress-value`
Minimilk93 and others added 30 commits October 21, 2019 16:56
* add ability to copy the code with a button

* revert lock.file change

* remove overflow: hidden from div containing code badge and copy button to not clip the box-shadow effect on button
* Adding link to faqs

* Tweak wording, structure

Co-authored-by: Florian Kissling <[email protected]>
Change the label for open issues from 'status: help wanted' to 'help wanted'
…316)

* Adding message for international orders about taxes

* Move full point/stop punctuation outside of href

Co-authored-by: Florian Kissling <[email protected]>
This is an attempt to override GitHub always suggesting jlengstorf as a reviewer for PRs in this repo.
* fix: change support name from Jason to Marcy Sutton

* Update src/components/ContributorArea/ContentForNotContributor.js

Co-Authored-By: Mike Allanson <[email protected]>

* Update src/components/Dashboard/Contributions.js

Co-Authored-By: Mike Allanson <[email protected]>

Co-authored-by: Mike Allanson <[email protected]>
* Use experimental shopify plugin

* Version bump

* Another version bump for performance

* Plugin options (we need some read-only keys)

* The store URL is certainly no secret

* Version bump 1.5.0

* Version bump 1.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.