Brady

Results 13 issues of Brady

The homepage is currently getting quite long. We should consider dividing the feed into multiple pages, each page with 50 entries. [Bootstrap supports a pagination component](https://getbootstrap.com/docs/4.0/components/pagination/), so we should consider...

enhancement
aesthetics

The user should be able to navigate to the settings page via the homepage header. Basic functionality should include: - [ ] Update the user's profile crob - [ ]...

enhancement
functionality

We can most definitely automate the deployment of this website via CI/CD tools, so let's do that.

enhancement
functionality

(special thanks to @chenesan for giving us a good base to start out with 😄) Note: This PR is very much **WIP**, mainly opening this now to start gathering feedback...

enhancement
WIP

# Issue The current state of our testing codebase has numerous examples of testing implementation details, which [can break our code during refactoring](https://kentcdodds.com/blog/testing-implementation-details). # Example A good example of what...

Using an external action here saves us from setting this up manually. also removes an uneeded dev dependency, as we aren't deploying the docs locally anymore.

bug

## Is your feature request related to a problem? Please describe Currently, the styling between the React Bootstrap and React Overlays docs are *way* off. We should aim to improve...

enhancement
help wanted

## Is your feature request related to a problem? Please describe Currently, we don't really make it as transparent as we could for new releases to React Bootstrap. As we're...

docs
difficulty: hard

Probably just a missed step in #9, but we should export the `useMergedRef` hook from [src/index.ts](https://github.com/react-restart/hooks/blob/master/src/index.ts).

Currently, we don't have a change log. We can go two ways with this: 1. Automated change log: using a tool like [this](https://github.com/lob/generate-changelog). 2. Manual change log: For every PR...

Documentation
Low Priority