-
Notifications
You must be signed in to change notification settings - Fork 1
12 interactive search bar #13
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
Open
EvanMlj
wants to merge
46
commits into
WipEvan
Choose a base branch
from
12-interactive-search-bar
base: WipEvan
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…/odoo-mobile-app into 10-application-front-end
colors for light and dark theme, ui elements and fonts
installation of sass for front-end developpement and ui ux desi gn
update the contact card.js which allow of a view of the contact basic infos
contact Card now display the contact image or initial usings the methods from contact Page get AvatarColor, get Initials and getBase64Image
Changes of files quasar.config.js package.json and update of stylesheet to import sass syntax to the project
toggle button in MainLayout.vue inside q-toolbar
convertion of stylsheet token.css to token.scss
search bar through contact list :wip
SearchBar component import i MainLayout.vue
Search Bar get the route.name to display it as a label
SearchBar fetch ContactList datas and propose the number of options in the q-select
search bar compoent fetching contact list from backend then display the name as q-item
Search Bar Display If the contact is a company or an individual
ContactList fetched In local storages
Add of loading state to contactsStore.js And for AuthStore.js when login is sucessfull it wil fetch the contacts for the local storage
MAin LAyout use the stores then provide it to children component
Displaying the user Id stocked in local storage on login success then using a read function to make it a state variable inside the compenent and rendering it via the state from the same store
…he local storage" This reverts commit 607e491.
fetch and display dynamically using a watcher by page, rework of fetches for lists
14 multi serveur connexion waiting for back dev.
Collaborator
Author
|
Waiting for review. |
trabsfer of isLogged from loginInfo to user pinia object
navigation guarg fix issue where redirection is trigger when you refresh even is you're logged in. Now using the user object in local storage
regex to clean the task description remove the html tag from the return data
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.