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

Feature: Re organize lookbook previews #296

Merged
merged 3 commits into from
Jul 21, 2023

Conversation

syphax-bouazzouni
Copy link
Collaborator

This PR organizes the previews in three namespaces:

  • display: Re-group all the components that display data(e.g. Dates, links, etc.)
  • ìnput: Re-group all the components that are used as form inputs(e.g. text input, text area, etc.)
  • layout: Re-group all the components that are used to structure content (e.g table, card, dropdown)
image

@syphax-bouazzouni syphax-bouazzouni merged commit 69525ff into development Jul 21, 2023
@syphax-bouazzouni syphax-bouazzouni self-assigned this Jul 21, 2023
syphax-bouazzouni added a commit that referenced this pull request Sep 5, 2023
…kbook

Feature: Re organize lookbook previews
syphax-bouazzouni added a commit that referenced this pull request Dec 5, 2023
… previews in the lookbook (#336)

* Merge pull request #234 from ontoportal-lirmm/feature/update-footer-design

Feature: Update footer design

* Merge pull request #249 from ontoportal-lirmm/feature/update-account-page-submited-onto

Feature: Update account page submitted ontologies

* Merge pull request #236 from ontoportal-lirmm/feature/lookbook

Feature: Add Lookbook to preview components

* Merge pull request #242 from ontoportal-lirmm/feature/lookbook

Feature: Add Lookbook to preview view components - fix the new version release

* Merge pull request #262 from ontoportal-lirmm/feature/add-rounded-button-component-to-lookbook

Feature: Add rounded button to lookbook

* Merge pull request #248 from ontoportal-lirmm/feature/add-notification-message-component

Feature: Add notification message component

* Merge pull request #268 from ontoportal-lirmm/feature/add-submission-fields-components

Feature: Add submission fields components

* Merge pull request #288 from ontoportal-lirmm/feature/add-upload-ontology-components-to-lookbook

Feature: Add form inputs components to lookbook

* Merge pull request #284 from ontoportal-lirmm/feature/update-nested-from-input-component-design

Feature: Update nested form input component design

* Merge pull request #282 from ontoportal-lirmm/feature/extract-search-input-component

Feature: Extract search input component

* Merge pull request #296 from ontoportal-lirmm/feature/re-organize-lookbook

Feature: Re organize lookbook previews

* Merge pull request #305 from ontoportal-lirmm/feature/add-table-component

Feature: Add table component & Migrate the views to use it

* Merge pull request #312 from ontoportal-lirmm/feature/extract-search-input-component

Feature: Extract search input component - follow up

* Merge pull request #313 from ontoportal-lirmm/fix/nested-from-component-empty-state

Fix: Nested form component empty state

* Merge pull request #301 from ontoportal-lirmm/feature/add-switch-input-preview

Feature: Add switch input preview

* Merge pull request #304 from ontoportal-lirmm/feature/add-link-text-components

Feature: Add link text components

* Merge pull request #310 from ontoportal-lirmm/feature/update-select-component

Feature: update select component

* Merge pull request #300 from ontoportal-lirmm/feature/add-modal-link-component

Feature: Add modal component preview and helpers

* Merge pull request #303 from ontoportal-lirmm/feature/add-pill-button

Feature: Add pill button

* Merge pull request #297 from ontoportal-lirmm/feature/add-tabs-component

Feature: Add tabs component

* Merge pull request #306 from ontoportal-lirmm/feature/add-circle-progress-bar-component

Feature: Add circle progress bar component (style, JS, code and preview)

* Merge pull request #247 from ontoportal-lirmm/feature/update-agroportal-primary-color

Feature: Update AgroPortal primary color

* Merge pull request #319 from ontoportal-lirmm/feature/extract-form-input-components

Feature: Extract form input components

* Merge pull request #324 from ontoportal-lirmm/feature/add-summary-page-components

Feature: Extract summary page components

* Merge pull request #314 from ontoportal-lirmm/add-buttons-components-to-lookbook

Feature: Add buttons components to lookbook

* Feature: Add progress pages component (#328)

* add progress pages component

* put again the type argument for button component

* fix progress pages item not center if test is long

* make progress pages container take full width by default

* Fix progress item position (first & last one) to be aligned with the content

* fix progress item checked state to show the icon and the good background

* make the progress page component preview width bigger

---------

Co-authored-by: Bilel Kihal <[email protected]>

* Merge pull request #259 from ontoportal-lirmm/feature/add-other-states-to-card-message-component

Feature: Add warning state to card message component

* Merge pull request #238 from ontoportal-lirmm/feature/update-nav-bar-design

Feature: Update nav bar design

* Merge pull request #331 from ontoportal-lirmm/feature/update-404-error-design

Feature: Update 404 error design

* Merge pull request #263 from ontoportal-lirmm/feature/update-nav-bar-design

Fix: replace nav_bar  css nav-link to top-nav-nav-link to prevent conflicts

---------

Co-authored-by: Bilel Kihal <[email protected]>
syphax-bouazzouni added a commit that referenced this pull request Dec 5, 2023
… previews in the lookbook (#336)

* Merge pull request #234 from ontoportal-lirmm/feature/update-footer-design

Feature: Update footer design

* Merge pull request #249 from ontoportal-lirmm/feature/update-account-page-submited-onto

Feature: Update account page submitted ontologies

* Merge pull request #236 from ontoportal-lirmm/feature/lookbook

Feature: Add Lookbook to preview components

* Merge pull request #242 from ontoportal-lirmm/feature/lookbook

Feature: Add Lookbook to preview view components - fix the new version release

* Merge pull request #262 from ontoportal-lirmm/feature/add-rounded-button-component-to-lookbook

Feature: Add rounded button to lookbook

* Merge pull request #248 from ontoportal-lirmm/feature/add-notification-message-component

Feature: Add notification message component

* Merge pull request #268 from ontoportal-lirmm/feature/add-submission-fields-components

Feature: Add submission fields components

* Merge pull request #288 from ontoportal-lirmm/feature/add-upload-ontology-components-to-lookbook

Feature: Add form inputs components to lookbook

* Merge pull request #284 from ontoportal-lirmm/feature/update-nested-from-input-component-design

Feature: Update nested form input component design

* Merge pull request #282 from ontoportal-lirmm/feature/extract-search-input-component

Feature: Extract search input component

* Merge pull request #296 from ontoportal-lirmm/feature/re-organize-lookbook

Feature: Re organize lookbook previews

* Merge pull request #305 from ontoportal-lirmm/feature/add-table-component

Feature: Add table component & Migrate the views to use it

* Merge pull request #312 from ontoportal-lirmm/feature/extract-search-input-component

Feature: Extract search input component - follow up

* Merge pull request #313 from ontoportal-lirmm/fix/nested-from-component-empty-state

Fix: Nested form component empty state

* Merge pull request #301 from ontoportal-lirmm/feature/add-switch-input-preview

Feature: Add switch input preview

* Merge pull request #304 from ontoportal-lirmm/feature/add-link-text-components

Feature: Add link text components

* Merge pull request #310 from ontoportal-lirmm/feature/update-select-component

Feature: update select component

* Merge pull request #300 from ontoportal-lirmm/feature/add-modal-link-component

Feature: Add modal component preview and helpers

* Merge pull request #303 from ontoportal-lirmm/feature/add-pill-button

Feature: Add pill button

* Merge pull request #297 from ontoportal-lirmm/feature/add-tabs-component

Feature: Add tabs component

* Merge pull request #306 from ontoportal-lirmm/feature/add-circle-progress-bar-component

Feature: Add circle progress bar component (style, JS, code and preview)

* Merge pull request #247 from ontoportal-lirmm/feature/update-agroportal-primary-color

Feature: Update AgroPortal primary color

* Merge pull request #319 from ontoportal-lirmm/feature/extract-form-input-components

Feature: Extract form input components

* Merge pull request #324 from ontoportal-lirmm/feature/add-summary-page-components

Feature: Extract summary page components

* Merge pull request #314 from ontoportal-lirmm/add-buttons-components-to-lookbook

Feature: Add buttons components to lookbook

* Feature: Add progress pages component (#328)

* add progress pages component

* put again the type argument for button component

* fix progress pages item not center if test is long

* make progress pages container take full width by default

* Fix progress item position (first & last one) to be aligned with the content

* fix progress item checked state to show the icon and the good background

* make the progress page component preview width bigger

---------

Co-authored-by: Bilel Kihal <[email protected]>

* Merge pull request #259 from ontoportal-lirmm/feature/add-other-states-to-card-message-component

Feature: Add warning state to card message component

* Merge pull request #238 from ontoportal-lirmm/feature/update-nav-bar-design

Feature: Update nav bar design

* Merge pull request #331 from ontoportal-lirmm/feature/update-404-error-design

Feature: Update 404 error design

* Merge pull request #263 from ontoportal-lirmm/feature/update-nav-bar-design

Fix: replace nav_bar  css nav-link to top-nav-nav-link to prevent conflicts

---------

Co-authored-by: Bilel Kihal <[email protected]>
syphax-bouazzouni pushed a commit that referenced this pull request Apr 17, 2024
syphax-bouazzouni pushed a commit that referenced this pull request Apr 17, 2024
…onward (#17)

* Bump bootstrap from 4.1.0 to 5.2.3

* Refactor home page cards

* Refactor top navigation bar

* Fix close buttons on dismissible alerts

* Refactor sticky footer code

* Repair Admin tabbed interface

* Refactor form to fix spacing issues

* Remove unused styles

* Remove unnecessary nested fluid container

* Refactor form to fix spacing issues

* Fix alignment issue with annotator plus spinner

* Fix broken tabbed navigation for ontology tabs

* Remove text decoration in the ontology info bar

* Clean up display of ontology information buttons

* Restore bold font in ontology metadata cards

* Restore bold font for submissions header

* Remove anchor text decoration for metadata cards

* Restore border at the top of the submissions table

* Remove bottom border from show more subs cell

* Restore top borders to details and metrics tables

* Fix add proposal dropdown button

* Fix class permalink dialog

* Fix create new mapping dialog

* Fix add and remove synonym dialogs

* Adjust buttons on create mapping dialog

* Refactor create new mapping form

* Add back platforms overwritten during merge

* Refactor horizontal form to fix spacing issues

* Restore padding in class details pane

* Refactor class search form to fix spacing issues

* Restore appearance of search links

* Restore left alignment in ontology column

* add download link for OntoPortal Virtual Appliance v3.2.1

* Restore link appearance in ontology column

* Refactor form to fix spacing and alignment issues

* Fix footer layout and presentation issues

* Remove text-decoration for ontology visits

Also prevent wrapping of column header text

* Fix node obsoletion form

* Fix node rename form

* jQuery toggle no longer needed

* Fix create and remove synonym dialog forms

* Fix jump to input group

* Remove text decoration for details and mappings

* Replace Uglifier with Terser

Fixes Uglifier::Error that prevents asset precompilation

* Pin graphql gem to less than 2.1

* Pin base64 gem to 0.1.0

See ncbo#293

* Remove text decoration from ontology list

* Restore space underneath filter text box

* Add download link for Virtual Appliance v3.2.2

* Use regular dropdown instead of split type

* Display site notices above loading splash div

Prevents a jumpy page appearance when the ontologies loading message is displayed

* Update Gemfile.lock

* Adjust font size for autocomplete results list

Resolves #296

* Fix login requirement for notes email subscriptions

The sanitize method was stripping the href attribute. See #298.

* Encode user ID portion of subscriptions params

Resolves #300

* Fix Uncaught TypeError on notes emails subscribe

See #298

* Fix some RuboCop warnings

* Refactor subscribed_to_ontology? method

Account for the case where the user parameter doesn't have the ontology attribute loaded on the list of associated subscription objects

---------

Co-authored-by: Alex Skrenchuk <[email protected]>
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.

1 participant