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

fix: various arabic layout fixes #1627

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4a140fd
refactor: uptake uic components
emilyjablonski Mar 15, 2023
ff3e3a7
refactor: uptake uic components
emilyjablonski Mar 15, 2023
2822117
fix: wip uptake change import
emilyjablonski Mar 17, 2023
c082744
fix: align components
emilyjablonski Mar 22, 2023
7584118
fix: oooooof
emilyjablonski Mar 22, 2023
1d2895a
fix: more alignment
emilyjablonski Mar 22, 2023
a979906
fix: more alignment
emilyjablonski Mar 22, 2023
66d43d6
fix: more alignment
emilyjablonski Mar 23, 2023
c91c3f1
refactor: remove full directory
emilyjablonski May 8, 2023
3bedfe5
fix: remove duplicate import
emilyjablonski May 8, 2023
77baba5
fix: broken test suite
emilyjablonski May 8, 2023
ee2b0ed
test: trying out font stuff
emilyjablonski May 9, 2023
66170ed
fix: fONTSSSSSSSSSSS!!!
emilyjablonski May 12, 2023
0821b0c
refactor: move shared styles
emilyjablonski May 12, 2023
8ac3227
fix: remaining ui updates
emilyjablonski May 12, 2023
74c982c
fix: partners ui fixes
emilyjablonski May 12, 2023
831ccd1
fix: remove unneeded override
emilyjablonski May 12, 2023
1b320b7
fix: build issues
emilyjablonski May 12, 2023
bb193ab
fix: program tag color
emilyjablonski May 12, 2023
0b75f3e
fix: cleanup
emilyjablonski May 12, 2023
d475840
refactor: cleanup
emilyjablonski May 17, 2023
cbce35a
fix: various arabic layout fixes
emilyjablonski May 18, 2023
575dd9d
fix: upgrade to latest uic
emilyjablonski May 24, 2023
a2f0d97
fix: try a different name
emilyjablonski May 24, 2023
6a360bd
fix: rename back
emilyjablonski May 24, 2023
141003d
fix: icon fixes
emilyjablonski May 24, 2023
e8782cd
fix: icon fixes
emilyjablonski May 24, 2023
e317a9c
Merge branch 'uptake-uic-changes' into misc-airplane-fixes
emilyjablonski May 24, 2023
f2409ac
fix: remove unused class
emilyjablonski May 24, 2023
1dbe849
Merge branch 'misc-airplane-fixes' of https://github.com/CityOfDetroi…
emilyjablonski May 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@
**/values.dev.yaml
backend/core/dist
backend/core/test
detroit-ui-components/__tests__
detroit-ui-components/storybook-static
README.md
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
**/*.hbs
.github
.travis.yml
detroit-ui-components/CHANGELOG.md
sites/public/CHANGELOG.md
sites/partners/CHANGELOG.md
shared-helpers/CHANGELOG.md
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.sites-partners
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ WORKDIR /usr/src/app/
# to ensure that breaking changes in local dependencies from those packages are included
# instead of being pulled from npm.
COPY backend/core ./backend/core
COPY detroit-ui-components ./detroit-ui-components

COPY --from=development /usr/src/app/package.json ./
COPY --from=development /usr/src/app/yarn*.lock ./
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.sites-public
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ WORKDIR /usr/src/app/
# to ensure that breaking changes in local dependencies from those packages are included
# instead of being pulled from npm.
COPY backend/core ./backend/core
COPY detroit-ui-components ./detroit-ui-components

COPY --from=development /usr/src/app/package.json ./package.json
COPY --from=development /usr/src/app/yarn*.lock ./
Expand Down
28 changes: 0 additions & 28 deletions Dockerfile.ui-components

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ In some cases the sites diverge slightly to accomodate jurisdictional customizat
- `shared-helpers` contains types and functions intended for shared use between the public and partners sites.
- Visit [shared-helpers/README](https://github.com/bloom-housing/bloom/blob/dev/shared-helpers/README.md) for more details.

---

- `detroit-ui-components` contains our internal component library based on our internal design system. It is comprised of React components that we consume internally and also build to be configurable for outside consumers. We use [Storybook](https://storybook.js.org/), an environment that renders each of our components to provide documentation and display iterations.
- Visit [ui-components/README](https://github.com/bloom-housing/bloom/blob/dev/ui-components/README.md) for more details and view our [published Storybook](https://storybook.bloom.exygy.dev/).

## Getting Started for Developers

If this is your first time working with Bloom, please be sure to check out the `sites/public`, `sites/partners` and `backend/core` README files for important configuration information specific to those pieces.
Expand Down
2 changes: 0 additions & 2 deletions detroit-ui-components/.env.template

This file was deleted.

99 changes: 0 additions & 99 deletions detroit-ui-components/.npmignore

This file was deleted.

3,414 changes: 0 additions & 3,414 deletions detroit-ui-components/CHANGELOG.md

This file was deleted.

112 changes: 0 additions & 112 deletions detroit-ui-components/README.md

This file was deleted.

65 changes: 0 additions & 65 deletions detroit-ui-components/index.ts

This file was deleted.

36 changes: 0 additions & 36 deletions detroit-ui-components/jest.config.js

This file was deleted.

4 changes: 0 additions & 4 deletions detroit-ui-components/netlify.toml

This file was deleted.

Loading