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

issues/842 #979

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

issues/842 #979

wants to merge 3 commits into from

Conversation

mihf05
Copy link

@mihf05 mihf05 commented Aug 18, 2024

No description provided.

I've included steps to setup the environment, install dependencies and run the application.
@@ -0,0 +1,16 @@
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you commit your common_site_config.json?

@@ -0,0 +1,137 @@
<p align="center">
<a href="https://www.frappelms.com/">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a copy of the Readme. Please remove this file.



def get_common_context(context):
context.no_cache = 1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant changes from your other PR

@@ -253,7 +253,7 @@ input[type=checkbox] {
background-position: center;
border: 1px solid var(--gray-400);
box-sizing: border-box;
box-shadow: 0 1px 2px #0000001a;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant changes from your other PR

frappe.throw(
_("Row #{0} Date cannot be outside the batch duration.").format(schedule.idx)
)
if schedule.date is not None:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The could have been a part of the same if condition

@@ -1,6 +1,6 @@
import { useStorage } from "@vueuse/core";
import { call } from "frappe-ui";
import "../../../frappe/frappe/public/js/lib/posthog.js";
// import "../../../frappe/frappe/public/js/lib/posthog.js";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you comment this?

@@ -0,0 +1,20 @@
import { defineStore } from 'pinia'

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant changes from your other PR

@@ -70,12 +70,14 @@ import UserAvatar from '@/components/UserAvatar.vue'
import { useRouter } from 'vue-router'
import { X } from 'lucide-vue-next'
import { updateDocumentTitle } from '@/utils'
import { useNotificationStore } from '@/stores/notificationStore'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant changes from your other PR

@click="markAllAsRead.submit"
:loading="markAllAsRead.loading"
@click="markAllAsRead"
:loading="markAllAsReadLoading"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant changes from your other PR

@@ -66,16 +66,20 @@ const announcement = reactive({
})

const announcementResource = createResource({
url: 'frappe.core.doctype.communication.email.make',
url: 'frappe.email.queue.send',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this solving? This would make a copy in Communication doctype

@mihf05 mihf05 marked this pull request as draft August 18, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants