Commit graph

42904 commits

Author SHA1 Message Date
Maharshi Patel
f6ebdc24f4 fix: update icons to espresso for different pages
updated icons on various parts of the page to espresso
2023-08-24 10:21:37 +05:30
Maharshi Patel
025a5d57cf fix: update form, controls, dropdown styles
- update form text style
- navbar menu padding
- added switch style to checkbox TODO: add option to configure switch.
- misc fixes
2023-08-23 18:51:16 +05:30
Maharshi Patel
d735abb81a fix(minor): button text style 2023-08-23 17:28:24 +05:30
Maharshi Patel
baff67baa4 fix: update buttons, breadcrumb and global scss
- updated some styles in global scss
- updated buttons scss
- updated breadcrumb style to be consistent with new design
2023-08-23 17:03:24 +05:30
Maharshi Patel
ec89c75265 fix(minor): import _borders file in variables 2023-08-23 15:45:36 +05:30
Maharshi Patel
b374d2a9f6 fix: workspace edit mode and private sidebar indicator 2023-08-23 15:04:36 +05:30
Maharshi Patel
f5f69dbeff fix: update workspace icons for new designs 2023-08-23 14:17:36 +05:30
Maharshi Patel
221c39dcde fix(minor): updated workspace widgets
- shortcut widget changed indicator style
- quick list widget updated icon
- onboarding widget changed step no to tick icon
- number card changed percentage text structure
2023-08-23 11:10:36 +05:30
Maharshi Patel
bb9852b5d3 fix: updated onboarding widget style
removed drop shadow and updated styles to match the new design
2023-08-22 18:03:37 +05:30
Maharshi Patel
6e078f5f61 fix: updated workspace desktop and global css
changed few global styles and updated workspace styles according to new design
2023-08-22 14:34:52 +05:30
Maharshi Patel
645c0e3efd fix: update indicator styles to match new design
changed variables and styles to match new design
2023-08-22 11:51:22 +05:30
Maharshi Patel
3279e50c20 fix: update page styles to new design
- add page head styles and changes icons to espresso
2023-08-21 15:26:52 +05:30
Maharshi Patel
49870a7beb fix: update old icons to match new primary color
some of the old icons have blue as primary in them updated to match the new primary color
2023-08-21 10:52:02 +05:30
Maharshi Patel
9ae8bf4c5f fix: update avatar style and notification popover
updated size and style of avatar and notification popover
2023-08-18 17:18:43 +05:30
Maharshi Patel
8d1d36f34d fix: update css_variable file for new design
removed redundant variables from the file and changed few to match the new design
2023-08-18 14:13:26 +05:30
Maharshi Patel
e1af3485d0 fix: add espresso icons in frappe.utils.icon
this will need to clean this at the end.
2023-08-17 19:28:25 +05:30
Maharshi Patel
8ca2822135 fix: update navbar size and styles
changed navbar size, icons, and styles.
2023-08-17 12:48:25 +05:30
Maharshi Patel
2dbcca39f3 fix(minor): change icons to espresso icons
changed email and password icons to espresso icons
2023-08-16 15:32:12 +05:30
Maharshi Patel
4516d57604 fix: update website / login page design
changed login page style and updated variables for website pages
2023-08-16 13:27:38 +05:30
Maharshi Patel
ff9bc2d0a6 fix(minor): updated variables file to use espresso files
Imported espresso files in variables file
2023-08-15 16:12:15 +05:30
Maharshi Patel
0343f0d1f3 fix: add espresso icons
added espresso icons svg sprite and loaded them in base and app
2023-08-15 14:08:01 +05:30
Maharshi Patel
1a82149ace fix: add font styles for new design
extracted and added text styles from espresso design.
2023-08-14 16:38:01 +05:30
Maharshi Patel
1152216d44 fix: add files spacing and borders as per new design
added Spacing and borders files for espresso design
2023-08-14 11:05:36 +05:30
Maharshi Patel
9ae9346ad9 fix: add drop shadows based for new design
added dropshadows, input focus rings
2023-08-11 18:23:42 +05:30
Maharshi Patel
04f5105bb6 fix: add color variables for espresso
colors, overlays and gradient based on the espresso color palette
2023-08-11 12:07:28 +05:30
Maharshi Patel
b161bfa8e1 fix: add Inter V fonts for new design
Added Inter V normal & italic because it used new design instead of Inter. however, Inter is not removed because it may be used in other places.
2023-08-10 17:21:18 +05:30
Ankush Menat
8817c228a2 fix: filter schema name on mariadb 2023-08-04 14:33:17 +05:30
Ankush Menat
fd15ab5329 fix: revert pg incompatible change 2023-08-04 14:13:36 +05:30
Ankush Menat
c4230f8760
fix: autoincr status per doctype (#21918)
* fix: autoincr status per doctype

closes https://github.com/frappe/frappe/issues/21386

* chore: Check autoincremented on the database currently being used.

* refactor: Styling and space fix

---------

Co-authored-by: Athul Cyriac Ajay <athul8720@gmail.com>
2023-08-04 13:59:39 +05:30
Raffael Meyer
dc0a8c5ccb
fix: keep privacy setting of attachments on amend (#21911) 2023-08-03 15:33:39 +05:30
Raffael Meyer
fa73d5ea03
perf(dx): let developers know that they need to enable index on links (#21745)
* perf: enable indexing for dashboard links

* style: format with black

* fix: nudge index, don't enable

Many edge cases which can't be checked on-the-fly. Best to just notify
developer that they should enable indexing.

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-08-03 11:39:59 +05:30
Ankush Menat
d1c3877044
fix: debounce form refresh from realtime events (#21905)
refer https://github.com/frappe/hrms/issues/755
2023-08-02 21:02:25 +05:30
Raffael Meyer
0b509b8e57
fix: add invalid filters for fieldtype "Float" (#21904) 2023-08-02 19:56:03 +05:30
Suraj Shetty
975c4845cd
Merge pull request #21892 from barredterra/center-upload-notes 2023-08-02 14:35:50 +05:30
Suraj Shetty
0b5a24b2ec
Merge pull request #21899 from surajshetty3416/fix-image-compression 2023-08-02 11:20:29 +05:30
Suraj Shetty
67a32bd054 fix: Set minimum resolution of image 2023-08-02 10:54:36 +05:30
Suraj Shetty
672835d7a9 fix: Show "View File" in the sidebar of file doc 2023-08-02 10:20:25 +05:30
Suraj Shetty
a7be8ccff2 Merge remote-tracking branch 'upstream' into fix-image-compression 2023-08-02 10:13:52 +05:30
Suraj Shetty
5ebe28b454 feat: Add formatter for "File Size" 2023-08-02 10:13:27 +05:30
Suraj Shetty
3621daf699 fix: Compress bit more agressively 2023-08-02 09:25:48 +05:30
Ankush Menat
8bf8950c2b
fix: include server script in recorder stack trace (#21891)
[skip ci]
2023-08-01 20:59:46 +05:30
barredterra
b3e319363c fix: center notes text in FileUploader 2023-08-01 15:32:03 +02:00
Corentin Flr
2c92043998
fix(doctype): Allow cached_property decorator in controllers (#21881) 2023-07-31 21:40:53 +05:30
Ankush Menat
ada2e20af3 fix: has_permission check on int pk 2023-07-31 16:42:31 +05:30
Ankush Menat
b41d4905c0 fix: onboarding widget contrast 2023-07-31 15:00:15 +05:30
Ankush Menat
ff6439af3d fix: underlined onboarding steps 2023-07-31 14:44:52 +05:30
David Arnold
fddd3b24f7
test: skip tests on RO app paths which require write access (#21878) 2023-07-31 12:46:23 +05:30
David Arnold
3471685eaa
feat(ops): add environment variable to set bench root / workdir (#21872) 2023-07-31 11:50:09 +05:30
Sagar Vora
97eefdaa44
perf: dont reload doc when already saving (#21869) 2023-07-31 11:48:54 +05:30
niraj gautam
d08ee0284d
fix: Delete module folder on Module Def deletion (#21857)
* fix: Delete module folder on Module Def deletion

* fix: Check if folder exists before removal

* fix: Make use of frappe function to delete folder

* fix: Indentation

* fix: Update linting
2023-07-31 11:39:04 +05:30