Skip to content

Releases: fractal6/fractal6-ui.elm

v0.8.2

29 Feb 03:02
Compare
Choose a tag to compare

New

  • UX: add 'convert to tension' and 'remove draft' in the draft panel.

Fixed

  • Tensions: Show again the number of closed tensions in the tensions view.
  • Tensions: Show again the tensions in the "By assignees" tab.
  • Board: fix the scroll position when clicking on a card option in long column.
  • Board: draft comment was not transfered to new tension form when converting.
  • UX: usee 3-dot dropdown button in the circle card.
  • UI: highlight the answer/comment in tension page when redirected from notification page.
  • UI: stay on the selection view for tensions (Tensions|Jounal) in the overview page when navigating the organization.

Changed

  • UX: Improve the graphpack UX by zooming one circle at a time.
  • UI: better rendering optimization with lazy module.
  • upgrade dependencies.

v0.8.1

06 Jul 07:52
Compare
Choose a tag to compare

New

  • ux: Use a default Kanban template when creating new projects.
  • ui: add an image screenschot on new project page.
  • build: Add default theme in webpack config.

Fixed

  • URI to fetch images in the About page

v0.8

03 Jul 17:31
Compare
Choose a tag to compare

New

  • [MAJOR]: Projects management feature: https://fractale.co/tension//0x33ea36
  • Add user password reset, in user settings page.
  • Show open contracts in circle about section, in overview page.
  • New role for users can directly added in the members tab.

Changed

  • Better title for Document and Contracts tab, in tension page.
  • data URI change from /data to /assets.
  • show #members and #watcher in the organization explore page.

Fixed

  • Fix navigation context when navigating from Document or Contracts, in tension page.
  • multiple code refactor: Comments is now a components, rename WebData -> RestData, and ++.

v0.7.9

10 Apr 01:02
Compare
Choose a tag to compare

New

  • Tree selector for targets/recipients for moveTension and newTension input
  • Add hint helper beside Authority/Governance input for new Role/Circle and for visibility choice at org creation.
  • Search panel helper when mentionning user with "@" character. Available for
    • tension comment input.
    • new tension form.
    • contrant comment input.

Changed

  • Increase the max number of users showed in user mention search box.
  • Update package.json

Fixed

  • Make schema compatible with dgraph v22.
  • ContractPage loading race condition.
  • Add nameTooLong error + hint.
  • Show sub/top section of labels/roles in settings only if present.
  • Fix label context: https://fractale.co/tension/f6/0x349bda
  • Markdown unbreakable space ignore when AltGr is pressed.
  • Loading state not updated sometimes on tensions page loaded
  • Accept "%" character in markdown autolink parsing.
  • List autocompletion for large input value.
  • Fix markdown link parsing for french character (accents)
  • Open new tab by default in foorbar links
  • Light color themes fixes.

v0.7.5

26 Jan 17:51
Compare
Choose a tag to compare

New

  • Tension pin support.
  • make tension category explicit in tension view.
  • new https://fractale.co/help route to give feedback.

Changed

  • ui/refactor: the help button triggers now a drop-down before opening the modal.
  • ui: slight header highlight for authored comments.

Fixed

  • tension can now be moved to the root circle.

v0.7.4

13 Jan 16:02
Compare
Choose a tag to compare

Fixed

  • ui: make labels clickable in tension view.
  • ui: fix theme/color background color for tension type tag.
  • ui: fix theme/color for Announcement.
  • ui: fix break-word overflow in message box
  • ui: fix left menu padding when navigating out and in organization page + footer margin.
  • ui: do not parse error markdown message with the f6 md parser.
  • schema: remove obsolete Node.mandate and NodeFragment.children fields

v0.7.3

09 Jan 11:43
Compare
Choose a tag to compare

New

  • Tension editor (new tension and comment) are resizable, horizontally and vertically.
  • User reactions (emojis) in tension/comments with a vital set of emojis proposed.
  • Tension board view by assigned user.

Changed

  • When filtering tensions to see either Announce, Alert or Governance types, use all status (open and close) by default instead of just open tensions as the the open/close status make less significance for those types.

Fixed

  • resize footer page when the left menu is open.

v0.7.2

01 Jan 00:00
Compare
Choose a tag to compare

New

  • column headers in circle view (Tensions page) clickable to filter for only those.
  • label are clickable to see a filtered list of tension with this label.
  • status page (https://status.fractale.co) linked in the page footer.
  • notifications: add count hint for new tension, contract and assigned tensions.
  • markdown: add new formatting entry for lists.
  • markdown: a help button that displays an overview of the markdown syntax.

Changed

  • improve error message for non authorized tensions creation.
  • improve error message for duplicate name for new organization.
  • improve dark theme for emoticon and graph packing (organization circles colors) and background.
  • improve message when leaving an organization.
  • inverse close and comment button position.
  • perf: add willReadFrequently attribute to hidden canvas.

Fixed

  • About page layout overflow.
  • notification back button
  • markdown "rich syntax" to better handler selection.

v0.7

28 Nov 03:57
Compare
Choose a tag to compare

New

  • schema: new Announcement tension type.
  • Overview: add circle/role hints information in the description page.
  • Helperbar: organisation watch/unwatch button.
  • HelperBar: organisation count hints (total number of tensons, members and watching users)
  • subscription: handle organisation unsubscribe (unwatch) from email link.
  • TreeMenu: circle tension count hints.
  • NewTension: improved tension type dropdown menu with hints.
  • AuthModal: integrate the viewAuthNeeded modal in the this component.

Changed

  • ui: icon for secret visibility.
  • ui: color code for collector/bot role type.
  • ui: tooltip and graphpack visual improvmen.
  • ui: fix table border.

Fixed

  • authentification modal behaviour when unsubscribing while logged out.
  • overview window position for mobile.

v0.6.9

09 Nov 20:22
Compare
Choose a tag to compare

New

  • Add a AGPLv3 License
  • Tensions: Ability to move tension across circle in the "board view" with drag&drop.
  • Tension: mentionable tension with new event
  • Markdown: rich text edition (toolbar and markdown hints)
  • TreeMenu: auto scroll to the focus circle
  • build: Makefile rule to build and publish release

Changed

  • TreeMenu: Open menu when hovering the left border screen (like in notion.so)
  • package.json: elm hot reload package that cause npm to need a legacy option to work

Fixed

  • table (+markdown) style
  • Tensions: minimum height for the board view
  • Markdown: remove list-style for checkbox + better left margin.
  • Notifications: tooltip inversed in "mark as read" tag.