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

[Ember-Migration] Github Workflow and PR Template Improvements #336

Merged
merged 25 commits into from
Dec 18, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
201033f
Created a navbar
rohan09-raj Nov 29, 2022
de2342a
minor refactoring and fixes
rohan09-raj Nov 29, 2022
37ea549
Created header component
rohan09-raj Nov 30, 2022
0c91c40
created description component
rohan09-raj Nov 30, 2022
242689c
resolved over simplications and minor fixes
rohan09-raj Dec 2, 2022
5504083
created cards
rohan09-raj Dec 2, 2022
4d865ee
made cards and modals responsive
rohan09-raj Dec 3, 2022
9fadee9
minor fix
rohan09-raj Dec 3, 2022
51c8151
created more about component
rohan09-raj Dec 3, 2022
f0ea60d
created scroll to top button
rohan09-raj Dec 4, 2022
3f7e949
CI updated and made minor fixes in PR template
rohan09-raj Dec 5, 2022
6ff17f4
Created a navbar
rohan09-raj Nov 29, 2022
8feb8d8
minor refactoring and fixes
rohan09-raj Nov 29, 2022
ef8cdc8
Created a navbar
rohan09-raj Nov 29, 2022
0ed8f4e
[Ember-Migration] Created a navbar (#325)
rohan09-raj Dec 7, 2022
8052020
minor fixes
rohan09-raj Dec 7, 2022
6cf67ca
Removed repetition of code
rohan09-raj Dec 8, 2022
14574d3
[Ember-Migration] Created a navbar (#325)
rohan09-raj Dec 7, 2022
937820c
created more about component
rohan09-raj Dec 3, 2022
faca654
[Ember-Migration] Created a navbar (#325)
rohan09-raj Dec 7, 2022
ed30104
Merge branch 'develop-ember' into github/workflow
rohan09-raj Dec 8, 2022
f9f367e
Merge branch 'develop-ember' into github/workflow
rohan09-raj Dec 14, 2022
a656803
Merge branch 'develop-ember' into github/workflow
rohan09-raj Dec 15, 2022
f1f94e1
removed redundant code
rohan09-raj Dec 15, 2022
66910f4
Merge branch 'develop-ember' into github/workflow
rohan09-raj Dec 17, 2022
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
minor refactoring and fixes
  • Loading branch information
rohan09-raj committed Dec 8, 2022
commit 8feb8d84579f1600704fcd457edb9d1d664c1749
2 changes: 0 additions & 2 deletions app/adapters/application.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import JSONAPIAdapter from '@ember-data/adapter/json-api';

import ENV from 'website-www/config/environment';

export default class ApplicationAdapter extends JSONAPIAdapter {
host = ENV.BASE_API_URL;

Expand Down