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
Copy file name to clipboardexpand all lines: desktop/dev-environments/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ It uses tools built into code editors that allows Docker to access code mounted
13
13
14
14
You can use Dev Environments through the intuitive GUI in Docker Dashboard or straight from you terminal with the new [`docker dev` CLI plugin](dev-cli.md).
Copy file name to clipboardexpand all lines: desktop/extensions-sdk/design/design-guidelines.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -18,39 +18,39 @@ Use the [Docker Material UI Theme](https://www.npmjs.com/package/@docker/docker-
18
18
19
19
- Ensure the extension has both a light and dark theme. Using the components and styles as per the Docker style guide ensures that your extension meets the [level AA accessibility standard.](https://www.w3.org/WAI/WCAG2AA-Conformance){:target="_blank" rel="noopener" class="_"}.
20
20
21
-

21
+

22
22
23
23
- Ensure that your extension icon is visible both in light and dark mode.
24
24
25
-

25
+

26
26
27
27
- Ensure that the navigational behavior is consistent with the rest of Docker Desktop. Add a header to set the context for the extension.
28
28
29
-

29
+

30
30
31
31
- Avoid embedding terminal windows. The advantage we have with Docker Desktop over the CLI is that we have the opportunity to provide rich information to users. Make use of this interface as much as possible.

36
36
37
37
## Build Features Natively
38
38
39
39
- In order not to disrupt the flow of users, avoid scenarios where the user has to navigate outside Docker Desktop, to the CLI or a webpage for example, in order to carry out certain functionalities. Instead, build features that are native to Docker Desktop.

44
44
45
45
## Break Down Complicated User Flows
46
46
47
47
- If a flow is too complicated or the concept is abstract, break down the flow into multiple steps with one simple call-to-action in each step. This helps when onboarding novice users to your extension
- Where there are multiple call-to-actions, ensure you use the primary (filled button style) and secondary buttons (outline button style) to convey the importance of each action.
Copy file name to clipboardexpand all lines: desktop/extensions-sdk/guides/oauth2-flow.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The Authorization Code grant type is used by confidential and public clients to
20
20
21
21
After the user returns to the client via the redirect URL, the application gets the authorization code from the URL and uses it to request an access token.
{:width="750px"}
12
12
13
13
The **Containers** view provides a runtime view of all your containers and applications. It allows you to interact with containers and applications, and manage the lifecycle of your applications directly from your machine. This view also provides an intuitive interface to perform common actions to inspect, interact with, and manage your Docker objects including containers and Docker Compose-based applications. For more information, see [Explore running containers and applications](container.md).
Copy file name to clipboardexpand all lines: docker-hub/audit-log.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ By default, all activities that occur at organization and repository levels are
41
41
42
42
Click the **All Activities** drop-down list to view activities that are specific to an organization or a repository. After choosing **Organization** or **Repository**, you can further refine the results using the **All Actions** drop-down list. If you select the **Activities** tab from the **Repository** view, you can only filter repository-level activities.
0 commit comments