Thomas Heartman
9b1f9b764b
feat: start hooking up open/close logic
2022-02-27 19:59:30 +01:00
Thomas Heartman
a629c36fe7
feat: hide 'very unsatisfied'/'very satisfied' on smaller sreens
2022-02-27 19:40:14 +01:00
Thomas Heartman
e007123c59
fix: make close button visible again
2022-02-27 16:27:28 +01:00
Thomas Heartman
1534fd1674
feat: style page 3
2022-02-27 16:15:46 +01:00
Thomas Heartman
5bc48076a2
feat: reverse source order of form control buttons.
...
this makes 'submit' or 'next' the first button you reach when tabbing
out of the control
2022-02-27 16:02:00 +01:00
Thomas Heartman
19e03e94e0
style page 2
2022-02-27 15:57:30 +01:00
Thomas Heartman
da38a419ed
feat: create step 1 and set up step 2
2022-02-27 15:16:51 +01:00
Thomas Heartman
5340ca28fc
move subcomponent into wrapper
2022-02-27 14:59:33 +01:00
Thomas Heartman
35a939b895
feat: start splitting component up into multiple pieces.
2022-02-27 14:37:44 +01:00
Thomas Heartman
211b18c4a3
feat: start adding state logic to component.
2022-02-26 21:38:07 +01:00
Renovate Bot
ecfa80746b
chore(deps): update dependency eslint to v8.10.0
2022-02-26 01:54:23 +00:00
Thomas Heartman
6e2072bca4
chore: first feedback page
2022-02-25 17:10:29 +01:00
Thomas Heartman
532f0cb634
fix: explicitly set background for the light theme
...
the default is for it to be transparent, which causes issues when
you're overlaying components with the default background color.
2022-02-25 16:39:25 +01:00
Thomas Heartman
43597687df
fix: make css module loading work as expected.
2022-02-25 16:38:32 +01:00
Thomas Heartman
790bd4da0f
chore: support css modules in storybook
2022-02-25 15:37:04 +01:00
Thomas Heartman
4a795966d1
docs: change primary color for light theme to unleash purple
2022-02-25 13:32:52 +01:00
Thomas Heartman
a6191f5ab8
feat: rough style first question page of feedback component.
2022-02-25 12:57:13 +01:00
Christopher Kolstad
8906bf99ff
4.8.1
2022-02-25 11:30:15 +01:00
Thomas Heartman
32bff186f3
Merge pull request #1395 from Unleash/docs/update-environments
...
docs: remove "future enhancements" section of environments doc
2022-02-25 10:07:00 +01:00
Thomas Heartman
3302e66ab1
docs: remove "future enhancements" section of environments doc
...
These things are either implemented or just around the corner now. I
suggest removing them to not be misleading anymore. Case in point: we
just had a customer asking us when the permissions system would be
ready because the docs say it's planned as a future improvement.
2022-02-25 09:10:22 +01:00
Christopher Kolstad
3704f93ff5
fix: readd orderBy statement to project query ( #1394 )
2022-02-25 08:32:12 +01:00
Thomas Heartman
aa3fb6c4e2
chore: rename styles to module, add more focus styles
2022-02-24 18:00:03 +01:00
Thomas Heartman
39f4d73d59
feat: add basic (sorta styled) first feedback screen
2022-02-24 17:42:53 +01:00
Thomas Heartman
0160eb8ef3
docs: swizzle root and add feedback component
2022-02-24 16:28:05 +01:00
Ivar Conradi Østhus
d401a8bd59
4.8.0
2022-02-24 14:12:04 +01:00
Ivar Conradi Østhus
2d4727d25d
fix: remove project column from roles if exists
2022-02-24 14:08:41 +01:00
Ivar Conradi Østhus
48e09dbc2a
fix: add migration patch
...
This patch will fix issues introduced in Unleash v3.13.0. It only
affects users trying to upgrade from v3 to v4 and has been using
v3.13.0 which contained an incorrect migration file.
2022-02-24 14:08:41 +01:00
Renovate Bot
6e09fa424e
fix(deps): update dependency unleash-frontend to v4.8.0
2022-02-24 11:11:46 +00:00
sighphyre
c2b946bf28
Merge pull request #1381 from Unleash/docs/update-compat-table-for-constraints
...
docs: Advanced constraints compatibility
2022-02-24 11:36:38 +02:00
sighphyre
2bc294e66d
Merge pull request #1388 from Unleash/docs/update-go-compat
...
docs: Update Go Features in Compat Table
2022-02-24 09:31:34 +02:00
Ivar Conradi Østhus
bec32f726b
fix: correct oas for creating feature toggle
2022-02-24 08:24:47 +01:00
Renovate Bot
f097822084
fix(deps): update dependency unleash-frontend to v4.8.0-beta.10
2022-02-23 18:42:20 +00:00
sighphyre
a7fa3f703d
docs: update docs for Go SDK because wait until initialized already exists
2022-02-23 15:30:13 +02:00
Renovate Bot
2580bb0df3
chore(deps): update dependency @types/jest to v27.4.1
2022-02-23 12:24:04 +00:00
sighphyre
435f64ad22
docs: mark PHP as advanced constraint compatible in compatibility table
2022-02-23 12:29:30 +02:00
Thomas Heartman
105f3bac21
chore: use standard css file name
2022-02-23 10:37:52 +01:00
Fredrik Oseberg
e66466b2fb
4.8.0-beta.2
2022-02-22 22:59:47 +01:00
Fredrik Oseberg
e62cbb6eda
chore: update fronted to version 4.8.0-beta.8
2022-02-22 22:59:26 +01:00
Renovate Bot
2734440bdc
chore(deps): update typescript-eslint monorepo to v5.12.1
2022-02-21 20:41:16 +00:00
Renovate Bot
18309f73b2
fix(deps): update dependency unleash-frontend to v4.8.0-beta.7
2022-02-21 18:29:11 +00:00
sighphyre
5487fca318
docs: add in compatibility table entry for advanced constraints
2022-02-21 13:59:45 +02:00
Christopher Kolstad
34e5034547
fix: reduce project overview query count to 2. ( #1356 )
...
* fix: reduce project overview query count to 2.
Previously we've been doing N+1 queries for projects, this now changes to doing one query for projects with feature counts, and then one query for membercounts for all projects and merging that with the first query.
2022-02-21 12:46:28 +01:00
Ivar Conradi Østhus
9f6b414e09
docs: correct unleash proxy sdk docs
2022-02-21 10:45:05 +01:00
Renovate Bot
3610b28406
chore(deps): update dependency eslint-config-prettier to v8.4.0
2022-02-19 12:59:46 +00:00
Dominik Chrastecky
81e0b6c402
docs: update php compatibility matrix table
2022-02-18 20:12:19 +01:00
Thomas Heartman
c19278e8e8
Merge pull request #1376 from Unleash/docs/add-how-to-video-for-impression-data
...
docs: Add how-to video for impression data
2022-02-18 10:01:52 +01:00
Thomas Heartman
4305166186
chore(storybook): wire storybook up with docusaurus
2022-02-18 08:35:59 +01:00
Renovate Bot
c9177ecf6c
chore(deps): update dependency @babel/core to v7.17.5
2022-02-17 21:16:10 +00:00
Thomas Heartman
9bcb489d8c
docs: add data-theme attribute to storybook html
2022-02-17 13:47:04 +01:00
Thomas Heartman
1b8a15aa12
docs: Add storybook
2022-02-17 12:30:49 +01:00