Skip to content

Commit f371fe5

Browse files
committed
chore: updates for comments
1 parent f92310a commit f371fe5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/contributing/frontend.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ You can run the UI and access the Coder dashboard in two ways:
2323
In both cases, you can access the dashboard on `http://localhost:8080`. If using
2424
`./scripts/develop.sh` you can log in with the default credentials.
2525

26+
> [!TIP]
27+
>
2628
> **Default Credentials:** `admin@coder.com` and `SomeSecurePassword!`.
2729
2830
## Tech Stack Overview
@@ -97,7 +99,7 @@ tests for these states with `*.stories.ts` files.
9799

98100
We use [TanStack Query v4](https://tanstack.com/query/v4/docs/react/quick-start)
99101
to fetch data from the API. Queries and mutation should be placed in the
100-
`api/queries` folder.
102+
api/queries folder.
101103

102104
### Where to fetch data
103105

@@ -237,6 +239,7 @@ module would only make sense in the Coder codebase.
237239
- Component
238240
- Simple
239241
- Atomic, used in multiple places
242+
- Generic, would be useful as a component outside of the Coder product
240243
- Good Examples: `Badge`, `Form`, `Timeline`
241244
- Module
242245
- Simple or Complex

0 commit comments

Comments
 (0)