You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(frontend): take colors for needs-review & not-billable from scheme
It used new colors, which isn't best practice, since there are
color schemes and colorways which should be used to ensure consistency.
feat: add timed docs to top nav (#570)
* feat: add timed docs to top nav
* refactor(docs-service): use router name instate of uri
* fix(docs-service-test): lint issue
* fix(docs-service-test): linting issue
* refactor(docs-service): move the base domain to env
* fix(docs-service): lint
* fix(docs-service): nav icon
* test(docs-service): write acceptance test for docs service
* feat: add timed docs to the tour
feat: use textarea in comment field (#1139)
* feat: use textarea in comment field
* refactor: auto grow text area when we type
* refactor: check the condition of all classes to force ember to compile it