Account created on 4 September 2015, over 9 years ago
#

Merge Requests

More

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I've fixed this issue. Examine this patch, please.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I've fixed this issue. Examine this patch, please.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I've fixed this issue. Examine this patch, please.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

@yas I've created new issue to fix this issue in 7.x-dev and 8.x-dev branch, you can verify the changes here ๐Ÿ› Fix warnings on a comment Active .

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Created MR for both 7.x and 8.x branch, please review.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I have generated a new file and specified the path in architects_zymphonies_theme.libraries.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.Please review it.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

As I have checked and faced similar issue. I've made some changes in filter-tips.html.twig file to resolve errors.
please review.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I've fixed this issue. Examine this patch, please.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I've fixed this issue. Examine this patch, please.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I have generated a new file and specified the path in furniture_zymphonies_theme.libraries.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I've fixed this issue. Examine this patch, please.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I've fixed this issue. Examine this patch, please.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I've fixed this issue. Examine this patch, please.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello @hamid.ali,

I think now it's working as aspected. So, I've change the status.

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

@baldwinlouie, As you had suggested, we have fixed the code. Kindly check it.

@yas, And as you mentioned that we need to work on drupal/rigel:7.x, we are currently working on that. We will update you later.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello @baldwinlouie,

I have resolved all the Stylelint issues. Could you please review them at your convenience?

Thanks!

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I have updated the fork and fixed the issue mentioned in #39. A new merge request !68 has been created.

Thank you.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

sachin.addweb โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello @hamid.ali,

Created MR please review.

Thanks

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I have generated a new file and specified the path in property_zymphonies_theme.libraries.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.

Thanks.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello @Kanchan Bhogade,

I've fixed this problem. Examine this patch, please.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I have generated a new file and specified the path in charity_zymphonies_theme.libraries.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I have generated a new file and specified the path in library.yml because when I kept the scss file code, issues appeared because of some variables and I could not build.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

@DamienMcKenna,

We have set up our project with the following steps:

1. Placed the gulpfile in the root directory.
2. Created an assets folder to contain all account-related files.
3. Used Node.js version 10 (nvm use v12).
4. Installed npm packages (npm install).
5. Executed the gulp dev command to start compiling.

After completing these setups, we tested the configuration by changing the body color, and it worked as expected.
If you find all these steps proper then we will push the code further.

Thanks.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

Using the 8.x-3.0-rc10 version, I looked into this problem and found that the most recent log deletion option works as it should. Additionally, kindly review the recorded file that I have attached.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

I tested the issue applying the 8.x-1.x-dev version, and the remove button is completely visible.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

This is some SCSS code for light and dark function, please try and check it.

// Define base colors
$primary-color: #3498db; // A shade of blue
$secondary-color: #e74c3c; // A shade of red

// Lighten and darken functions
$primary-light: lighten($primary-color, 20%);
$primary-dark: darken($primary-color, 20%);

$secondary-light: lighten($secondary-color, 20%);
$secondary-dark: darken($secondary-color, 20%);

// Apply colors to elements
body {
  font-family: Arial, sans-serif;
}

.container {
  margin: 0 auto;
  padding: 20px;
  text-align: center;

  .primary {
    background-color: $primary-color;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;

    &.light {
      background-color: $primary-light;
    }

    &.dark {
      background-color: $primary-dark;
    }
  }

  .secondary {
    background-color: $secondary-color;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;

    &.light {
      background-color: $secondary-light;
    }

    &.dark {
      background-color: $secondary-dark;
    }
  }
}

Thanks

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

Can you please provide the steps to reproduce this issue?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

Re-roll the #6 patch according to the latest code changes.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sachin.addweb

Hello,

As I've checked i couldn't found this problem in 8.x-1.x-dev branch. I think the status need to be updated to "fixed," and I've attached a screenshot for the reference. Would you kindly check it out?

Thanks

Production build 0.71.5 2024