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

Feature/semiconductors02 #341

Merged
merged 25 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3e13a61
Added sample semiconductors data
chuanlin2018 Apr 15, 2024
c939745
Adjusted the initial width of the filter panel.
chuanlin2018 Jun 20, 2024
1349a94
Added tree view to filter panel - step01
chuanlin2018 Jun 25, 2024
e18fe4c
Tree view of taxonomy
chuanlin2018 Jul 16, 2024
ff292e1
Make taxonomy tag configuable. Fixed unit test.
chuanlin2018 Jul 18, 2024
d9d4caf
Use facilitators for citation for collections if available.
chuanlin2018 Jul 23, 2024
b848dfb
Fixed topics display
chuanlin2018 Jul 24, 2024
4c89af4
Merge pull request #342 from usnistgov/feature/collection-citation
deoyani Jul 25, 2024
5da7f50
Use bubbles for topics and keywords. Fixed editing mode.
chuanlin2018 Aug 5, 2024
d981521
Topics, keywords - bubbles; Filters layout changes.
chuanlin2018 Aug 9, 2024
ae6ee1f
Changed styles of filter, section titles, topics and keywords
chuanlin2018 Aug 13, 2024
84d3a60
Fixed dropdown label alignment and unit test.
chuanlin2018 Aug 14, 2024
4ce7b2d
Fixed server side error.
chuanlin2018 Aug 21, 2024
935a3f7
Modified taxonomyURL and fixed page selection bug.
chuanlin2018 Aug 22, 2024
41cd332
Fixed banner, filter and search result issues.
chuanlin2018 Aug 26, 2024
e7d19d3
Changed topics layout; Show more/less button; etc.
chuanlin2018 Aug 29, 2024
f5c2ece
Changed result display
chuanlin2018 Aug 29, 2024
270bd68
More result list layout changes
chuanlin2018 Aug 30, 2024
aaed795
Some change to search result display; display 'Beta' for science theme
chuanlin2018 Sep 4, 2024
4d79f63
fix docker-based angular testing: recent code requires node 16
RayPlante Sep 10, 2024
2c078ee
docker/pdrangular: uprev debian to get later chrome ver
RayPlante Sep 10, 2024
e2f5e40
Merge pull request #344 from usnistgov/fix/ODD11-delimit-topic-tag
RayPlante Sep 10, 2024
48b4f5c
update package-lock.json
RayPlante Sep 10, 2024
3348b3a
Pull in updates from integration into feature/semiconductors02 before…
RayPlante Sep 10, 2024
dcd824c
update package-lock.json for merged code
RayPlante Sep 10, 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
4 changes: 2 additions & 2 deletions .github/workflows/angular-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup node.js 14.19
- name: Setup node.js 16.17
uses: actions/setup-node@v2
with:
node-version: 14.19
node-version: 16.17

- name: Setup dependency caching
uses: actions/cache@v2
Expand Down
Loading
Loading