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

chore: release v5.4.14-0 #450

Closed
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7ed0131
wip: redesign
steveoh Jul 3, 2024
350717a
chore: correct content to include typescript
steveoh Jul 24, 2024
02b5d48
chore: remove bootstrap import
steveoh Jul 24, 2024
5ef793b
chore: remove unused print component
steveoh Jul 24, 2024
bc739d7
style: start to flesh out new layout
steveoh Jul 24, 2024
dc3982c
chore: formatting and class updates
steveoh Jul 24, 2024
6fb8130
chore: formatting
steveoh Jul 24, 2024
7decd42
chore: update dictionary
steveoh Jul 24, 2024
c1361df
chore: formatting
steveoh Jul 24, 2024
466522d
deps: update packages
steveoh Jul 24, 2024
4777e7b
wip: extra components
steveoh Jul 24, 2024
0e69b00
chore: updates for newly published packages
steveoh Jul 25, 2024
aca3d89
chore: remove unused packages
steveoh Jul 26, 2024
ceca997
chore: remove unused components
steveoh Jul 26, 2024
002ba40
chore: remove more cypress
steveoh Jul 26, 2024
c8cf327
wip: add a tray drawer
steveoh Jul 30, 2024
c36d365
refactor: create tip component
steveoh Jul 30, 2024
5a8eab9
deps: update packages
steveoh Jul 30, 2024
130670a
chore: update tray text and location
steveoh Jul 30, 2024
3c48a61
chore: update imports
steveoh Jul 30, 2024
84049da
chore: ok typescript
steveoh Jul 31, 2024
690a71b
chore: remove unnecessary items
steveoh Jul 31, 2024
bee1361
refactor: move to more typscript
steveoh Jul 31, 2024
a8043f4
style: change marker symbol
steveoh Jul 31, 2024
a6eca50
style: apply default styles to headings
steveoh Jul 31, 2024
78e57fd
deps: update packages
steveoh Jul 31, 2024
1ff2cb7
chore: update dictionary
steveoh Jul 31, 2024
00b1c5a
chore: release v5.4.15-0
ugrc-release-bot[bot] Jul 31, 2024
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
chore: formatting and class updates
steveoh committed Jul 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit dc3982c4fa625e961d491f33c39d0e69e1bd4270
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">

<head>
@@ -8,14 +8,14 @@
<meta name="description"
content="This web mapping application will show you Discover base maps, kitchen sink react components, and the esri javascript api. It is a GitHub template that you can use to create your own." />
<title>Atlas Utah : Provided by the UGRC</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap" rel="stylesheet" />
</head>

<body class="h-full w-full overflow-hidden text-zinc-700 subpixel-antialiased dark:bg-zinc-800 dark:text-zinc-50">
<body class="size-full bg-white text-zinc-700 subpixel-antialiased dark:bg-zinc-800 dark:text-zinc-50">
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root" class="absolute inset-0 bottom-[77px]"></div>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>