Skip to content

馃摑 Add docstrings to feat/dashboard-auth-workos - #29

Open
coderabbitai[bot] wants to merge 1 commit into
feat/dashboard-auth-workosfrom
coderabbitai/docstrings/7c17105
Open

coderabbitai[bot] wants to merge 1 commit into
feat/dashboard-auth-workosfrom
coderabbitai/docstrings/7c17105

Conversation

@coderabbitai

@coderabbitai coderabbitai Bot commented Sep 13, 2025

Copy link
Copy Markdown

Docstrings generation was requested by @ImGajeed76.

The following files were modified:

  • app/src-tauri/build.rs
  • app/src-tauri/src/app_state/mod.rs
  • app/src-tauri/src/lib.rs
  • app/src-tauri/src/main.rs
  • app/src-tauri/src/module_bindings/client_connected_reducer.rs
  • app/src-tauri/src/module_bindings/init_encryption_and_signing_reducer.rs
  • app/src-tauri/src/module_bindings/mod.rs
  • app/src-tauri/src/module_bindings/update_encryption_keys_reducer.rs
  • app/src-tauri/src/module_bindings/user_table.rs
  • app/src-tauri/src/user_profile/auth/client.rs
  • app/src-tauri/src/user_profile/auth/jwk.rs
  • app/src-tauri/src/user_profile/auth/manager.rs
  • app/src-tauri/src/user_profile/mod.rs
  • config/commands.ts
  • config/jwt.ts
  • dashboard/src/hooks.server.ts
  • dashboard/src/lib/actions/copy.ts
  • dashboard/src/lib/client/crypto.ts
  • dashboard/src/lib/client/cryptoStore.ts
  • dashboard/src/lib/client/persistentKeyStore.ts
  • dashboard/src/lib/client/spacetime.ts
  • dashboard/src/lib/module_bindings/client_connected_reducer.ts
  • dashboard/src/lib/module_bindings/init_encryption_and_signing_reducer.ts
  • dashboard/src/lib/module_bindings/update_encryption_keys_reducer.ts
  • dashboard/src/lib/module_bindings/user_type.ts
  • dashboard/src/lib/server/jwt.ts
  • dashboard/src/lib/server/validation-schemas.ts
  • dashboard/src/routes/+layout.server.ts
  • dashboard/src/routes/.well-known/jwks.json/+server.ts
  • dashboard/src/routes/.well-known/openid-configuration/+server.ts
  • dashboard/src/routes/api/auth/refresh/+server.ts
  • dashboard/src/routes/auth/callback/+server.ts
  • dashboard/src/routes/auth/device/+page.server.ts
  • dashboard/src/routes/auth/device/callback/+server.ts
  • dashboard/src/routes/auth/device/complete/+server.ts
  • dashboard/src/routes/auth/login/+server.ts
  • dashboard/src/routes/auth/logout/+server.ts
  • dashboard/src/routes/dashboard/+page.server.ts
  • dashboard/src/routes/oauth/device/authorize/+server.ts
  • dashboard/src/routes/oauth/device/token/+server.ts
  • dashboard/src/routes/oauth/token/+server.ts
  • server/src/errors.rs
These file types are not supported
  • .gitignore
  • .prettierignore
  • .prettierrc.json
  • DEVELOPING.md
  • README.md
  • app/.gitignore
  • app/README.md
  • app/axonotes-theme.css
  • app/package.json
  • app/src-tauri/.gitignore
  • app/src-tauri/Cargo.toml
  • app/src-tauri/capabilities/default.json
  • app/src-tauri/rustfmt.toml
  • app/src-tauri/tauri.conf.json
  • app/src/app.css
  • app/src/app.html
  • app/src/lib/components/LightSwitch.svelte
  • app/src/routes/+layout.svelte
  • app/src/routes/+page.svelte
  • app/static/site.webmanifest
  • app/tsconfig.json
  • dashboard/.gitignore
  • dashboard/.npmrc
  • dashboard/README.md
  • dashboard/axonotes-theme.css
  • dashboard/package.json
  • dashboard/src/app.css
  • dashboard/src/app.html
  • dashboard/src/lib/components/AuthButton.svelte
  • dashboard/src/lib/components/LightSwitch.svelte
  • dashboard/src/routes/+layout.svelte
  • dashboard/src/routes/+page.svelte
  • dashboard/src/routes/auth/device/+page.svelte
  • dashboard/src/routes/auth/device/error/+page.svelte
  • dashboard/src/routes/auth/device/success/+page.svelte
  • dashboard/src/routes/auth/gate/+page.svelte
  • dashboard/src/routes/auth/recover/+page.svelte
  • dashboard/src/routes/auth/setup/+page.svelte
  • dashboard/src/routes/auth/unlock/+page.svelte
  • dashboard/src/routes/dashboard/+page.svelte
  • dashboard/static/robots.txt
  • dashboard/static/site.webmanifest
  • dashboard/tsconfig.json
  • package.json
  • server/Cargo.toml
  • server/rustfmt.toml
鈩癸笍 Note

CodeRabbit cannot perform edits on its own pull requests yet.

Docstrings generation was requested by @ImGajeed76.

* #27 (comment)

The following files were modified:

* `app/src-tauri/build.rs`
* `app/src-tauri/src/app_state/mod.rs`
* `app/src-tauri/src/lib.rs`
* `app/src-tauri/src/main.rs`
* `app/src-tauri/src/module_bindings/client_connected_reducer.rs`
* `app/src-tauri/src/module_bindings/init_encryption_and_signing_reducer.rs`
* `app/src-tauri/src/module_bindings/mod.rs`
* `app/src-tauri/src/module_bindings/update_encryption_keys_reducer.rs`
* `app/src-tauri/src/module_bindings/user_table.rs`
* `app/src-tauri/src/user_profile/auth/client.rs`
* `app/src-tauri/src/user_profile/auth/jwk.rs`
* `app/src-tauri/src/user_profile/auth/manager.rs`
* `app/src-tauri/src/user_profile/mod.rs`
* `config/commands.ts`
* `config/jwt.ts`
* `dashboard/src/hooks.server.ts`
* `dashboard/src/lib/actions/copy.ts`
* `dashboard/src/lib/client/crypto.ts`
* `dashboard/src/lib/client/cryptoStore.ts`
* `dashboard/src/lib/client/persistentKeyStore.ts`
* `dashboard/src/lib/client/spacetime.ts`
* `dashboard/src/lib/module_bindings/client_connected_reducer.ts`
* `dashboard/src/lib/module_bindings/init_encryption_and_signing_reducer.ts`
* `dashboard/src/lib/module_bindings/update_encryption_keys_reducer.ts`
* `dashboard/src/lib/module_bindings/user_type.ts`
* `dashboard/src/lib/server/jwt.ts`
* `dashboard/src/lib/server/validation-schemas.ts`
* `dashboard/src/routes/+layout.server.ts`
* `dashboard/src/routes/.well-known/jwks.json/+server.ts`
* `dashboard/src/routes/.well-known/openid-configuration/+server.ts`
* `dashboard/src/routes/api/auth/refresh/+server.ts`
* `dashboard/src/routes/auth/callback/+server.ts`
* `dashboard/src/routes/auth/device/+page.server.ts`
* `dashboard/src/routes/auth/device/callback/+server.ts`
* `dashboard/src/routes/auth/device/complete/+server.ts`
* `dashboard/src/routes/auth/login/+server.ts`
* `dashboard/src/routes/auth/logout/+server.ts`
* `dashboard/src/routes/dashboard/+page.server.ts`
* `dashboard/src/routes/oauth/device/authorize/+server.ts`
* `dashboard/src/routes/oauth/device/token/+server.ts`
* `dashboard/src/routes/oauth/token/+server.ts`
* `server/src/errors.rs`
@coderabbitai

coderabbitai Bot commented Sep 13, 2025

Copy link
Copy Markdown
Author

Important

Review skipped

CodeRabbit bot authored PR detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants