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

Promote dev #458

Merged
merged 27 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 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
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
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
VITE_PRINT_PROXY=
VITE_DISCOVER=
VITE_WEB_API=
VITE_FIREBASE_CONFIG=
2 changes: 0 additions & 2 deletions .env.dev

This file was deleted.

1 change: 0 additions & 1 deletion .env.production

This file was deleted.

2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ updates:
update-types: ['minor', 'patch']
major-dependencies:
update-types: ['major']
exclude-patterns:
- "bootstrap"
commit-message:
prefix: deps
prefix-development: deps(dev)
Expand Down
19 changes: 0 additions & 19 deletions .htmlhintrc

This file was deleted.

4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"escaperegexp",
"esrijs",
"firebaserc",
"fontawesome",
"fortawesome",
"Geospatial",
"gnis",
"hostingchannels",
"lods",
Expand All @@ -25,6 +24,7 @@
"sortby",
"srid",
"tagname",
"tailwindcss",
"tibdex",
"topo",
"ugrc",
Expand Down
22 changes: 11 additions & 11 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
- Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
- The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities
Expand Down Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
35 changes: 19 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<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 href="https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap" rel="stylesheet" />
</head>

<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<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>
</head>

<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

<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"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading