This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
Deployment @ Tue Feb 07 2017 15:30:07
badgerbot
released this
07 Feb 15:30
·
1680 commits
to master
since this release
- create meet-out-team component
- render badgers names
- categories links
- badger page and links
- everyone category link
- team slice and pagination
- test fixing
- pagination buttons
- Updated badger brain fetcher to match new graphql api
- Used double quote instead of single
- Updated badger test to check rendered content
- Updated more badger tests to check rendered content
- Fixed flow error
- Removed defaults for badger route
- add ad as an optional element to badgers collections
- add more asserts to people page test
- add final asserts to the people page test
- add ad
- add job advert asserts to people page test
- add job advert asserts to people page test
- add html structure of people page
- Change the name of imported styles to make it consistent
- fix tests and rename file
- style background, title and subtitle of the people page
- style people page's categories
- style mobile first
- style team slices
- apply basic styles to the job advert
- finish styling job advert tile
- apply styles to paging buttons
- make previous button disabled when there is no more pages to go back
- make next button disabled when there is no more pages left to go next
- add arrow to the badger name
- apply basic hover styles to the badger slice
- adjust margins in tile slices
- Added flex basis and breakpoints
- fix aspect ratio problem in the people page
- Removed flexbox because single wrapped element grew unevenly
- Fixed job ad question width
- Aligned badgers to the left so single wrapped element isn't centred
- Let images grow so that badgers stay in center - dom has won
- Added max width and centred with team wrapper
- Moved centering wrapper into meet our team so paging buttons are centred
- Changed from single to double quotes
- position the arrow to the correct place
- add hover state to the team slice
- use skills from the provided data
- fix next page
- fix team slice display when there is no image
- load all badgers when javascript is on
- Set the route context so that Links can use current data
- Set the route context so that Links can use current data
- Fixed lint issue
- move paging to the team slice
- load only 20 images at once
- add placeholder images
- Added loaded indicator to badger and updated on raf if they become visible
- Refactored get distance to return visible indicator
- Added placholder image to state badgers so that it doesn't change between renders
- Changed route so that page number doesn't appear in routes with javascript on
- Added key to skills list
- Reinitialised badgers and elements when new props received
- Refactored paging component into separate module
- Refactored badger profile component into separate module
- Refactored job advert component into separate module
- Moved placeholder function inline
- Added flow to the components
- Move ad and auto returned jsx from component
- Cached elements by slug instead of index
- Passed count instead of badgers into Paging component
- Moved badger type into lowest component
- Moved styles into lowest level to avoid referencing up
- Centred title text on medium/large screens
- Removed lint warnings
- fix surname wrapping on smaller screens
- fix people tiles on ie11
- Changed from scrollY to pageYOffset for cross browser, strawdynamics/drift#33
- fix fetcher
- Removed viewbox for ie11
- Set width of svg so that on focus outline doesn't go outside bounds - fixes ie11 too, so put back viewbox
- Removed lint set-state warnings
- load only first 3 skills for a badger
- Hid svg from screen reader
- Hid image from screen reader because name is already read out
- remove keyrings ignore from this branch
- be more verbose with the advert position
- put back deleted console.log in the compilation process
- use skill as a key instead of id
- disable eslint no-set-state rule globally
- use better names
- remove rendundant if clause
- escape single quote for Atom and Github ;(
- fix variable names
- delete redundant backround style
- Changed from anchor to Link
- fix team page button size
- Set the team name filter in the page title
- add more design improvements
- remove dimmed overlay on hover
- adjust people page gradients
- Sorted orderable badgers and randomized the unorderable ones
- adjust dropshadows in badger tiles
- Sorted the categories by the order number returned from GraphQL
- Increased line-height on name (see #333 (comment))
- update gitignore
- Add badger profile component
- Update name on badger profile component
- Add social icons to badger profile
- Add badger detailed information
- Add bottom links on badger profile
- Check for presence of some fields on badger profile
- Add layout and font adjustments to badger profile
- Add flow validation to badger profile
- Fix font weight on events page
- Fix link to badger profile
- Sort categories by importance on badger profile
- Sort categories by importance on badger profile
- Merge branch 'badger-profile' of https://github.com/redbadger/website-honestly into badger-profile
- Add small test tweaks
- Testing compile site is too slow when there's lots of pages to generate. Changed profile tests to run against expandRoutes instead of compileSite so the file paths are calculated but the pages aren't rendered
- Minor corrections to links on badger profile
- Tested team slice now the compiler tests don't check content
- Added more asserts
- Added another team slice test
- Changed from mount to render because it's faster and doesn't require dom
- Fixed categories prop data
- Refactor badger profile
- Merge branch 'badger-profile' of https://github.com/redbadger/website-honestly into badger-profile
- Corrected apostrophe to match designs
- Refactor blogs link on badger profile
- Merge branch 'badger-profile' of https://github.com/redbadger/website-honestly into badger-profile
- Components must return something
- Added test for multiple badgers profile page
- Fixed lint error
- Switched tests from compileSite to expandRoutes because they're faster and better for tests
- Removed check now tests use render instead of mount
- Fix some styling bugs with alignment
- Add key to elements within a loop on badger profile
- Add enclosing parent element on some badge profile attributes
- Adjust code style
- Adopt filter/map approach on badger social contacts
- Change screen breakpoint
- Fix profile picture on iphone 5s
- Fix green button height on badger profile
- Fix name font size on mobile on badger profile
- Fix hr color on badger profile
- Change text to lower case on badger profile
- Fix accessibility on badger profile social items
- Merge pull request #343 from redbadger/badger-profile
- Removed publish lamda. Moved into circle ci
- Created separate make dev static for preview circle ci
- Run static compilation
- Used sync for folders
- Added contents of shah folder
- Moved make commands together and copy commands together
- Added new line for clarity
- Made dev-commit look more like dev-static then removed build from circle ci
- Removed to attribute from NavigationLink props
- Merge pull request #356 from redbadger/no-preview-lambda
- Merge branch 'master' into link-to
- Merge pull request #357 from redbadger/link-to
- Merged from master
- Changed skills from array to string as per Prismic changes
- Merge pull request #333 from redbadger/people-page
- Fix for Google Analytics script to be executed properly
- Merge branch 'master' into ga-script-fix
- Merge pull request #360 from redbadger/ga-script-fix