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

Development to main, week 41 #109

Merged
merged 30 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c77a069
added Clicakbles and Oriantation improvements
remko48 Oct 9, 2023
58a08b2
REFACTOR Footer to allow dynamic content
lencodes Oct 9, 2023
548881a
REVERT unintentional changes
lencodes Oct 9, 2023
5e3b095
added suggested changes
remko48 Oct 10, 2023
2bb9fa9
added requested changes
remko48 Oct 10, 2023
a67f7e0
Merge pull request #107 from ConductionNL/feature/XW-88/footer-content
remko48 Oct 10, 2023
b25c856
Merge remote-tracking branch 'refs/remotes/origin/development'
remko48 Oct 10, 2023
7980b3e
merge conflict
remko48 Oct 10, 2023
26ddd82
Merge pull request #105 from ConductionNL/feature/XW-87/WCAG
remko48 Oct 10, 2023
7bf8b07
added Clickables, Forms and Document improvements
remko48 Oct 10, 2023
e379cf9
cleanup
remko48 Oct 10, 2023
10a8acb
textual changes
remko48 Oct 10, 2023
92a201b
added Clickables and Graphics improvements
remko48 Oct 11, 2023
0b67b3f
Merge pull request #110 from ConductionNL/feature/XW-87/WCAG
remko48 Oct 11, 2023
4d71473
added Document, Form and Graphics improvements
remko48 Oct 11, 2023
76d6edf
updated pacakge.json
remko48 Oct 11, 2023
270f303
build fix
remko48 Oct 11, 2023
69a15e9
Merge pull request #111 from ConductionNL/feature/XW-87/WCAG
remko48 Oct 11, 2023
d80a916
improvements
remko48 Oct 11, 2023
cf62aa7
Merge pull request #112 from ConductionNL/feature/XW-87/WCAG
remko48 Oct 11, 2023
72e96dd
refactored detail page
remko48 Oct 12, 2023
e24a91d
Merge pull request #113 from ConductionNL/feature/XW-90/duplicate-att…
remko48 Oct 12, 2023
0374a69
updated versions
remko48 Oct 13, 2023
2fb88ec
Added footer background-size
remko48 Oct 13, 2023
01d647d
Merge pull request #116 from ConductionNL/feature/XW-91/Noordwijk-theme
remko48 Oct 13, 2023
8885126
border-collapse important
remko48 Oct 13, 2023
167a4ec
Merge pull request #117 from ConductionNL/feature/XW-91/Noordwijk-theme
remko48 Oct 13, 2023
38cc21c
REFACTOR Pagination implementation
lencodes Oct 16, 2023
fed6a9b
UP version
lencodes Oct 16, 2023
9e193f3
Merge pull request #119 from ConductionNL/feature/OP-57/pagination
lencodes Oct 16, 2023
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
updated versions
  • Loading branch information
remko48 committed Oct 13, 2023
commit 0374a698062a3e9b5e3b3d9737241416b545762a
16 changes: 8 additions & 8 deletions pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prepare": "cd .. && husky install"
},
"dependencies": {
"@conduction/components": "2.2.14",
"@conduction/theme": "1.0.45",
"@conduction/components": "2.2.15",
"@conduction/theme": "1.0.47",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.1.18",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.table {
background-color: var(--utrecht-table-background-color);
border-collapse: var(--utrecht-table-border-collapse);
}

.tableHeader > * {
Expand Down