Commit graph

43882 commits

Author SHA1 Message Date
Shariq Ansari
ca2152d56c feat: ctrl+shift+n to add new field & delete/backspace to delete the field when it in on focus 2023-10-31 20:51:41 +05:30
Shariq Ansari
d95b3b6fb0 feat: created autocomplete component to control options with up/down key 2023-10-31 20:28:31 +05:30
Shariq Ansari
456cdae3b0 chore: show add tab button always 2023-10-31 13:07:30 +05:30
Shariq Ansari
747cd8ced4 chore: added bg color to form-container 2023-10-31 12:39:51 +05:30
Shariq Ansari
58bf248bb8 chore: do not focus on label if form builder is loaded 2023-10-31 12:36:11 +05:30
Shariq Ansari
c45306e923 chore: spacing 2023-10-31 12:33:22 +05:30
Shariq Ansari
3df24c7060 fix: move autocomplete popup on bottom-start 2023-10-31 12:15:35 +05:30
Shariq Ansari
b345ad5fe0 fix: focus on fields label after adding it 2023-10-31 12:05:30 +05:30
Shariq Ansari
748ffbe4e4 chore: merge Details & Settings tab into Settings tab 2023-10-31 11:55:03 +05:30
Shariq Ansari
0e397d6f6a fix: minor fixes 2023-10-31 11:50:56 +05:30
Shariq Ansari
55a57164a2 fix: delete passed tab not current tab 2023-10-31 02:25:35 +05:30
Shariq Ansari
c31161a564 chore: Only show add section button if there is no tabs 2023-10-31 02:15:19 +05:30
Shariq Ansari
787515bf89 chore: add a boilerplate section on creating new doctype 2023-10-31 02:14:54 +05:30
Shariq Ansari
441e115493 chore: hide fields table in customize form 2023-10-31 02:05:55 +05:30
Shariq Ansari
8956bbd3ec chore: hide tab actions in preview mode 2023-10-31 02:03:11 +05:30
Shariq Ansari
6a626318be fix: teleport dropdown outside to handle clipping 2023-10-31 01:39:47 +05:30
Shariq Ansari
5f8887d794 fix: add new field btn in empty column
also created AddFieldButton component
2023-10-31 00:35:00 +05:30
Shariq Ansari
bdbb11fbb9 fix: add new field using + button on field 2023-10-30 21:48:12 +05:30
Shariq Ansari
a28c8e9745 chore: cleanup 2023-10-30 21:47:39 +05:30
Shariq Ansari
244b2cbb60 fix: minor fix 2023-10-30 18:26:33 +05:30
Shariq Ansari
ac393773be fix: absolute remove tab button
also reduced tab header height
2023-10-30 18:16:17 +05:30
Shariq Ansari
afc3babbf9 refactor: remove/add tab 2023-10-30 17:43:06 +05:30
Shariq Ansari
0c8e6aa1c0 fix: removed FieldTypes from sidebar 2023-10-30 15:24:15 +05:30
Shariq Ansari
2799700455 fix: open new doctype dailog on /new-doctype-1 2023-10-30 14:09:20 +05:30
Shariq Ansari
5971e96a5a fix: sidebar resizer 2023-10-30 13:41:21 +05:30
Shariq Ansari
2a04a89be1 fix: changed form builder layout - sidebar is on right
Also remove double scrollbar
2023-10-30 13:28:58 +05:30
Shariq Ansari
8ca4501f7e fix: if Form tab is active hide comments & form message 2023-10-30 13:27:16 +05:30
Shariq Ansari
0e0f38b60d feat: added on_tab_change event on form to run logic on tab change 2023-10-30 13:07:25 +05:30
Shariq Ansari
3407a9963e chore: hide fields table 2023-10-30 12:29:06 +05:30
Shariq Ansari
8b5dffff98 chore: made form tab as a first tab in doctype form 2023-10-30 12:24:08 +05:30
Shariq Ansari
65f62bb52f fix: Create doctype through a dialog 2023-10-30 12:23:28 +05:30
Bernd Oliver Sünderhauf
d92f74f877
chore: Fix codestyle to satisfy linter, and typo. (#22954) 2023-10-28 17:12:39 +05:30
Sagar Vora
c4cabbb11a
chore: bump werkzeug to 3.0.1 (#22945) 2023-10-27 16:47:26 +05:30
Ankush Menat
1560fa8610
fix: ignore stale custom fields while checking back-links (#22940)
* fix: ignore non-existing back-links

* refactor: less indentation, guard clauses
2023-10-27 14:07:58 +05:30
Faris Ansari
f4cd1bb8af
Merge pull request #22931 from netchampfaris/socketio-auth-url 2023-10-27 00:07:10 +05:30
Maharshi Patel
c7fa8e694a
Merge pull request #22924 from maharshivpatel/fix-espresso-web
fix: web styles espresso
2023-10-26 16:16:59 +05:30
Maharshi Patel
875bca7051
fix(minor): hide grid row on modal close (#22930)
Sometimes grid row is open in modal and people closes the dialog
which closes orphan backdrop and people are unable to access UI.

check if grid row is open and hide it on hide of modal.
2023-10-26 15:51:22 +05:30
Maharshi Patel
2e08741e60 fix: button size for md and lg
espresso buttons don't have large size but on website large size is used
so only apply espresso padding on buttons if they are not md or lg
2023-10-26 15:48:26 +05:30
Faris Ansari
be85c246ff fix(socketio): send correct url for auth
in case, an app uses a different frontend stack on a different development server,
socketio should use the correct webserver port when authenticating
2023-10-26 15:27:27 +05:30
Sagar Vora
9fdd432b4d
Merge pull request #22916 from resilient-tech/fetch-if-empty-revert 2023-10-26 15:14:51 +05:30
Sagar Vora
f08f128b1c fix: improve label and description for fetch_if_empty 2023-10-26 15:02:03 +05:30
Maharshi Patel
f1abf04a5a fix(minor): add min-width to modified
added min-width to modified so avatars column won't break
2023-10-26 13:26:18 +05:30
Maharshi Patel
e4de5bf0d1 fix: datepicker make current date bold. 2023-10-26 13:11:39 +05:30
Maharshi Patel
259695a1c7 fix: web styles espresso
- added Inter & Inter V on website and font-stack
- added flex to logged-in to center avatar
- decreased brand logo height to 22px
- added primary border-bottom to active navbar link
- added underline to links for blog content
  and added to from-markdown for web pages
2023-10-26 12:50:56 +05:30
Ankush Menat
385fa8aaef
fix!: Correct between filtering (#22918)
* fix: Remove incorrect fallback

If you do +1 on date it will also start considering next date. This was
only done to accomodate date filter on datetime fields. Which also
doesn't really work.

* refactor: simplify fieldtype detection

* fix!: Correct datetime fallbacks for between filters

* chore: remove unncessary test

This is very specific and introduces flake when the job tests run before
it.
2023-10-26 06:23:14 +00:00
Sagar Vora
99ec771e8b fix!: revert UI behavior of fetch_if_empty 2023-10-25 16:07:40 +05:30
Ankush Menat
a643098a26
fix: Footer should show up once at end if not repeating header/footer (#22902)
* fix: Footer should show up once at end if not repeating header/footer

* fix: only show page number if repeating header

[skip ci]
2023-10-25 15:47:49 +05:30
Ankush Menat
287e13522c
fix: ignore workspace links on delete (#22895)
These can be manually modified later. It's not important to completely
block and prevent deletion.
2023-10-25 07:05:37 +00:00
Ankush Menat
d196dfeac4 fix: ignore perm while updating notification settings
If you can update user, do you should be able to update notif settings.
2023-10-25 11:22:56 +05:30
Raffael Meyer
65e859c938
Merge pull request #22889 from barredterra/basic-translation 2023-10-24 14:25:23 +02:00