olav
89288f2835
fix: ignore empty legal values arrays ( #893 )
2022-04-20 15:57:01 +02:00
olav
1095f4d157
refactor: remove default link color ( #891 )
2022-04-20 15:46:59 +02:00
Fredrik Strand Oseberg
60c1265ac4
chore: update matrix ( #1511 )
...
* chore: update matrix
* chore: update matrix without format
2022-04-20 15:41:32 +02:00
olav
a50ab68b43
refactor: fix handling of unknown error ( #890 )
2022-04-20 15:18:03 +02:00
olav
27a2a1a776
fix: make environment switch text clickable ( #887 )
...
* fix: make environment switch text clickable
* refactor: use a cursor pointer for the label
* refactor: avoid empty clickable area
2022-04-20 15:00:56 +02:00
Nuno Góis
fdd683813a
feat: add user table sort and search ( #879 )
...
* add user sort and filter hooks, adapt table to match design
* refactor: abstract away TableActions and TableCellSortable into components, small fixes and improvements
* feat: implement search
* feat: add search word highlighter to match design
* refactor: small UI/UX improvements
* fix: rounded corners for th on responsive breakpoints
* refactor: small UI/UX improvements
* Update src/hooks/useUsersSort.ts
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* refactor: clearer arg name in users filter
* refactor: specify transition properties
* refactor: add theme v2 properties and cleanup styles
* refactor: create lightweight highlighter component
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2022-04-20 13:22:50 +01:00
olav
c93c65f7f7
refactor: move texture image to file ( #889 )
2022-04-20 13:22:40 +02:00
olav
787494fd80
refactor: improve image labels ( #885 )
2022-04-20 12:17:24 +02:00
sighphyre
28da39fd2f
Merge pull request #1510 from Unleash/botconfig
...
Add Stalebot and No-Response Action Config
2022-04-20 12:17:13 +02:00
olav
9bb0ce8cad
refactor: improve GeneralSelect prop types ( #883 )
...
* refactor: improve GeneralSelect prop types
* refactor: Remove unused propTypes
2022-04-20 11:47:17 +02:00
Ivar Conradi Østhus
6779965704
fix: upgrade async to v3.2.3
2022-04-20 10:39:11 +02:00
sighphyre
9101884c5e
feat: add no response action config
2022-04-20 08:30:13 +02:00
sighphyre
5165f342b7
feat: add stalebot config
2022-04-20 08:18:00 +02:00
Renovate Bot
178539b88a
chore(deps): update dependency babel-loader to v8.2.5
2022-04-20 03:46:48 +00:00
Renovate Bot
c3e9d67e4b
chore(deps): update dependency @storybook/testing-library to v0.0.10
2022-04-19 23:22:45 +00:00
olav
cb8add5c30
feat: add context value descriptions ( #874 )
...
* feat: add context value descriptions
* refcator: use ConditionallyRender for ...conditional render
* refactor: fix context form enter behaviour
* refactor: decrease margin between inputs
* refactor: show error on missing value
* refactor: disable add button on error
* refactor: avoid clearing value error on name focus
2022-04-19 15:20:01 +02:00
Thomas Heartman
3d1b6e59a3
Merge pull request #1501 from Unleash/docs/proxy-overhaul
...
docs: add API tokens and client keys + How to run the Unleash Proxy
2022-04-19 12:09:28 +02:00
Thomas Heartman
9d2ef0c47f
docs: add note about client tokens changing with v 4.10
2022-04-19 11:08:02 +02:00
Thomas Heartman
54bfe7323d
docs: update introduction
2022-04-19 09:57:10 +02:00
Thomas Heartman
4b8c3c3949
Apply suggestions from code review
...
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
2022-04-19 09:43:09 +02:00
Thomas Heartman
4a9b8feb6f
docs(fix): fix link to environments docs
2022-04-19 09:17:45 +02:00
olav
e38f7cf7c2
feat: add context value descriptions ( #1496 )
...
* feat: add context value descriptions
* refactor: upcase SQL keywords
* refactor: allow blank descriptions
2022-04-19 08:40:07 +02:00
Renovate Bot
76090e0c44
chore(deps): update typescript-eslint monorepo to v5.20.0
2022-04-19 00:14:22 +00:00
Renovate Bot
9200e74c90
chore(deps): update dependency @testing-library/react to v12.1.5
2022-04-17 21:57:56 +00:00
Renovate Bot
b5d259600e
chore(deps): update dependency lint-staged to v12.3.8
2022-04-15 14:30:25 +00:00
Renovate Bot
2935226ee6
chore(deps): update storybook monorepo to v6.4.22
2022-04-14 11:18:50 +00:00
Tymoteusz Czech
bb8ceabbaf
fix: improve selecting projects
...
Adds tests to the form for creating API tokens.
2022-04-14 08:50:12 +02:00
Renovate Bot
3ed0f39816
fix(deps): update dependency async to v3.2.2 [security]
2022-04-13 16:02:12 +00:00
Renovate Bot
bb85321926
chore(deps): update dependency enhanced-resolve to v5.9.3
2022-04-13 13:53:33 +00:00
Thomas Heartman
9db36013b1
chore: delete reference doc scaffolding
2022-04-13 15:41:02 +02:00
Thomas Heartman
f1a4347534
chore: delete duplicate configuration section
2022-04-13 15:40:11 +02:00
Thomas Heartman
b43d9b05db
docs: link to the how-to guide from the proxy reference docs
2022-04-13 15:39:04 +02:00
Thomas Heartman
ac9f800ba8
docs: add details to the configuration option table
2022-04-13 15:37:04 +02:00
Thomas Heartman
6a71c27593
docs: Update ApiRequest in how-to guide for proxy
2022-04-13 15:15:27 +02:00
Thomas Heartman
ecbae418d4
feat: allow ApiRequest component to create proxy requests
2022-04-13 15:15:08 +02:00
Thomas Heartman
93d2ef55b9
chore: clarify proxy clients vs front-end clients
2022-04-13 15:07:11 +02:00
Thomas Heartman
5e382e64dc
docs: api request and placeholders to proxy how-to
2022-04-13 15:06:42 +02:00
Thomas Heartman
0f9da03078
docs: link to the how-to guide for creating tokens
2022-04-13 13:53:15 +02:00
Thomas Heartman
e0a87c68a0
docs: minor tweaks for client keys
2022-04-13 13:47:27 +02:00
Thomas Heartman
88450a8946
docs: rename api token + client key doc
2022-04-13 13:46:12 +02:00
Thomas Heartman
f7081d5f3a
docs: First draft of API tokens and client keys doc
2022-04-13 13:45:01 +02:00
olav
b5db7b8326
fix: make sure the override context name exists ( #877 )
2022-04-13 12:50:21 +02:00
Thomas Heartman
07de36f6c4
docs: add api-tokens to sidebar
2022-04-12 16:02:16 +02:00
Thomas Heartman
bba6d6de94
docs: add api tokens outline
2022-04-12 16:00:07 +02:00
Thomas Heartman
0a0ade18df
docs: add API tokens placeholder document
2022-04-12 16:00:07 +02:00
Thomas Heartman
dc7e93b618
docs: start smoothing out proxy docs
2022-04-12 16:00:07 +02:00
Thomas Heartman
f1601392e1
docs: change title, add content to how-to guide
2022-04-12 16:00:07 +02:00
Thomas Heartman
8f3018d092
docs: ad configuration variables to proxy reference
2022-04-12 16:00:07 +02:00
Thomas Heartman
c7fe197fbd
docs: add new how-to category: Unleash Proxy
2022-04-12 16:00:05 +02:00
Thomas Heartman
48f5e45b40
fix: remove wrong id
2022-04-12 15:59:12 +02:00