-
-
Notifications
You must be signed in to change notification settings - Fork 872
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
Refactoring CSS files: merged OrganizationFunds styles into global app.module.css and updated component references #2541
Closed
swastikCommits
wants to merge
18
commits into
PalisadoesFoundation:develop-postgres
from
swastikCommits:develop
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
82836f0
chore(deps): bump sass from 1.80.6 to 1.80.7 (#2433)
dependabot[bot] a97314c
chore(deps): bump eslint-plugin-import from 2.30.0 to 2.31.0 (#2434)
dependabot[bot] 32eb6a9
chore(deps): bump @mui/x-charts from 7.22.1 to 7.22.2 (#2435)
dependabot[bot] ab509f6
chore(deps): bump @types/react from 18.3.3 to 18.3.12 (#2436)
dependabot[bot] fb913e1
Update pull-request.yml
palisadoes d16b95e
Update dependabot.yaml
palisadoes 15513f5
added docker check to workflow (#2414)
VanshikaSabharwal 3ea2919
eslint-rule-no_unused_vars (#2428)
prayanshchh 084ac7e
Updated pr template with checklist (#2454)
dhirajudhani 58f289b
Update pull-request-target.yml
palisadoes 7a991b3
Update pull-request-target.yml
palisadoes f9e10b8
Update from develop-postgres 20241130 (#2531)
palisadoes 7cc2a4d
Refactor CSS files: merged MemberDetail styles into global app.module…
swastikCommits bcc9ae9
Refactor CSS files: merged MemberDetail styles into global app.module…
swastikCommits 4adca3c
Merge branch 'develop' of https://github.com/swastikCommits/talawa-ad…
swastikCommits 599b952
Delete package-lock.json
swastikCommits 3b4a569
Update package.json
swastikCommits 2f2d069
Refactor CSS files in src/screens/OrganizationFunds
swastikCommits File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
node_modules | ||
npm-debug.log | ||
Dockerfile | ||
.git | ||
.gitignore | ||
.env | ||
.env.* | ||
dist | ||
coverage | ||
.nyc_output | ||
*.md | ||
.github | ||
tests | ||
__tests__ | ||
*.test.* | ||
*.spec.* | ||
# Development files | ||
*.log | ||
*.lock | ||
.DS_Store | ||
.idea | ||
.vscode | ||
# Build artifacts | ||
build | ||
out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# Contains the PDF file of the Tag as JSON string, thus does not need to be linted | ||
src/components/CheckIn/tagTemplate.ts | ||
src/components/CheckIn/tagTemplate.ts | ||
package.json | ||
package-lock.json | ||
tsconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Target branch
develop-postgres
doesn't exist and deviates from current branch strategyThe verification reveals concerning issues:
develop-postgres
branch does not exist in the repositorymain
as the default branchdevelop
nordevelop-postgres
branches are present in the remoteThis change would cause Dependabot to fail as it attempts to create pull requests against a non-existent target branch. Additionally, it deviates from the repository's current branch strategy which appears to be main-based.
🔗 Analysis chain
Please clarify the branch strategy change
The change from
develop
todevelop-postgres
as the target branch for Dependabot suggests a significant shift in the project's branch strategy. However, this change seems unrelated to the PR's stated objectives of CSS refactoring and accessibility improvements.Could you please:
Let me gather more information about the branch strategy by checking the default branch and recent branch activity.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 203
Script:
Length of output: 156