An error occurred fetching the project authors.
- 04 Dec, 2020 2 commits
-
-
Sean McGivern authored
This reverts merge request !47852
-
Jay Swain authored
This commit adds in the version specific tabs to the "whats new" drawer for self-managed instances. The WhatsNewController now returns data from 2 different parameters, version OR page. The result is now a Struct that has attributes, instead of a Hash. part of: https://gitlab.com/gitlab-org/growth/engineering/-/issues/5388
-
- 23 Nov, 2020 1 commit
-
-
Jay Swain authored
Moving logic from helpers and controller into a "model". The model doesn't have an associated table, and it's data is instead loaded from YAML. Eventually I see us moving away from YAML and adding migrations to load from the DB instead. This commit also adds filtering and a presenter, to return items that are platform specific. part of: https://gitlab.com/gitlab-org/growth/engineering/-/issues/5388
-
- 30 Oct, 2020 1 commit
-
-
Jay Swain authored
Adding infinite scroll and "pagination" to the "whats new" component. Something worth mentioning is the integration between the drawer and the infinite scroll. The Drawer component has the overflow-y attribute declared and it conflicts with the infinite scroll component receiving a scroll event. My solution is to hide any overflow from the drawer, and set a fixed pixel amount to the infinite scroll as a prop. part of: https://gitlab.com/gitlab-org/growth/engineering/-/issues/5388
-
- 13 Oct, 2020 1 commit
-
-
Jay Swain authored
As another iterative step, this commit enhances the "whats new" feature by adding async fetching of data, as well as cacheing. part of: https://gitlab.com/gitlab-org/growth/engineering/-/issues/5388 https://gitlab.com/gitlab-org/gitlab/-/issues/254959 https://gitlab.com/gitlab-org/gitlab/-/issues/247061
-
- 25 Sep, 2020 1 commit
-
-
Jay Swain authored
* add a shadow when the drawer is rendered part of: https://gitlab.com/gitlab-org/growth/engineering/-/issues/5388
-
- 25 Aug, 2020 1 commit
-
-
Jay Swain authored
In an iterative step towards the "Whats New" feature (https://gitlab.com/groups/gitlab-org/-/epics/3556) this commit parses YAML and passes it as props to the component for display. part of: https://gitlab.com/gitlab-org/growth/engineering/-/issues/5387
-