Commit 2135d60
authored
chore(ui): remove src/utils in favor of src/lib and src/hooks (#3783)
Having src/utils is confusing. It's not clear if what's in there are
pure functions or React hooks. Since we already have src/lib and
src/hooks, we move everything currently in src/utils into those other
folders.
Signed-off-by: Lucas Pinheiro <lucas@superplane.com>1 parent bb99d8a commit 2135d60
296 files changed
Lines changed: 377 additions & 370 deletions
File tree
- web_src
- src
- components
- CanvasCreation
- CreateCanvasModal
- CreateCustomComponentModal
- TimeAgo
- contexts
- hooks
- lib
- pages
- admin
- auth
- canvas
- custom-component
- home
- node-run
- organization/settings
- integrationMetadataRenderers
- workflowv2
- mappers
- aws
- cloudwatch
- codeartifact
- codepipeline
- ec2
- ecr
- ecs
- lambda
- route53
- sns
- sqs
- azure
- bitbucket
- circleci
- dash0
- datadog
- digitalocean
- discord
- dockerhub
- elastic
- firehydrant
- gcp
- github
- gitlab
- grafana
- harness
- honeycomb
- incident
- jfrogArtifactory
- launchdarkly
- newrelic
- octopus
- pagerduty
- prometheus
- render
- rootly
- semaphore
- sendgrid
- sentry
- servicenow
- slack
- smtp
- statuspage
- teams
- telegram
- ui
- BuildingBlocksSidebar
- CanvasPage
- EmitEventModal
- IntegrationCreateDialog
- IntegrationStatusIndicator
- componentHeader
- componentSidebar
- configurationFieldRenderer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments