Coder Social home page Coder Social logo

styles's People

Contributors

adityajaiswal094 avatar anantakumarghosh avatar dependabot[bot] avatar edithmark42 avatar irkfaisal avatar joym98 avatar saifalamkhan373 avatar samhere17 avatar sumanta-m avatar swrnv-qc avatar techoneel avatar wrappidcare avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

swrnv-qc

styles's Issues

bug: pr guardrails linting deleted files

Describe the bug
On creating Pull Request, es-lint is trying to lint deleted files and failing.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Stack Trace
The stack trace of the bug if any.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

enhancement: default text color change

Description

Changes in default text color to text secondary dark which has hash color #6D6C6C

What problem we're solving?

need to change the default color of Typograph to TEXT_SECONDARY_DARK

What is the proposed solution?

Made changes in DefaultSCStyles

Additional notes

bug: pr guardrails linting deleted files

Describe the bug
Old issue reoccurring. On creating Pull Request, es-lint is trying to lint deleted files and failing.
Ref: #47

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Stack Trace
The stack trace of the bug if any.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

enhancement: create instances of styles

Describe the bug
create instances of different styles of largeCoreStyles, mediumCoreStyles, smallCoreStyles, xLargeCoreStyles, xxLargeCoreStyles in stylesProvider.tsx file.

docs: Add MIT License in styles

  • Create a LICENSE file from GitHub WebView in main branch
  • Choose a license template > MIT License
  • Click on Review and submit
  • Click on Commit changes
  • Change commit message in the dialog Propose changes window
docs: ๐Ÿ”’ license added
  
added MIT License as requested

Ref #[issue-number]
  • Change new branch name as WRPD-docs-[issue-number] in the dialog Propose changes window
  • Open a pull request to development branch

feature: create styles for transform rotate property and a dotted background

Is your feature request related to a problem? Please describe.
1.create wrappid styles for transform Roate, rotateX, rotateY, rotate(-x), rotate(-y), a dotted background and line-height and font-weight.

  1. Changes in the bg dotted background and a text styles.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

enhancement: Allow Multiple Theme Support in the App

Issue

Currently, our application supports only one theme at a time. This limitation restricts users from customizing their experience fully, as they can only choose one theme to apply.

Proposed Solution

To enhance user experience and flexibility, we propose implementing support for multiple themes simultaneously within the application. This would allow users to select and apply multiple themes concurrently, enabling them to mix and match various visual styles according to their preferences.

Expected Behavior

  • Users should be able to select and apply multiple themes from the available options.
  • The application should seamlessly blend different themes together, ensuring consistency and coherence across the interface.
  • Theme preferences should be persistently saved and applied across sessions.

Tasks

  1. Design: Discuss and finalize the approach for supporting multiple themes simultaneously.
  2. Implementation: Modify the application codebase to accommodate multiple themes concurrently.
  3. Testing: Conduct comprehensive testing to ensure that the application functions correctly with multiple themes applied.
  4. Documentation: Update the user documentation to include instructions on how to utilize multiple themes.
  5. Feedback and Iteration: Gather user feedback and iterate on the implementation as necessary to address any issues or suggestions.

Additional Information

Current application version: 0.0.69
Target platform: [ Mobile | Web ]

bugfix: when theme changes styles file's theme properties are not changing

Issue Description:

When switching themes in our application, the styles fileโ€™s theme properties do not update as expected. This behavior is inconsistent with the intended behavior of theme changes.

Steps to Reproduce:

  1. Open the application.
  2. Change the theme (e.g., from light mode to dark mode).
  3. Observe that the styles defined in the styles file (such as colors, fonts, etc.) do not reflect the updated theme.

Expected Behavior:

When the theme changes, the styles file should dynamically update its theme-related properties to match the selected theme.
Actual Behavior:

The styles file retains the properties from the initial theme, even after switching to a different theme.

Desktop :

  • OS: [WINDOWS 11]
  • Browser [e.g. chrome, edge]
  • Version []

Additional context

  • This issue affects user experience and consistency across themes.
  • Investigate whether the theme change event is properly triggering updates in the styles file.
  • Consider reviewing the theme-related logic in the application code.
  • This issue is critical for maintaining a seamless user experience, especially when users switch between light and dark themes. Letโ€™s address this bug promptly!

bug: Source Map not showing

Describe the bug
After typescript movement, styles package in browser developer tools, not showing. (node_modules/@wrappid/)

To Reproduce
Steps to reproduce the behavior:

  1. Open browser (firefox/chrome)
  2. Open developer tools
  3. Open sources
  4. navigate to node_modules/@wrappid

Expected behavior
Show styles package under node_modules/@wrappid in browser dev tools sources

ci: branch rules implementation.

  • Create main(default) and development branch.
  • GitHub Settings > Branch Rules
    • Nobody able to push directly to above branches except dev-ops activities.
    • Developers needs to create issue branch and commit in that particular branch.
  • GitHub Workflow - PR Guardrails
  • Husky
    • Branch Name Validation
    • Conventional Commit
    • Code Linting
  • .eslintrc.js linting config file needs to be present
  • must have code:lint and code:format script present in package.json

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.