coder/site
Michael Smith b0a855caa4
fix: improve click UX and styling for Auth Token page (#11863)
* wip: commit progress for clipboard update

* wip: push more progress

* chore: finish initial version of useClipboard revamp

* refactor: update API query to use newer RQ patterns

* fix: update importers of useClipboard

* fix: increase clickable area of CodeExample

* fix: update styles for CliAuthPageView

* fix: resolve issue with ref re-routing

* docs: update comments for clarity

* wip: commit progress on clipboard tests

* chore: add extra test case for referential stability

* wip: disable test stub to avoid breaking CI

* wip: add test case for tab-switching

* feat: finish changes

* fix: improve styling for strong text

* fix: make sure period doesn't break onto separate line

* fix: make center styling more friendly to screen readers

* refactor: clean up mocking implementation

* fix: resolve security concern for clipboard text

* fix: update CodeExample to obscure text when appropriate

* fix: apply secret changes to relevant code examples

* refactor: simplify code for obfuscating text

* fix: partially revert clipboard changes

* fix: clean up page styling further

* fix: remove duplicate property identifier

* refactor: rename variables for clarity

* fix: simplify/revert CopyButton component design

* fix: update how dummy input is hidden from page

* fix: remove unused onClick handler prop

* fix: resolve unused import

* fix: opt code examples out of secret behavior
2024-01-31 21:25:30 -05:00
..
.storybook add an interaction test to InfoTooltip (#11905) 2024-01-30 10:20:11 -07:00
e2e feat: add user-level parameter autofill (#11731) 2024-01-30 16:02:21 -06:00
out refactor: Migrate from Next.js to pure webpack config (#360) 2022-03-12 12:51:05 -08:00
src fix: improve click UX and styling for Auth Token page (#11863) 2024-01-31 21:25:30 -05:00
static chore: experiment building dogfood image with nix (#11680) 2024-01-31 14:27:11 +00:00
.editorconfig chore: Add .editorconfig, shfmt, shellcheck and subshell dir changes (#1649) 2022-05-27 20:15:19 +03:00
.eslintignore feat: support v2 Tailnet API in AGPL coordinator (#11010) 2023-12-06 15:04:28 +04:00
.eslintrc.yaml refactor: reorganize auth components and hooks (#11717) 2024-01-22 10:43:32 -07:00
.npmrc chore: upgrade nodejs version to 18.x (#8768) 2023-07-27 17:54:38 -03:00
.prettierignore feat: support v2 Tailnet API in AGPL coordinator (#11010) 2023-12-06 15:04:28 +04:00
.prettierrc.yaml chore: format code with semicolons when using prettier (#9555) 2023-09-06 12:59:26 -06:00
index.html fix(site): fix initial body background color 2023-12-14 18:15:25 +00:00
jest-runner-eslint.config.js chore: format code with semicolons when using prettier (#9555) 2023-09-06 12:59:26 -06:00
jest.config.ts chore(site): use variable font for Inter (#10903) 2023-11-27 21:35:29 +00:00
jest.setup.ts chore(site): remove create template xservice (#10112) 2023-10-09 14:10:48 -03:00
package.json chore: update storybook (#11936) 2024-01-30 14:23:40 -07:00
pnpm-lock.yaml chore: update storybook (#11936) 2024-01-30 14:23:40 -07:00
site.go chore: refactor Appearance to an interface callable by AGPL code (#11769) 2024-01-29 12:17:31 +04:00
site_embed.go fix(site): Support underscore files (#6159) 2023-02-10 16:52:56 -03:00
site_slim.go chore: Refactor site to improve testing (#2014) 2022-06-03 04:27:21 +00:00
site_test.go chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
tsconfig.json chore: clean up package.json and tsconfig (#11757) 2024-01-24 13:53:44 -07:00
tsconfig.test.json feature: Load workspace build logs from streaming (#1997) 2022-06-03 09:23:45 -05:00
vite.config.ts refactor: move dashboard functionality to modules/dashboard/ (#11721) 2024-01-22 11:44:33 -07:00