Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a new dark mode document #6776

Merged
merged 29 commits into from
Jan 21, 2025
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
484e3fc
Created a new dark mode document
nataliefiann Jan 15, 2025
4b6695c
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 15, 2025
a1e9f5f
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 15, 2025
67d7b6d
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 15, 2025
54e85dc
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
e0999ac
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
b584fb7
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
34f4dd9
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
b1afbec
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
0878899
Merge branch 'current' into nfiann-darkmode
nataliefiann Jan 16, 2025
28b61e9
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
cff839e
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
56a873e
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
3db5ad5
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
91659eb
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
f84ebc2
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
19d0c73
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
b48d4fd
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
df9fe31
Update website/docs/docs/dbt-versions/release-notes.md
nataliefiann Jan 16, 2025
e86ab50
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
94abad3
Added img to frontmatter and updated description
nataliefiann Jan 16, 2025
77799c1
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
0806265
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
f41a0b1
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
57b2016
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 16, 2025
6f0987d
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 17, 2025
12c44c7
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann Jan 17, 2025
505049c
Apply suggestions from code review
runleonarun Jan 21, 2025
bdf9374
Merge branch 'current' into nfiann-darkmode
runleonarun Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update website/docs/docs/cloud/about-cloud/dark-mode.md
nataliefiann authored Jan 16, 2025
commit e86ab5049353506a3b8cfc9358a8d41f8d7133da
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/about-cloud/dark-mode.md
Original file line number Diff line number Diff line change
@@ -36,6 +36,6 @@ To disable dark mode in the dbt Cloud UI, follow these steps:

<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/theme-selection-in-the-ide.png" width="90%" title="Enable light mode" />

### Dark mode setting in the IDE
### Legacy Dark Mode

The **Switch to Dark Mode** menu item in the IDE will soon be deprecated. All users will default to **Light mode** upon signing in, but can easily switch to **Dark mode** from the user menu in the navigation. Once you switch to your new theme, it will apply to all of your devices.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[custom.LatinAbbreviations] Avoid Latin abbreviations: 'that is'. Consider using 'item' instead.


Unchanged files with check annotations Beta

version: dbtVersion,
EOLDate,
isPrerelease,
latestStableRelease,

Check warning on line 43 in website/src/theme/DocRoot/Layout/Main/index.js

GitHub Actions / eslint-check

'latestStableRelease' is assigned a value but never used
} = useContext(VersionContext);
const {
pageAvailable,

Check warning on line 47 in website/src/theme/DocRoot/Layout/Main/index.js

GitHub Actions / eslint-check

'pageAvailable' is assigned a value but never used
firstAvailableVersion,
lastAvailableVersion

Check warning on line 49 in website/src/theme/DocRoot/Layout/Main/index.js

GitHub Actions / eslint-check

'lastAvailableVersion' is assigned a value but never used
} = pageVersionCheck(dbtVersion, versionedPages, currentDocRoute);
const hasFirstAvailableVersion =

Check warning on line 52 in website/src/theme/DocRoot/Layout/Main/index.js

GitHub Actions / eslint-check

'hasFirstAvailableVersion' is assigned a value but never used
firstAvailableVersion && firstAvailableVersion !== "0";
// Check whether this version is a isPrerelease, and show banner if so