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

Pretty #2

Open
wants to merge 100 commits into
base: develop
Choose a base branch
from
Open

Pretty #2

wants to merge 100 commits into from

Conversation

wkleinheerenbrink
Copy link

No description provided.

this.element = element;
this.$element = $(this.element);
this.settings = $.extend({}, defaults, options);
// this._defaults = defaults;
Copy link
Member

Choose a reason for hiding this comment

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

Commented lines of code 😢

@jgadelange
Copy link
Member

Looking at the code I only found two things:

  • Commented lines of code
  • I still think the default value for extra in all (pretty) inlines should be 0.

Will now look at usage. More soon!

@jgadelange
Copy link
Member

Pretty:

  • "Add another book" when no books are there is strange.
  • The column for editing and deleting objects is to wide, which makes the data in the table less visible.
  • When submitting errors on a page by default an extra item appears. Even when this means you have more than allowed. In this case also the add button looks active but doesn't do anything.
  • On adding the last allowed object I get a message I am at the max. This also happens when having the maximum number of objects and opening an editor.
  • When marking an object for deletion and then submit the page with errors the deletion disappears.

Stacked & Tabular:

  • Can't find whether it is desired behaviour the empty forms don't disappear when deleting them. I think this is better.
  • The last 3 remarks for pretty also hold for these

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